COLOR #EECBA7

HEX: #EECBA7
RGB: (238,203,167)

Color info

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

RGB color model

#EECBA7 color RGB value is (238,203,167).

  • red value is 238;
  • green value is 203;
  • blue value is 167.
RGB:
(238,203,167)
(93%,80%,65%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 167 of 255 = 65%

238
203
167

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

Portions of RGB colors in percentages

R + G + B =
238 + 203 + 167 = 608 (100%)
R 238 of 608 ~ 39.14%
G 203 of 608 ~ 33.39%
B 167 of 608 ~ 27.47%

%39.14
%33.39
%27.47

CMYK color model

#EECBA7 color CMYK value is (0,15,30,7).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 29.83%
  • key color value is 6.67%
CMYK:
(0,15,30,7)
C0M15Y30K7 
(0%,15%,30%,7%)
(0.00/0.15/0.30/0.07)	

CMYK percentages

%0
%14.71
%29.83
%6.67

Codes

Color #EECBA7 in popluar color models

EECBA7
RGB238203167
HSL30°67.62%79.41%
HSB/HSV30°29.83%93.33%
CMYK0.00%14.71%29.83%
6.67%

Color #EECBA7 in popluar number systems.

HEXEECBA7
Decimal238203167
Binary111011101100101110100111
Octal356313247

Shades and tints

Shades of #EECBA7

#EECBA7
(238,203,167)
#D9B998
(217,185,152)
#C4A789
(196,167,137)
#AF957A
(175,149,122)
#9A836B
(154,131,107)
#85715C
(133,113,92)
#705F4D
(112,95,77)
#5B4D3E
(91,77,62)
#463B2F
(70,59,47)
#312920
(49,41,32)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #EECBA7

#EECBA7
(238,203,167)
#EFCFAF
(239,207,175)
#F0D3B7
(240,211,183)
#F1D7BF
(241,215,191)
#F2DBC7
(242,219,199)
#F3DFCF
(243,223,207)
#F4E3D7
(244,227,215)
#F5E7DF
(245,231,223)
#F6EBE7
(246,235,231)
#F7EFEF
(247,239,239)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECBA7 color. Also use rgb(238,203,167) instead hex code.

Text Font Color

.myTextColor { color: #EECBA7; }

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

This text font color is #EECBA7.


Background Color

.myBgColor { background-color: #EECBA7; }

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

This div background color is #EECBA7.


Border color

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

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

This div border color is #EECBA7.


Opacity

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

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

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

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

This text has shadow with #EECBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECBA7 on black background.


Color preview on white background

This text has color #EECBA7 on white background.



Black color preview on #EECBA7 background

This text has black color on #EECBA7 background.


White color preview on #EECBA7 background

This text has white color on #EECBA7 background.