COLOR #EECCD2

HEX: #EECCD2
RGB: (238,204,210)

Color info

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

RGB color model

#EECCD2 color RGB value is (238,204,210).

  • red value is 238;
  • green value is 204;
  • blue value is 210.
RGB:
(238,204,210)
(93%,80%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 210 of 255 = 82%

238
204
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 210 = 652 (100%)
R 238 of 652 ~ 36.5%
G 204 of 652 ~ 31.29%
B 210 of 652 ~ 32.21%

%36.5
%31.29
%32.21

CMYK color model

#EECCD2 color CMYK value is (0,14,12,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,14,12,7)
C0M14Y12K7 
(0%,14%,12%,7%)
(0.00/0.14/0.12/0.07)	

CMYK percentages

%0
%14.29
%11.76
%6.67

Codes

Color #EECCD2 in popluar color models

EECCD2
RGB238204210
HSL349°50.00%86.67%
HSB/HSV349°14.29%93.33%
CMYK0.00%14.29%11.76%
6.67%

Color #EECCD2 in popluar number systems.

HEXEECCD2
Decimal238204210
Binary111011101100110011010010
Octal356314322

Shades and tints

Shades of #EECCD2

#EECCD2
(238,204,210)
#D9BABF
(217,186,191)
#C4A8AC
(196,168,172)
#AF9699
(175,150,153)
#9A8486
(154,132,134)
#857273
(133,114,115)
#706060
(112,96,96)
#5B4E4D
(91,78,77)
#463C3A
(70,60,58)
#312A27
(49,42,39)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #EECCD2

#EECCD2
(238,204,210)
#EFD0D6
(239,208,214)
#F0D4DA
(240,212,218)
#F1D8DE
(241,216,222)
#F2DCE2
(242,220,226)
#F3E0E6
(243,224,230)
#F4E4EA
(244,228,234)
#F5E8EE
(245,232,238)
#F6ECF2
(246,236,242)
#F7F0F6
(247,240,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECCD2 color. Also use rgb(238,204,210) instead hex code.

Text Font Color

.myTextColor { color: #EECCD2; }

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

This text font color is #EECCD2.


Background Color

.myBgColor { background-color: #EECCD2; }

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

This div background color is #EECCD2.


Border color

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

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

This div border color is #EECCD2.


Opacity

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

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

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

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

This text has shadow with #EECCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECCD2 on black background.


Color preview on white background

This text has color #EECCD2 on white background.



Black color preview on #EECCD2 background

This text has black color on #EECCD2 background.


White color preview on #EECCD2 background

This text has white color on #EECCD2 background.