COLOR #EECF9D

HEX: #EECF9D
RGB: (238,207,157)

Color info

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

RGB color model

#EECF9D color RGB value is (238,207,157).

  • red value is 238;
  • green value is 207;
  • blue value is 157.
RGB:
(238,207,157)
(93%,81%,62%)

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 157 of 255 = 62%

238
207
157

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

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 157 = 602 (100%)
R 238 of 602 ~ 39.53%
G 207 of 602 ~ 34.39%
B 157 of 602 ~ 26.08%

%39.53
%34.39
%26.08

CMYK color model

#EECF9D color CMYK value is (0,13,34,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 34.03%
  • key color value is 6.67%
CMYK:
(0,13,34,7)
C0M13Y34K7 
(0%,13%,34%,7%)
(0.00/0.13/0.34/0.07)	

CMYK percentages

%0
%13.03
%34.03
%6.67

Codes

Color #EECF9D in popluar color models

EECF9D
RGB238207157
HSL37°70.43%77.45%
HSB/HSV37°34.03%93.33%
CMYK0.00%13.03%34.03%
6.67%

Color #EECF9D in popluar number systems.

HEXEECF9D
Decimal238207157
Binary111011101100111110011101
Octal356317235

Shades and tints

Shades of #EECF9D

#EECF9D
(238,207,157)
#D9BD8F
(217,189,143)
#C4AB81
(196,171,129)
#AF9973
(175,153,115)
#9A8765
(154,135,101)
#857557
(133,117,87)
#706349
(112,99,73)
#5B513B
(91,81,59)
#463F2D
(70,63,45)
#312D1F
(49,45,31)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #EECF9D

#EECF9D
(238,207,157)
#EFD3A5
(239,211,165)
#F0D7AD
(240,215,173)
#F1DBB5
(241,219,181)
#F2DFBD
(242,223,189)
#F3E3C5
(243,227,197)
#F4E7CD
(244,231,205)
#F5EBD5
(245,235,213)
#F6EFDD
(246,239,221)
#F7F3E5
(247,243,229)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECF9D color. Also use rgb(238,207,157) instead hex code.

Text Font Color

.myTextColor { color: #EECF9D; }

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

This text font color is #EECF9D.


Background Color

.myBgColor { background-color: #EECF9D; }

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

This div background color is #EECF9D.


Border color

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

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

This div border color is #EECF9D.


Opacity

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

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

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

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

This text has shadow with #EECF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECF9D on black background.


Color preview on white background

This text has color #EECF9D on white background.



Black color preview on #EECF9D background

This text has black color on #EECF9D background.


White color preview on #EECF9D background

This text has white color on #EECF9D background.