COLOR #EDB8E7

HEX: #EDB8E7 RGB: (237,184,231)

Color info

#EDB8E7 contains red, green and blue colors in about the same proportion. Web safe color of #EDB8E7 is #FFCCFF (or #FCF).

RGB color model

#EDB8E7 color RGB value is (237,184,231).

RGB: (237,184,231) (93%, 72%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 231 of 255 = 91%

237
184
231

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

Portions of RGB colors in percentages

R + G + B = 237 + 184 + 231 = 652 (100%)
R 237 of 652 ~ 36.35%
G 184 of 652 ~ 28.22%
B 231 of 652 ~ 35.43'%

%36.35
%28.22
%35.43

CMYK color model

#EDB8E7 color CMYK value is (0,22,3,7).

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

CMYK: (0,22,3,7)
C0M22Y3K7 (0%, 22%, 3%, 7%)
(0.00 / 0.22 / 0.03 / 0.07)

CMYK percentages

%0
%22.36
%2.53
%7.06

Codes

Color #EDB8E7 in popluar color models

ED B8 E7
RGB 237 184 231
HSL 307° 59.55% 82.55%
HSB/HSV 307° 22.36% 92.94%
CMYK 0.00% 22.36% 2.53%
7.06%

Color #EDB8E7 in popluar number systems.

HEX ED B8 E7
Decimal 237 184 231
Binary 11101101 10111000 11100111
Octal 355 270 347

Shades and tints

Shades of #EDB8E7

#EDB8E7
(237,184,231)
#D8A8D2
(216,168,210)
#C398BD
(195,152,189)
#AE88A8
(174,136,168)
#997893
(153,120,147)
#84687E
(132,104,126)
#6F5869
(111,88,105)
#5A4854
(90,72,84)
#45383F
(69,56,63)
#30282A
(48,40,42)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDB8E7

#EDB8E7
(237,184,231)
#EEBEE9
(238,190,233)
#EFC4EB
(239,196,235)
#F0CAED
(240,202,237)
#F1D0EF
(241,208,239)
#F2D6F1
(242,214,241)
#F3DCF3
(243,220,243)
#F4E2F5
(244,226,245)
#F5E8F7
(245,232,247)
#F6EEF9
(246,238,249)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB8E7; }

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

This text font color is #EDB8E7.

Background Color

.myBgColor { background-color: #EDB8E7; }

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

This div background color is #EDB8E7.

Border color

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

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

This div border color is #EDB8E7.

Opacity

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

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

Text with #EDB8E7 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 #EDB8E7;}

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

This text has shadow with #EDB8E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB8E7.

Preview

Color preview on black background

This text has color #EDB8E7 on black background.


Color preview on white background

This text has color #EDB8E7 on white background.


Black color preview on #EDB8E7 background

This text has black color on #EDB8E7 background.


White color preview on #EDB8E7 background

This text has white color on #EDB8E7 background.


Related colors

Complementary color

Complementary color for #hex is #124718.


I love getcolorcode.com

Triadic colors

1 #E7EDB8 and #B8E7ED with #EDB8E7 are triadic colors.

2 #E7B8ED and #B8EDE7 with #EDB8E7 are triadic colors.