COLOR #EEC7E0

HEX: #EEC7E0 RGB: (238,199,224)

Color info

#EEC7E0 contains red, green and blue colors in about the same proportion. Web safe color of #EEC7E0 is #FFCCCC (or #FCC).

RGB color model

#EEC7E0 color RGB value is (238,199,224).

RGB: (238,199,224) (93%, 78%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 224 of 255 = 88%

238
199
224

R + G + B ~ 86%. #EEC7E0 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 199 + 224 = 661 (100%)
R 238 of 661 ~ 36.01%
G 199 of 661 ~ 30.11%
B 224 of 661 ~ 33.89'%

%36.01
%30.11
%33.89

CMYK color model

#EEC7E0 color CMYK value is (0,16,6,7).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 5.88%
  • key color value is 6.67%

CMYK: (0,16,6,7)
C0M16Y6K7 (0%, 16%, 6%, 7%)
(0.00 / 0.16 / 0.06 / 0.07)

CMYK percentages

%0
%16.39
%5.88
%6.67

Codes

Color #EEC7E0 in popluar color models

EE C7 E0
RGB 238 199 224
HSL 322° 53.42% 85.69%
HSB/HSV 322° 16.39% 93.33%
CMYK 0.00% 16.39% 5.88%
6.67%

Color #EEC7E0 in popluar number systems.

HEX EE C7 E0
Decimal 238 199 224
Binary 11101110 11000111 11100000
Octal 356 307 340

Shades and tints

Shades of #EEC7E0

#EEC7E0
(238,199,224)
#D9B5CC
(217,181,204)
#C4A3B8
(196,163,184)
#AF91A4
(175,145,164)
#9A7F90
(154,127,144)
#856D7C
(133,109,124)
#705B68
(112,91,104)
#5B4954
(91,73,84)
#463740
(70,55,64)
#31252C
(49,37,44)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEC7E0

#EEC7E0
(238,199,224)
#EFCCE2
(239,204,226)
#F0D1E4
(240,209,228)
#F1D6E6
(241,214,230)
#F2DBE8
(242,219,232)
#F3E0EA
(243,224,234)
#F4E5EC
(244,229,236)
#F5EAEE
(245,234,238)
#F6EFF0
(246,239,240)
#F7F4F2
(247,244,242)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC7E0 color. Also use rgb(238,199,224) instead hex code.

Text Font Color

.myTextColor { color: #EEC7E0; }

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

This text font color is #EEC7E0.

Background Color

.myBgColor { background-color: #EEC7E0; }

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

This div background color is #EEC7E0.

Border color

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

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

This div border color is #EEC7E0.

Opacity

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

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

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

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

This text has shadow with #EEC7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC7E0.

Preview

Color preview on black background

This text has color #EEC7E0 on black background.


Color preview on white background

This text has color #EEC7E0 on white background.


Black color preview on #EEC7E0 background

This text has black color on #EEC7E0 background.


White color preview on #EEC7E0 background

This text has white color on #EEC7E0 background.


Related colors

Complementary color

Complementary color for #hex is #11381F.


I love getcolorcode.com

Triadic colors

1 #E0EEC7 and #C7E0EE with #EEC7E0 are triadic colors.

2 #E0C7EE and #C7EEE0 with #EEC7E0 are triadic colors.