COLOR #EEBF8D

HEX: #EEBF8D
RGB: (238,191,141)

Color info

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

RGB color model

#EEBF8D color RGB value is (238,191,141).

  • red value is 238;
  • green value is 191;
  • blue value is 141.
RGB:
(238,191,141)
(93%,75%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 191 of 255 = 75%
B 141 of 255 = 55%

238
191
141

R + G + B ~ 74%. #EEBF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 191 + 141 = 570 (100%)
R 238 of 570 ~ 41.75%
G 191 of 570 ~ 33.51%
B 141 of 570 ~ 24.74%

%41.75
%33.51
%24.74

CMYK color model

#EEBF8D color CMYK value is (0,20,41,7).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 40.76%
  • key color value is 6.67%
CMYK:
(0,20,41,7)
C0M20Y41K7 
(0%,20%,41%,7%)
(0.00/0.20/0.41/0.07)	

CMYK percentages

%0
%19.75
%40.76
%6.67

Codes

Color #EEBF8D in popluar color models

EEBF8D
RGB238191141
HSL31°74.05%74.31%
HSB/HSV31°40.76%93.33%
CMYK0.00%19.75%40.76%
6.67%

Color #EEBF8D in popluar number systems.

HEXEEBF8D
Decimal238191141
Binary111011101011111110001101
Octal356277215

Shades and tints

Shades of #EEBF8D

#EEBF8D
(238,191,141)
#D9AE81
(217,174,129)
#C49D75
(196,157,117)
#AF8C69
(175,140,105)
#9A7B5D
(154,123,93)
#856A51
(133,106,81)
#705945
(112,89,69)
#5B4839
(91,72,57)
#46372D
(70,55,45)
#312621
(49,38,33)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #EEBF8D

#EEBF8D
(238,191,141)
#EFC497
(239,196,151)
#F0C9A1
(240,201,161)
#F1CEAB
(241,206,171)
#F2D3B5
(242,211,181)
#F3D8BF
(243,216,191)
#F4DDC9
(244,221,201)
#F5E2D3
(245,226,211)
#F6E7DD
(246,231,221)
#F7ECE7
(247,236,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBF8D color. Also use rgb(238,191,141) instead hex code.

Text Font Color

.myTextColor { color: #EEBF8D; }

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

This text font color is #EEBF8D.


Background Color

.myBgColor { background-color: #EEBF8D; }

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

This div background color is #EEBF8D.


Border color

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

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

This div border color is #EEBF8D.


Opacity

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

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

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

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

This text has shadow with #EEBF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBF8D on black background.


Color preview on white background

This text has color #EEBF8D on white background.



Black color preview on #EEBF8D background

This text has black color on #EEBF8D background.


White color preview on #EEBF8D background

This text has white color on #EEBF8D background.