COLOR #EEBDB9

HEX: #EEBDB9
RGB: (238,189,185)

Color info

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

RGB color model

#EEBDB9 color RGB value is (238,189,185).

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

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 185 of 255 = 73%

238
189
185

R + G + B ~ 80%. #EEBDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 185 = 612 (100%)
R 238 of 612 ~ 38.89%
G 189 of 612 ~ 30.88%
B 185 of 612 ~ 30.23%

%38.89
%30.88
%30.23

CMYK color model

#EEBDB9 color CMYK value is (0,21,22,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(0,21,22,7)
C0M21Y22K7 
(0%,21%,22%,7%)
(0.00/0.21/0.22/0.07)	

CMYK percentages

%0
%20.59
%22.27
%6.67

Codes

Color #EEBDB9 in popluar color models

EEBDB9
RGB238189185
HSL60.92%82.94%
HSB/HSV22.27%93.33%
CMYK0.00%20.59%22.27%
6.67%

Color #EEBDB9 in popluar number systems.

HEXEEBDB9
Decimal238189185
Binary111011101011110110111001
Octal356275271

Shades and tints

Shades of #EEBDB9

#EEBDB9
(238,189,185)
#D9ACA9
(217,172,169)
#C49B99
(196,155,153)
#AF8A89
(175,138,137)
#9A7979
(154,121,121)
#856869
(133,104,105)
#705759
(112,87,89)
#5B4649
(91,70,73)
#463539
(70,53,57)
#312429
(49,36,41)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #EEBDB9

#EEBDB9
(238,189,185)
#EFC3BF
(239,195,191)
#F0C9C5
(240,201,197)
#F1CFCB
(241,207,203)
#F2D5D1
(242,213,209)
#F3DBD7
(243,219,215)
#F4E1DD
(244,225,221)
#F5E7E3
(245,231,227)
#F6EDE9
(246,237,233)
#F7F3EF
(247,243,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDB9; }

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

This text font color is #EEBDB9.


Background Color

.myBgColor { background-color: #EEBDB9; }

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

This div background color is #EEBDB9.


Border color

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

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

This div border color is #EEBDB9.


Opacity

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

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

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

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

This text has shadow with #EEBDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDB9 on black background.


Color preview on white background

This text has color #EEBDB9 on white background.



Black color preview on #EEBDB9 background

This text has black color on #EEBDB9 background.


White color preview on #EEBDB9 background

This text has white color on #EEBDB9 background.