COLOR #EEDBE7

HEX: #EEDBE7
RGB: (238,219,231)

Color info

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

RGB color model

#EEDBE7 color RGB value is (238,219,231).

  • red value is 238;
  • green value is 219;
  • blue value is 231.
RGB:
(238,219,231)
(93%,86%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 231 of 255 = 91%

238
219
231

R + G + B ~ 90%. #EEDBE7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 219 + 231 = 688 (100%)
R 238 of 688 ~ 34.59%
G 219 of 688 ~ 31.83%
B 231 of 688 ~ 33.58%

%34.59
%31.83
%33.58

CMYK color model

#EEDBE7 color CMYK value is (0,8,3,7).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(0,8,3,7)
C0M8Y3K7 
(0%,8%,3%,7%)
(0.00/0.08/0.03/0.07)	

CMYK percentages

%0
%7.98
%2.94
%6.67

Codes

Color #EEDBE7 in popluar color models

EEDBE7
RGB238219231
HSL322°35.85%89.61%
HSB/HSV322°7.98%93.33%
CMYK0.00%7.98%2.94%
6.67%

Color #EEDBE7 in popluar number systems.

HEXEEDBE7
Decimal238219231
Binary111011101101101111100111
Octal356333347

Shades and tints

Shades of #EEDBE7

#EEDBE7
(238,219,231)
#D9C8D2
(217,200,210)
#C4B5BD
(196,181,189)
#AFA2A8
(175,162,168)
#9A8F93
(154,143,147)
#857C7E
(133,124,126)
#706969
(112,105,105)
#5B5654
(91,86,84)
#46433F
(70,67,63)
#31302A
(49,48,42)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #EEDBE7

#EEDBE7
(238,219,231)
#EFDEE9
(239,222,233)
#F0E1EB
(240,225,235)
#F1E4ED
(241,228,237)
#F2E7EF
(242,231,239)
#F3EAF1
(243,234,241)
#F4EDF3
(244,237,243)
#F5F0F5
(245,240,245)
#F6F3F7
(246,243,247)
#F7F6F9
(247,246,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDBE7 color. Also use rgb(238,219,231) instead hex code.

Text Font Color

.myTextColor { color: #EEDBE7; }

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

This text font color is #EEDBE7.


Background Color

.myBgColor { background-color: #EEDBE7; }

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

This div background color is #EEDBE7.


Border color

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

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

This div border color is #EEDBE7.


Opacity

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

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

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

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

This text has shadow with #EEDBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDBE7 on black background.


Color preview on white background

This text has color #EEDBE7 on white background.



Black color preview on #EEDBE7 background

This text has black color on #EEDBE7 background.


White color preview on #EEDBE7 background

This text has white color on #EEDBE7 background.