COLOR #EEBDB2

HEX: #EEBDB2 RGB: (238,189,178)

Color info

#EEBDB2 contains mainly red and green colors. Web safe color of #EEBDB2 is #FFCC99 (or #FC9).

RGB color model

#EEBDB2 color RGB value is (238,189,178).

RGB: (238,189,178) (93%, 74%, 70%)

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 178 of 255 = 70%

238
189
178

R + G + B ~ 79%. #EEBDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 189 + 178 = 605 (100%)
R 238 of 605 ~ 39.34%
G 189 of 605 ~ 31.24%
B 178 of 605 ~ 29.42'%

%39.34
%31.24
%29.42

CMYK color model

#EEBDB2 color CMYK value is (0,21,25,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 25.21%
  • key color value is 6.67%

CMYK: (0,21,25,7)
C0M21Y25K7 (0%, 21%, 25%, 7%)
(0.00 / 0.21 / 0.25 / 0.07)

CMYK percentages

%0
%20.59
%25.21
%6.67

Codes

Color #EEBDB2 in popluar color models

EE BD B2
RGB 238 189 178
HSL 11° 63.83% 81.57%
HSB/HSV 11° 25.21% 93.33%
CMYK 0.00% 20.59% 25.21%
6.67%

Color #EEBDB2 in popluar number systems.

HEX EE BD B2
Decimal 238 189 178
Binary 11101110 10111101 10110010
Octal 356 275 262

Shades and tints

Shades of #EEBDB2

#EEBDB2
(238,189,178)
#D9ACA2
(217,172,162)
#C49B92
(196,155,146)
#AF8A82
(175,138,130)
#9A7972
(154,121,114)
#856862
(133,104,98)
#705752
(112,87,82)
#5B4642
(91,70,66)
#463532
(70,53,50)
#312422
(49,36,34)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #EEBDB2

#EEBDB2
(238,189,178)
#EFC3B9
(239,195,185)
#F0C9C0
(240,201,192)
#F1CFC7
(241,207,199)
#F2D5CE
(242,213,206)
#F3DBD5
(243,219,213)
#F4E1DC
(244,225,220)
#F5E7E3
(245,231,227)
#F6EDEA
(246,237,234)
#F7F3F1
(247,243,241)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDB2; }

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

This text font color is #EEBDB2.

Background Color

.myBgColor { background-color: #EEBDB2; }

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

This div background color is #EEBDB2.

Border color

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

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

This div border color is #EEBDB2.

Opacity

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

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

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

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

This text has shadow with #EEBDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBDB2.

Preview

Color preview on black background

This text has color #EEBDB2 on black background.


Color preview on white background

This text has color #EEBDB2 on white background.


Black color preview on #EEBDB2 background

This text has black color on #EEBDB2 background.


White color preview on #EEBDB2 background

This text has white color on #EEBDB2 background.


Related colors

Complementary color

Complementary color for #hex is #11424D.


I love getcolorcode.com

Triadic colors

1 #B2EEBD and #BDB2EE with #EEBDB2 are triadic colors.

2 #B2BDEE and #BDEEB2 with #EEBDB2 are triadic colors.