COLOR #EEBB9B

HEX: #EEBB9B RGB: (238,187,155)

Color info

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

RGB color model

#EEBB9B color RGB value is (238,187,155).

RGB: (238,187,155) (93%, 73%, 61%)

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 155 of 255 = 61%

238
187
155

R + G + B ~ 76%. #EEBB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 187 + 155 = 580 (100%)
R 238 of 580 ~ 41.03%
G 187 of 580 ~ 32.24%
B 155 of 580 ~ 26.72'%

%41.03
%32.24
%26.72

CMYK color model

#EEBB9B color CMYK value is (0,21,35,7).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 34.87%
  • key color value is 6.67%

CMYK: (0,21,35,7)
C0M21Y35K7 (0%, 21%, 35%, 7%)
(0.00 / 0.21 / 0.35 / 0.07)

CMYK percentages

%0
%21.43
%34.87
%6.67

Codes

Color #EEBB9B in popluar color models

EE BB 9B
RGB 238 187 155
HSL 23° 70.94% 77.06%
HSB/HSV 23° 34.87% 93.33%
CMYK 0.00% 21.43% 34.87%
6.67%

Color #EEBB9B in popluar number systems.

HEX EE BB 9B
Decimal 238 187 155
Binary 11101110 10111011 10011011
Octal 356 273 233

Shades and tints

Shades of #EEBB9B

#EEBB9B
(238,187,155)
#D9AA8D
(217,170,141)
#C4997F
(196,153,127)
#AF8871
(175,136,113)
#9A7763
(154,119,99)
#856655
(133,102,85)
#705547
(112,85,71)
#5B4439
(91,68,57)
#46332B
(70,51,43)
#31221D
(49,34,29)
#1C110F
(28,17,15)
#000000
(0,0,0)

Tints of #EEBB9B

#EEBB9B
(238,187,155)
#EFC1A4
(239,193,164)
#F0C7AD
(240,199,173)
#F1CDB6
(241,205,182)
#F2D3BF
(242,211,191)
#F3D9C8
(243,217,200)
#F4DFD1
(244,223,209)
#F5E5DA
(245,229,218)
#F6EBE3
(246,235,227)
#F7F1EC
(247,241,236)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBB9B color. Also use rgb(238,187,155) instead hex code.

Text Font Color

.myTextColor { color: #EEBB9B; }

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

This text font color is #EEBB9B.

Background Color

.myBgColor { background-color: #EEBB9B; }

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

This div background color is #EEBB9B.

Border color

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

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

This div border color is #EEBB9B.

Opacity

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

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

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

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

This text has shadow with #EEBB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBB9B.

Preview

Color preview on black background

This text has color #EEBB9B on black background.


Color preview on white background

This text has color #EEBB9B on white background.


Black color preview on #EEBB9B background

This text has black color on #EEBB9B background.


White color preview on #EEBB9B background

This text has white color on #EEBB9B background.


Related colors

Complementary color

Complementary color for #hex is #114464.


I love getcolorcode.com

Triadic colors

1 #9BEEBB and #BB9BEE with #EEBB9B are triadic colors.

2 #9BBBEE and #BBEE9B with #EEBB9B are triadic colors.