COLOR #EED9DB

HEX: #EED9DB
RGB: (238,217,219)

Color info

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

RGB color model

#EED9DB color RGB value is (238,217,219).

  • red value is 238;
  • green value is 217;
  • blue value is 219.
RGB:
(238,217,219)
(93%,85%,86%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 219 of 255 = 86%

238
217
219

R + G + B ~ 88%. #EED9DB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 219 = 674 (100%)
R 238 of 674 ~ 35.31%
G 217 of 674 ~ 32.2%
B 219 of 674 ~ 32.49%

%35.31
%32.2
%32.49

CMYK color model

#EED9DB color CMYK value is (0,9,8,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(0,9,8,7)
C0M9Y8K7 
(0%,9%,8%,7%)
(0.00/0.09/0.08/0.07)	

CMYK percentages

%0
%8.82
%7.98
%6.67

Codes

Color #EED9DB in popluar color models

EED9DB
RGB238217219
HSL354°38.18%89.22%
HSB/HSV354°8.82%93.33%
CMYK0.00%8.82%7.98%
6.67%

Color #EED9DB in popluar number systems.

HEXEED9DB
Decimal238217219
Binary111011101101100111011011
Octal356331333

Shades and tints

Shades of #EED9DB

#EED9DB
(238,217,219)
#D9C6C8
(217,198,200)
#C4B3B5
(196,179,181)
#AFA0A2
(175,160,162)
#9A8D8F
(154,141,143)
#857A7C
(133,122,124)
#706769
(112,103,105)
#5B5456
(91,84,86)
#464143
(70,65,67)
#312E30
(49,46,48)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #EED9DB

#EED9DB
(238,217,219)
#EFDCDE
(239,220,222)
#F0DFE1
(240,223,225)
#F1E2E4
(241,226,228)
#F2E5E7
(242,229,231)
#F3E8EA
(243,232,234)
#F4EBED
(244,235,237)
#F5EEF0
(245,238,240)
#F6F1F3
(246,241,243)
#F7F4F6
(247,244,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9DB color. Also use rgb(238,217,219) instead hex code.

Text Font Color

.myTextColor { color: #EED9DB; }

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

This text font color is #EED9DB.


Background Color

.myBgColor { background-color: #EED9DB; }

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

This div background color is #EED9DB.


Border color

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

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

This div border color is #EED9DB.


Opacity

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

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

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

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

This text has shadow with #EED9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9DB on black background.


Color preview on white background

This text has color #EED9DB on white background.



Black color preview on #EED9DB background

This text has black color on #EED9DB background.


White color preview on #EED9DB background

This text has white color on #EED9DB background.