COLOR #EECAF7

HEX: #EECAF7 RGB: (238,202,247)

Color info

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

RGB color model

#EECAF7 color RGB value is (238,202,247).

RGB: (238,202,247) (93%, 79%, 97%)

RGB channels and saturation

R 238 of 255 = 93%
G 202 of 255 = 79%
B 247 of 255 = 97%

238
202
247

R + G + B ~ 90%. #EECAF7 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 202 + 247 = 687 (100%)
R 238 of 687 ~ 34.64%
G 202 of 687 ~ 29.4%
B 247 of 687 ~ 35.95'%

%34.64
%29.4
%35.95

CMYK color model

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

  • cyan value is 3.64%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 3.14%

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

CMYK percentages

%3.64
%18.22
%0
%3.14

Codes

Color #EECAF7 in popluar color models

EE CA F7
RGB 238 202 247
HSL 288° 73.77% 88.04%
HSB/HSV 288° 18.22% 96.86%
CMYK 3.64% 18.22% 0.00%
3.14%

Color #EECAF7 in popluar number systems.

HEX EE CA F7
Decimal 238 202 247
Binary 11101110 11001010 11110111
Octal 356 312 367

Shades and tints

Shades of #EECAF7

#EECAF7
(238,202,247)
#D9B8E1
(217,184,225)
#C4A6CB
(196,166,203)
#AF94B5
(175,148,181)
#9A829F
(154,130,159)
#857089
(133,112,137)
#705E73
(112,94,115)
#5B4C5D
(91,76,93)
#463A47
(70,58,71)
#312831
(49,40,49)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #EECAF7

#EECAF7
(238,202,247)
#EFCEF7
(239,206,247)
#F0D2F7
(240,210,247)
#F1D6F7
(241,214,247)
#F2DAF7
(242,218,247)
#F3DEF7
(243,222,247)
#F4E2F7
(244,226,247)
#F5E6F7
(245,230,247)
#F6EAF7
(246,234,247)
#F7EEF7
(247,238,247)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECAF7 color. Also use rgb(238,202,247) instead hex code.

Text Font Color

.myTextColor { color: #EECAF7; }

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

This text font color is #EECAF7.

Background Color

.myBgColor { background-color: #EECAF7; }

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

This div background color is #EECAF7.

Border color

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

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

This div border color is #EECAF7.

Opacity

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

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

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

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

This text has shadow with #EECAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECAF7.

Preview

Color preview on black background

This text has color #EECAF7 on black background.


Color preview on white background

This text has color #EECAF7 on white background.


Black color preview on #EECAF7 background

This text has black color on #EECAF7 background.


White color preview on #EECAF7 background

This text has white color on #EECAF7 background.


Related colors

Complementary color

Complementary color for #hex is #113508.


I love getcolorcode.com

Triadic colors

1 #F7EECA and #CAF7EE with #EECAF7 are triadic colors.

2 #F7CAEE and #CAEEF7 with #EECAF7 are triadic colors.