COLOR #EECCD5

HEX: #EECCD5
RGB: (238,204,213)

Color info

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

RGB color model

#EECCD5 color RGB value is (238,204,213).

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

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 213 of 255 = 84%

238
204
213

R + G + B ~ 86%. #EECCD5 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 213 = 655 (100%)
R 238 of 655 ~ 36.34%
G 204 of 655 ~ 31.15%
B 213 of 655 ~ 32.52%

%36.34
%31.15
%32.52

CMYK color model

#EECCD5 color CMYK value is (0,14,11,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(0,14,11,7)
C0M14Y11K7 
(0%,14%,11%,7%)
(0.00/0.14/0.11/0.07)	

CMYK percentages

%0
%14.29
%10.5
%6.67

Codes

Color #EECCD5 in popluar color models

EECCD5
RGB238204213
HSL344°50.00%86.67%
HSB/HSV344°14.29%93.33%
CMYK0.00%14.29%10.50%
6.67%

Color #EECCD5 in popluar number systems.

HEXEECCD5
Decimal238204213
Binary111011101100110011010101
Octal356314325

Shades and tints

Shades of #EECCD5

#EECCD5
(238,204,213)
#D9BAC2
(217,186,194)
#C4A8AF
(196,168,175)
#AF969C
(175,150,156)
#9A8489
(154,132,137)
#857276
(133,114,118)
#706063
(112,96,99)
#5B4E50
(91,78,80)
#463C3D
(70,60,61)
#312A2A
(49,42,42)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EECCD5

#EECCD5
(238,204,213)
#EFD0D8
(239,208,216)
#F0D4DB
(240,212,219)
#F1D8DE
(241,216,222)
#F2DCE1
(242,220,225)
#F3E0E4
(243,224,228)
#F4E4E7
(244,228,231)
#F5E8EA
(245,232,234)
#F6ECED
(246,236,237)
#F7F0F0
(247,240,240)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECCD5; }

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

This text font color is #EECCD5.


Background Color

.myBgColor { background-color: #EECCD5; }

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

This div background color is #EECCD5.


Border color

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

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

This div border color is #EECCD5.


Opacity

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

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

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

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

This text has shadow with #EECCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECCD5 on black background.


Color preview on white background

This text has color #EECCD5 on white background.



Black color preview on #EECCD5 background

This text has black color on #EECCD5 background.


White color preview on #EECCD5 background

This text has white color on #EECCD5 background.