COLOR #EEC5E9

HEX: #EEC5E9
RGB: (238,197,233)

Color info

#EEC5E9 contains red, green and blue colors in about the same proportion. Web safe color of #EEC5E9 is #FFCCFF (or #FCF).

RGB color model

#EEC5E9 color RGB value is (238,197,233).

  • red value is 238;
  • green value is 197;
  • blue value is 233.
RGB:
(238,197,233)
(93%,77%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 197 of 255 = 77%
B 233 of 255 = 91%

238
197
233

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

Portions of RGB colors in percentages

R + G + B =
238 + 197 + 233 = 668 (100%)
R 238 of 668 ~ 35.63%
G 197 of 668 ~ 29.49%
B 233 of 668 ~ 34.88%

%35.63
%29.49
%34.88

CMYK color model

#EEC5E9 color CMYK value is (0,17,2,7).

  • cyan value is 0.00%
  • magenta value is 17.23%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(0,17,2,7)
C0M17Y2K7 
(0%,17%,2%,7%)
(0.00/0.17/0.02/0.07)	

CMYK percentages

%0
%17.23
%2.1
%6.67

Codes

Color #EEC5E9 in popluar color models

EEC5E9
RGB238197233
HSL307°54.67%85.29%
HSB/HSV307°17.23%93.33%
CMYK0.00%17.23%2.10%
6.67%

Color #EEC5E9 in popluar number systems.

HEXEEC5E9
Decimal238197233
Binary111011101100010111101001
Octal356305351

Shades and tints

Shades of #EEC5E9

#EEC5E9
(238,197,233)
#D9B4D4
(217,180,212)
#C4A3BF
(196,163,191)
#AF92AA
(175,146,170)
#9A8195
(154,129,149)
#857080
(133,112,128)
#705F6B
(112,95,107)
#5B4E56
(91,78,86)
#463D41
(70,61,65)
#312C2C
(49,44,44)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #EEC5E9

#EEC5E9
(238,197,233)
#EFCAEB
(239,202,235)
#F0CFED
(240,207,237)
#F1D4EF
(241,212,239)
#F2D9F1
(242,217,241)
#F3DEF3
(243,222,243)
#F4E3F5
(244,227,245)
#F5E8F7
(245,232,247)
#F6EDF9
(246,237,249)
#F7F2FB
(247,242,251)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC5E9 color. Also use rgb(238,197,233) instead hex code.

Text Font Color

.myTextColor { color: #EEC5E9; }

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

This text font color is #EEC5E9.


Background Color

.myBgColor { background-color: #EEC5E9; }

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

This div background color is #EEC5E9.


Border color

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

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

This div border color is #EEC5E9.


Opacity

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

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

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

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

This text has shadow with #EEC5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5E9 on black background.


Color preview on white background

This text has color #EEC5E9 on white background.



Black color preview on #EEC5E9 background

This text has black color on #EEC5E9 background.


White color preview on #EEC5E9 background

This text has white color on #EEC5E9 background.