COLOR #EEC7DD

HEX: #EEC7DD
RGB: (238,199,221)

Color info

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

RGB color model

#EEC7DD color RGB value is (238,199,221).

  • red value is 238;
  • green value is 199;
  • blue value is 221.
RGB:
(238,199,221)
(93%,78%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 221 of 255 = 87%

238
199
221

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

Portions of RGB colors in percentages

R + G + B =
238 + 199 + 221 = 658 (100%)
R 238 of 658 ~ 36.17%
G 199 of 658 ~ 30.24%
B 221 of 658 ~ 33.59%

%36.17
%30.24
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(0,16,7,7)
C0M16Y7K7 
(0%,16%,7%,7%)
(0.00/0.16/0.07/0.07)	

CMYK percentages

%0
%16.39
%7.14
%6.67

Codes

Color #EEC7DD in popluar color models

EEC7DD
RGB238199221
HSL326°53.42%85.69%
HSB/HSV326°16.39%93.33%
CMYK0.00%16.39%7.14%
6.67%

Color #EEC7DD in popluar number systems.

HEXEEC7DD
Decimal238199221
Binary111011101100011111011101
Octal356307335

Shades and tints

Shades of #EEC7DD

#EEC7DD
(238,199,221)
#D9B5C9
(217,181,201)
#C4A3B5
(196,163,181)
#AF91A1
(175,145,161)
#9A7F8D
(154,127,141)
#856D79
(133,109,121)
#705B65
(112,91,101)
#5B4951
(91,73,81)
#46373D
(70,55,61)
#312529
(49,37,41)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #EEC7DD

#EEC7DD
(238,199,221)
#EFCCE0
(239,204,224)
#F0D1E3
(240,209,227)
#F1D6E6
(241,214,230)
#F2DBE9
(242,219,233)
#F3E0EC
(243,224,236)
#F4E5EF
(244,229,239)
#F5EAF2
(245,234,242)
#F6EFF5
(246,239,245)
#F7F4F8
(247,244,248)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7DD; }

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

This text font color is #EEC7DD.


Background Color

.myBgColor { background-color: #EEC7DD; }

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

This div background color is #EEC7DD.


Border color

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

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

This div border color is #EEC7DD.


Opacity

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

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

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

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

This text has shadow with #EEC7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7DD on black background.


Color preview on white background

This text has color #EEC7DD on white background.



Black color preview on #EEC7DD background

This text has black color on #EEC7DD background.


White color preview on #EEC7DD background

This text has white color on #EEC7DD background.