COLOR #EDB2E7

HEX: #EDB2E7 RGB: (237,178,231)

Color info

#EDB2E7 contains red, green and blue colors in about the same proportion. Web safe color of #EDB2E7 is #FF99FF (or #F9F).

RGB color model

#EDB2E7 color RGB value is (237,178,231).

RGB: (237,178,231) (93%, 70%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 178 of 255 = 70%
B 231 of 255 = 91%

237
178
231

R + G + B ~ 85%. #EDB2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 178 + 231 = 646 (100%)
R 237 of 646 ~ 36.69%
G 178 of 646 ~ 27.55%
B 231 of 646 ~ 35.76'%

%36.69
%27.55
%35.76

CMYK color model

#EDB2E7 color CMYK value is (0,25,3,7).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 2.53%
  • key color value is 7.06%

CMYK: (0,25,3,7)
C0M25Y3K7 (0%, 25%, 3%, 7%)
(0.00 / 0.25 / 0.03 / 0.07)

CMYK percentages

%0
%24.89
%2.53
%7.06

Codes

Color #EDB2E7 in popluar color models

ED B2 E7
RGB 237 178 231
HSL 306° 62.11% 81.37%
HSB/HSV 306° 24.89% 92.94%
CMYK 0.00% 24.89% 2.53%
7.06%

Color #EDB2E7 in popluar number systems.

HEX ED B2 E7
Decimal 237 178 231
Binary 11101101 10110010 11100111
Octal 355 262 347

Shades and tints

Shades of #EDB2E7

#EDB2E7
(237,178,231)
#D8A2D2
(216,162,210)
#C392BD
(195,146,189)
#AE82A8
(174,130,168)
#997293
(153,114,147)
#84627E
(132,98,126)
#6F5269
(111,82,105)
#5A4254
(90,66,84)
#45323F
(69,50,63)
#30222A
(48,34,42)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #EDB2E7

#EDB2E7
(237,178,231)
#EEB9E9
(238,185,233)
#EFC0EB
(239,192,235)
#F0C7ED
(240,199,237)
#F1CEEF
(241,206,239)
#F2D5F1
(242,213,241)
#F3DCF3
(243,220,243)
#F4E3F5
(244,227,245)
#F5EAF7
(245,234,247)
#F6F1F9
(246,241,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB2E7 color. Also use rgb(237,178,231) instead hex code.

Text Font Color

.myTextColor { color: #EDB2E7; }

<p style="color:#EDB2E7">This sample text font color is #EDB2E7.</p>

This text font color is #EDB2E7.

Background Color

.myBgColor { background-color: #EDB2E7; }

<div style="background-color:#EDB2E7">Inner text</div>

This div background color is #EDB2E7.

Border color

.myBorderColor { border: 1px solid #EDB2E7; }

<div style="border:3px solid #EDB2E7">Div</div>

This div border color is #EDB2E7.

Opacity

.myOpacity80 { color: #EDB2E7; opacity: 0.8; }

<p style="color:#EDB2E7;opacity:0.8;">80%</p>

Text with #EDB2E7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDB2E7;}

<p style="text-shadow: 3px 3px 1px #EDB2E7">Text here.</p>

This text has shadow with #EDB2E7 color.


.textShadow {text-shadow: 3px 3px 1px #EDB2E7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDB2E7, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDB2E7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB2E7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDB2E7, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDB2E7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB2E7;
-webkit-box-shadow: 1px 1px 3px 2px #EDB2E7;
box-shadow: 1px 1px 3px 2px #EDB2E7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB2E7; -webkit-box-shadow: 1px 1px 3px 2px #EDB2E7; box-shadow:1px 1px 3px 2px #EDB2E7;">
Div content here
</div>

This div box has shadow with color #EDB2E7.

Preview

Color preview on black background

This text has color #EDB2E7 on black background.


Color preview on white background

This text has color #EDB2E7 on white background.


Black color preview on #EDB2E7 background

This text has black color on #EDB2E7 background.


White color preview on #EDB2E7 background

This text has white color on #EDB2E7 background.


Related colors

Complementary color

Complementary color for #hex is #124D18.


I love getcolorcode.com

Triadic colors

1 #E7EDB2 and #B2E7ED with #EDB2E7 are triadic colors.

2 #E7B2ED and #B2EDE7 with #EDB2E7 are triadic colors.