COLOR #EEC4E9

HEX: #EEC4E9
RGB: (238,196,233)

Color info

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

RGB color model

#EEC4E9 color RGB value is (238,196,233).

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

RGB channels and saturation

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

238
196
233

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

Portions of RGB colors in percentages

R + G + B =
238 + 196 + 233 = 667 (100%)
R 238 of 667 ~ 35.68%
G 196 of 667 ~ 29.39%
B 233 of 667 ~ 34.93%

%35.68
%29.39
%34.93

CMYK color model

#EEC4E9 color CMYK value is (0,18,2,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(0,18,2,7)
C0M18Y2K7 
(0%,18%,2%,7%)
(0.00/0.18/0.02/0.07)	

CMYK percentages

%0
%17.65
%2.1
%6.67

Codes

Color #EEC4E9 in popluar color models

EEC4E9
RGB238196233
HSL307°55.26%85.10%
HSB/HSV307°17.65%93.33%
CMYK0.00%17.65%2.10%
6.67%

Color #EEC4E9 in popluar number systems.

HEXEEC4E9
Decimal238196233
Binary111011101100010011101001
Octal356304351

Shades and tints

Shades of #EEC4E9

#EEC4E9
(238,196,233)
#D9B3D4
(217,179,212)
#C4A2BF
(196,162,191)
#AF91AA
(175,145,170)
#9A8095
(154,128,149)
#856F80
(133,111,128)
#705E6B
(112,94,107)
#5B4D56
(91,77,86)
#463C41
(70,60,65)
#312B2C
(49,43,44)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EEC4E9

#EEC4E9
(238,196,233)
#EFC9EB
(239,201,235)
#F0CEED
(240,206,237)
#F1D3EF
(241,211,239)
#F2D8F1
(242,216,241)
#F3DDF3
(243,221,243)
#F4E2F5
(244,226,245)
#F5E7F7
(245,231,247)
#F6ECF9
(246,236,249)
#F7F1FB
(247,241,251)
#F8F6FD
(248,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4E9; }

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

This text font color is #EEC4E9.


Background Color

.myBgColor { background-color: #EEC4E9; }

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

This div background color is #EEC4E9.


Border color

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

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

This div border color is #EEC4E9.


Opacity

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

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

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

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

This text has shadow with #EEC4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC4E9 on black background.


Color preview on white background

This text has color #EEC4E9 on white background.



Black color preview on #EEC4E9 background

This text has black color on #EEC4E9 background.


White color preview on #EEC4E9 background

This text has white color on #EEC4E9 background.