COLOR #EECAD6

HEX: #EECAD6
RGB: (238,202,214)

Color info

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

RGB color model

#EECAD6 color RGB value is (238,202,214).

  • red value is 238;
  • green value is 202;
  • blue value is 214.
RGB:
(238,202,214)
(93%,79%,84%)

RGB channels and saturation

R 238 of 255 = 93%
G 202 of 255 = 79%
B 214 of 255 = 84%

238
202
214

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

Portions of RGB colors in percentages

R + G + B =
238 + 202 + 214 = 654 (100%)
R 238 of 654 ~ 36.39%
G 202 of 654 ~ 30.89%
B 214 of 654 ~ 32.72%

%36.39
%30.89
%32.72

CMYK color model

#EECAD6 color CMYK value is (0,15,10,7).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(0,15,10,7)
C0M15Y10K7 
(0%,15%,10%,7%)
(0.00/0.15/0.10/0.07)	

CMYK percentages

%0
%15.13
%10.08
%6.67

Codes

Color #EECAD6 in popluar color models

EECAD6
RGB238202214
HSL340°51.43%86.27%
HSB/HSV340°15.13%93.33%
CMYK0.00%15.13%10.08%
6.67%

Color #EECAD6 in popluar number systems.

HEXEECAD6
Decimal238202214
Binary111011101100101011010110
Octal356312326

Shades and tints

Shades of #EECAD6

#EECAD6
(238,202,214)
#D9B8C3
(217,184,195)
#C4A6B0
(196,166,176)
#AF949D
(175,148,157)
#9A828A
(154,130,138)
#857077
(133,112,119)
#705E64
(112,94,100)
#5B4C51
(91,76,81)
#463A3E
(70,58,62)
#31282B
(49,40,43)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #EECAD6

#EECAD6
(238,202,214)
#EFCED9
(239,206,217)
#F0D2DC
(240,210,220)
#F1D6DF
(241,214,223)
#F2DAE2
(242,218,226)
#F3DEE5
(243,222,229)
#F4E2E8
(244,226,232)
#F5E6EB
(245,230,235)
#F6EAEE
(246,234,238)
#F7EEF1
(247,238,241)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECAD6 color. Also use rgb(238,202,214) instead hex code.

Text Font Color

.myTextColor { color: #EECAD6; }

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

This text font color is #EECAD6.


Background Color

.myBgColor { background-color: #EECAD6; }

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

This div background color is #EECAD6.


Border color

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

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

This div border color is #EECAD6.


Opacity

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

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

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

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

This text has shadow with #EECAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECAD6 on black background.


Color preview on white background

This text has color #EECAD6 on white background.



Black color preview on #EECAD6 background

This text has black color on #EECAD6 background.


White color preview on #EECAD6 background

This text has white color on #EECAD6 background.