COLOR #EEC9F6

HEX: #EEC9F6 RGB: (238,201,246)

Color info

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

RGB color model

#EEC9F6 color RGB value is (238,201,246).

RGB: (238,201,246) (93%, 79%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 246 of 255 = 96%

238
201
246

R + G + B ~ 89%. #EEC9F6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 201 + 246 = 685 (100%)
R 238 of 685 ~ 34.74%
G 201 of 685 ~ 29.34%
B 246 of 685 ~ 35.91'%

%34.74
%29.34
%35.91

CMYK color model

#EEC9F6 color CMYK value is (3,18,0,4).

  • cyan value is 3.25%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,18,0,4)
C3M18Y0K4 (3%, 18%, 0%, 4%)
(0.03 / 0.18 / 0.00 / 0.04)

CMYK percentages

%3.25
%18.29
%0
%3.53

Codes

Color #EEC9F6 in popluar color models

EE C9 F6
RGB 238 201 246
HSL 289° 71.43% 87.65%
HSB/HSV 289° 18.29% 96.47%
CMYK 3.25% 18.29% 0.00%
3.53%

Color #EEC9F6 in popluar number systems.

HEX EE C9 F6
Decimal 238 201 246
Binary 11101110 11001001 11110110
Octal 356 311 366

Shades and tints

Shades of #EEC9F6

#EEC9F6
(238,201,246)
#D9B7E0
(217,183,224)
#C4A5CA
(196,165,202)
#AF93B4
(175,147,180)
#9A819E
(154,129,158)
#856F88
(133,111,136)
#705D72
(112,93,114)
#5B4B5C
(91,75,92)
#463946
(70,57,70)
#312730
(49,39,48)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #EEC9F6

#EEC9F6
(238,201,246)
#EFCDF6
(239,205,246)
#F0D1F6
(240,209,246)
#F1D5F6
(241,213,246)
#F2D9F6
(242,217,246)
#F3DDF6
(243,221,246)
#F4E1F6
(244,225,246)
#F5E5F6
(245,229,246)
#F6E9F6
(246,233,246)
#F7EDF6
(247,237,246)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC9F6 color. Also use rgb(238,201,246) instead hex code.

Text Font Color

.myTextColor { color: #EEC9F6; }

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

This text font color is #EEC9F6.

Background Color

.myBgColor { background-color: #EEC9F6; }

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

This div background color is #EEC9F6.

Border color

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

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

This div border color is #EEC9F6.

Opacity

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

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

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

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

This text has shadow with #EEC9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC9F6.

Preview

Color preview on black background

This text has color #EEC9F6 on black background.


Color preview on white background

This text has color #EEC9F6 on white background.


Black color preview on #EEC9F6 background

This text has black color on #EEC9F6 background.


White color preview on #EEC9F6 background

This text has white color on #EEC9F6 background.


Related colors

Complementary color

Complementary color for #hex is #113609.


I love getcolorcode.com

Triadic colors

1 #F6EEC9 and #C9F6EE with #EEC9F6 are triadic colors.

2 #F6C9EE and #C9EEF6 with #EEC9F6 are triadic colors.