COLOR #EEC9F3

HEX: #EEC9F3 RGB: (238,201,243)

Color info

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

RGB color model

#EEC9F3 color RGB value is (238,201,243).

RGB: (238,201,243) (93%, 79%, 95%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 243 of 255 = 95%

238
201
243

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

Portions of RGB colors in percentages

R + G + B = 238 + 201 + 243 = 682 (100%)
R 238 of 682 ~ 34.9%
G 201 of 682 ~ 29.47%
B 243 of 682 ~ 35.63'%

%34.9
%29.47
%35.63

CMYK color model

#EEC9F3 color CMYK value is (2,17,0,5).

  • cyan value is 2.06%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (2,17,0,5)
C2M17Y0K5 (2%, 17%, 0%, 5%)
(0.02 / 0.17 / 0.00 / 0.05)

CMYK percentages

%2.06
%17.28
%0
%4.71

Codes

Color #EEC9F3 in popluar color models

EE C9 F3
RGB 238 201 243
HSL 293° 63.64% 87.06%
HSB/HSV 293° 17.28% 95.29%
CMYK 2.06% 17.28% 0.00%
4.71%

Color #EEC9F3 in popluar number systems.

HEX EE C9 F3
Decimal 238 201 243
Binary 11101110 11001001 11110011
Octal 356 311 363

Shades and tints

Shades of #EEC9F3

#EEC9F3
(238,201,243)
#D9B7DD
(217,183,221)
#C4A5C7
(196,165,199)
#AF93B1
(175,147,177)
#9A819B
(154,129,155)
#856F85
(133,111,133)
#705D6F
(112,93,111)
#5B4B59
(91,75,89)
#463943
(70,57,67)
#31272D
(49,39,45)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEC9F3

#EEC9F3
(238,201,243)
#EFCDF4
(239,205,244)
#F0D1F5
(240,209,245)
#F1D5F6
(241,213,246)
#F2D9F7
(242,217,247)
#F3DDF8
(243,221,248)
#F4E1F9
(244,225,249)
#F5E5FA
(245,229,250)
#F6E9FB
(246,233,251)
#F7EDFC
(247,237,252)
#F8F1FD
(248,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC9F3; }

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

This text font color is #EEC9F3.

Background Color

.myBgColor { background-color: #EEC9F3; }

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

This div background color is #EEC9F3.

Border color

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

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

This div border color is #EEC9F3.

Opacity

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

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

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

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

This text has shadow with #EEC9F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC9F3.

Preview

Color preview on black background

This text has color #EEC9F3 on black background.


Color preview on white background

This text has color #EEC9F3 on white background.


Black color preview on #EEC9F3 background

This text has black color on #EEC9F3 background.


White color preview on #EEC9F3 background

This text has white color on #EEC9F3 background.


Related colors

Complementary color

Complementary color for #hex is #11360C.


I love getcolorcode.com

Triadic colors

1 #F3EEC9 and #C9F3EE with #EEC9F3 are triadic colors.

2 #F3C9EE and #C9EEF3 with #EEC9F3 are triadic colors.