COLOR #EECEE3

HEX: #EECEE3
RGB: (238,206,227)

Color info

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

RGB color model

#EECEE3 color RGB value is (238,206,227).

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

RGB channels and saturation

R 238 of 255 = 93%
G 206 of 255 = 81%
B 227 of 255 = 89%

238
206
227

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

Portions of RGB colors in percentages

R + G + B =
238 + 206 + 227 = 671 (100%)
R 238 of 671 ~ 35.47%
G 206 of 671 ~ 30.7%
B 227 of 671 ~ 33.83%

%35.47
%30.7
%33.83

CMYK color model

#EECEE3 color CMYK value is (0,13,5,7).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,13,5,7)
C0M13Y5K7 
(0%,13%,5%,7%)
(0.00/0.13/0.05/0.07)	

CMYK percentages

%0
%13.45
%4.62
%6.67

Codes

Color #EECEE3 in popluar color models

EECEE3
RGB238206227
HSL321°48.48%87.06%
HSB/HSV321°13.45%93.33%
CMYK0.00%13.45%4.62%
6.67%

Color #EECEE3 in popluar number systems.

HEXEECEE3
Decimal238206227
Binary111011101100111011100011
Octal356316343

Shades and tints

Shades of #EECEE3

#EECEE3
(238,206,227)
#D9BCCF
(217,188,207)
#C4AABB
(196,170,187)
#AF98A7
(175,152,167)
#9A8693
(154,134,147)
#85747F
(133,116,127)
#70626B
(112,98,107)
#5B5057
(91,80,87)
#463E43
(70,62,67)
#312C2F
(49,44,47)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #EECEE3

#EECEE3
(238,206,227)
#EFD2E5
(239,210,229)
#F0D6E7
(240,214,231)
#F1DAE9
(241,218,233)
#F2DEEB
(242,222,235)
#F3E2ED
(243,226,237)
#F4E6EF
(244,230,239)
#F5EAF1
(245,234,241)
#F6EEF3
(246,238,243)
#F7F2F5
(247,242,245)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECEE3; }

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

This text font color is #EECEE3.


Background Color

.myBgColor { background-color: #EECEE3; }

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

This div background color is #EECEE3.


Border color

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

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

This div border color is #EECEE3.


Opacity

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

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

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

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

This text has shadow with #EECEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECEE3 on black background.


Color preview on white background

This text has color #EECEE3 on white background.



Black color preview on #EECEE3 background

This text has black color on #EECEE3 background.


White color preview on #EECEE3 background

This text has white color on #EECEE3 background.