COLOR #EEBDD1

HEX: #EEBDD1
RGB: (238,189,209)

Color info

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

RGB color model

#EEBDD1 color RGB value is (238,189,209).

  • red value is 238;
  • green value is 189;
  • blue value is 209.
RGB:
(238,189,209)
(93%,74%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 209 of 255 = 82%

238
189
209

R + G + B ~ 83%. #EEBDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 209 = 636 (100%)
R 238 of 636 ~ 37.42%
G 189 of 636 ~ 29.72%
B 209 of 636 ~ 32.86%

%37.42
%29.72
%32.86

CMYK color model

#EEBDD1 color CMYK value is (0,21,12,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(0,21,12,7)
C0M21Y12K7 
(0%,21%,12%,7%)
(0.00/0.21/0.12/0.07)	

CMYK percentages

%0
%20.59
%12.18
%6.67

Codes

Color #EEBDD1 in popluar color models

EEBDD1
RGB238189209
HSL336°59.04%83.73%
HSB/HSV336°20.59%93.33%
CMYK0.00%20.59%12.18%
6.67%

Color #EEBDD1 in popluar number systems.

HEXEEBDD1
Decimal238189209
Binary111011101011110111010001
Octal356275321

Shades and tints

Shades of #EEBDD1

#EEBDD1
(238,189,209)
#D9ACBE
(217,172,190)
#C49BAB
(196,155,171)
#AF8A98
(175,138,152)
#9A7985
(154,121,133)
#856872
(133,104,114)
#70575F
(112,87,95)
#5B464C
(91,70,76)
#463539
(70,53,57)
#312426
(49,36,38)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EEBDD1

#EEBDD1
(238,189,209)
#EFC3D5
(239,195,213)
#F0C9D9
(240,201,217)
#F1CFDD
(241,207,221)
#F2D5E1
(242,213,225)
#F3DBE5
(243,219,229)
#F4E1E9
(244,225,233)
#F5E7ED
(245,231,237)
#F6EDF1
(246,237,241)
#F7F3F5
(247,243,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBDD1 color. Also use rgb(238,189,209) instead hex code.

Text Font Color

.myTextColor { color: #EEBDD1; }

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

This text font color is #EEBDD1.


Background Color

.myBgColor { background-color: #EEBDD1; }

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

This div background color is #EEBDD1.


Border color

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

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

This div border color is #EEBDD1.


Opacity

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

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

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

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

This text has shadow with #EEBDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDD1 on black background.


Color preview on white background

This text has color #EEBDD1 on white background.



Black color preview on #EEBDD1 background

This text has black color on #EEBDD1 background.


White color preview on #EEBDD1 background

This text has white color on #EEBDD1 background.