COLOR #EEC8E6

HEX: #EEC8E6
RGB: (238,200,230)

Color info

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

RGB color model

#EEC8E6 color RGB value is (238,200,230).

  • red value is 238;
  • green value is 200;
  • blue value is 230.
RGB:
(238,200,230)
(93%,78%,90%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 230 of 255 = 90%

238
200
230

R + G + B ~ 87%. #EEC8E6 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 200 + 230 = 668 (100%)
R 238 of 668 ~ 35.63%
G 200 of 668 ~ 29.94%
B 230 of 668 ~ 34.43%

%35.63
%29.94
%34.43

CMYK color model

#EEC8E6 color CMYK value is (0,16,3,7).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(0,16,3,7)
C0M16Y3K7 
(0%,16%,3%,7%)
(0.00/0.16/0.03/0.07)	

CMYK percentages

%0
%15.97
%3.36
%6.67

Codes

Color #EEC8E6 in popluar color models

EEC8E6
RGB238200230
HSL313°52.78%85.88%
HSB/HSV313°15.97%93.33%
CMYK0.00%15.97%3.36%
6.67%

Color #EEC8E6 in popluar number systems.

HEXEEC8E6
Decimal238200230
Binary111011101100100011100110
Octal356310346

Shades and tints

Shades of #EEC8E6

#EEC8E6
(238,200,230)
#D9B6D2
(217,182,210)
#C4A4BE
(196,164,190)
#AF92AA
(175,146,170)
#9A8096
(154,128,150)
#856E82
(133,110,130)
#705C6E
(112,92,110)
#5B4A5A
(91,74,90)
#463846
(70,56,70)
#312632
(49,38,50)
#1C141E
(28,20,30)
#000000
(0,0,0)

Tints of #EEC8E6

#EEC8E6
(238,200,230)
#EFCDE8
(239,205,232)
#F0D2EA
(240,210,234)
#F1D7EC
(241,215,236)
#F2DCEE
(242,220,238)
#F3E1F0
(243,225,240)
#F4E6F2
(244,230,242)
#F5EBF4
(245,235,244)
#F6F0F6
(246,240,246)
#F7F5F8
(247,245,248)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC8E6 color. Also use rgb(238,200,230) instead hex code.

Text Font Color

.myTextColor { color: #EEC8E6; }

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

This text font color is #EEC8E6.


Background Color

.myBgColor { background-color: #EEC8E6; }

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

This div background color is #EEC8E6.


Border color

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

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

This div border color is #EEC8E6.


Opacity

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

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

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

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

This text has shadow with #EEC8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC8E6 on black background.


Color preview on white background

This text has color #EEC8E6 on white background.



Black color preview on #EEC8E6 background

This text has black color on #EEC8E6 background.


White color preview on #EEC8E6 background

This text has white color on #EEC8E6 background.