COLOR #EEBDB8

HEX: #EEBDB8 RGB: (238,189,184)

Color info

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

RGB color model

#EEBDB8 color RGB value is (238,189,184).

RGB: (238,189,184) (93%, 74%, 72%)

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 184 of 255 = 72%

238
189
184

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

Portions of RGB colors in percentages

R + G + B = 238 + 189 + 184 = 611 (100%)
R 238 of 611 ~ 38.95%
G 189 of 611 ~ 30.93%
B 184 of 611 ~ 30.11'%

%38.95
%30.93
%30.11

CMYK color model

#EEBDB8 color CMYK value is (0,21,23,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK: (0,21,23,7) C0M21Y23K7 (0%,21%,23%,7%) (0.00/0.21/0.23/0.07) 

CMYK percentages

%0
%20.59
%22.69
%6.67

Codes

Color #EEBDB8 in popluar color models

EE BD B8
RGB 238 189 184
HSL 61.36% 82.75%
HSB/HSV 22.69% 93.33%
CMYK 0.00% 20.59% 22.69%
6.67%

Color #EEBDB8 in popluar number systems.

HEX EE BD B8
Decimal 238 189 184
Binary 11101110 10111101 10111000
Octal 356 275 270

Shades and tints

Shades of #EEBDB8

#EEBDB8
(238,189,184)
#D9ACA8
(217,172,168)
#C49B98
(196,155,152)
#AF8A88
(175,138,136)
#9A7978
(154,121,120)
#856868
(133,104,104)
#705758
(112,87,88)
#5B4648
(91,70,72)
#463538
(70,53,56)
#312428
(49,36,40)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEBDB8

#EEBDB8
(238,189,184)
#EFC3BE
(239,195,190)
#F0C9C4
(240,201,196)
#F1CFCA
(241,207,202)
#F2D5D0
(242,213,208)
#F3DBD6
(243,219,214)
#F4E1DC
(244,225,220)
#F5E7E2
(245,231,226)
#F6EDE8
(246,237,232)
#F7F3EE
(247,243,238)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDB8; }

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

This text font color is #EEBDB8.

Background Color

.myBgColor { background-color: #EEBDB8; }

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

This div background color is #EEBDB8.

Border color

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

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

This div border color is #EEBDB8.

Opacity

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

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

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

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

This text has shadow with #EEBDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBDB8.

Preview

Color preview on black background

This text has color #EEBDB8 on black background.


Color preview on white background

This text has color #EEBDB8 on white background.


Black color preview on #EEBDB8 background

This text has black color on #EEBDB8 background.


White color preview on #EEBDB8 background

This text has white color on #EEBDB8 background.


Related colors

Complementary color

Complementary color for #hex is #114247.


I love getcolorcode.com

Triadic colors

1 #B8EEBD and #BDB8EE with #EEBDB8 are triadic colors.

2 #B8BDEE and #BDEEB8 with #EEBDB8 are triadic colors.