COLOR #EECEE5

HEX: #EECEE5
RGB: (238,206,229)

Color info

#EECEE5 contains red, green and blue colors in about the same proportion. Web safe color of #EECEE5 is #FFCCCC (or #FCC).

RGB color model

#EECEE5 color RGB value is (238,206,229).

  • red value is 238;
  • green value is 206;
  • blue value is 229.
RGB: (238,206,229) (93%,81%,90%)

RGB channels and saturation

R 238 of 255 = 93%
G 206 of 255 = 81%
B 229 of 255 = 90%

238
206
229

R + G + B ~ 88%. #EECEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 206 + 229 = 673 (100%)
R 238 of 673 ~ 35.36%
G 206 of 673 ~ 30.61%
B 229 of 673 ~ 34.03%

%35.36
%30.61
%34.03

CMYK color model

#EECEE5 color CMYK value is (0,13,4,7).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK: (0,13,4,7) C0M13Y4K7 (0%,13%,4%,7%) (0.00/0.13/0.04/0.07)

CMYK percentages

%0
%13.45
%3.78
%6.67

Codes

Color #EECEE5 in popluar color models

EECEE5
RGB238206229
HSL317°48.48%87.06%
HSB/HSV317°13.45%93.33%
CMYK0.00%13.45%3.78%
6.67%

Color #EECEE5 in popluar number systems.

HEXEECEE5
Decimal238206229
Binary111011101100111011100101
Octal356316345

Shades and tints

Shades of #EECEE5

#EECEE5
(238,206,229)
#D9BCD1
(217,188,209)
#C4AABD
(196,170,189)
#AF98A9
(175,152,169)
#9A8695
(154,134,149)
#857481
(133,116,129)
#70626D
(112,98,109)
#5B5059
(91,80,89)
#463E45
(70,62,69)
#312C31
(49,44,49)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #EECEE5

#EECEE5
(238,206,229)
#EFD2E7
(239,210,231)
#F0D6E9
(240,214,233)
#F1DAEB
(241,218,235)
#F2DEED
(242,222,237)
#F3E2EF
(243,226,239)
#F4E6F1
(244,230,241)
#F5EAF3
(245,234,243)
#F6EEF5
(246,238,245)
#F7F2F7
(247,242,247)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECEE5 color. Also use rgb(238,206,229) instead hex code.

Text Font Color

.myTextColor { color: #EECEE5; }

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

This text font color is #EECEE5.


Background Color

.myBgColor { background-color: #EECEE5; }

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

This div background color is #EECEE5.


Border color

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

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

This div border color is #EECEE5.


Opacity

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

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

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

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

This text has shadow with #EECEE5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EECEE5 on black background.


Color preview on white background

This text has color #EECEE5 on white background.



Black color preview on #EECEE5 background

This text has black color on #EECEE5 background.


White color preview on #EECEE5 background

This text has white color on #EECEE5 background.