COLOR #E7CD9B

HEX: #E7CD9B RGB: (231,205,155)

Color info

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

RGB color model

#E7CD9B color RGB value is (231,205,155).

RGB: (231,205,155) (91%, 80%, 61%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 155 of 255 = 61%

231
205
155

R + G + B ~ 77%. #E7CD9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 155 = 591 (100%)
R 231 of 591 ~ 39.09%
G 205 of 591 ~ 34.69%
B 155 of 591 ~ 26.23'%

%39.09
%34.69
%26.23

CMYK color model

#E7CD9B color CMYK value is (0,11,33,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 32.90%
  • key color value is 9.41%
CMYK: (0,11,33,9) C0M11Y33K9 (0%,11%,33%,9%) (0.00/0.11/0.33/0.09) 

CMYK percentages

%0
%11.26
%32.9
%9.41

Codes

Color #E7CD9B in popluar color models

E7 CD 9B
RGB 231 205 155
HSL 39° 61.29% 75.69%
HSB/HSV 39° 32.90% 90.59%
CMYK 0.00% 11.26% 32.90%
9.41%

Color #E7CD9B in popluar number systems.

HEX E7 CD 9B
Decimal 231 205 155
Binary 11100111 11001101 10011011
Octal 347 315 233

Shades and tints

Shades of #E7CD9B

#E7CD9B
(231,205,155)
#D2BB8D
(210,187,141)
#BDA97F
(189,169,127)
#A89771
(168,151,113)
#938563
(147,133,99)
#7E7355
(126,115,85)
#696147
(105,97,71)
#544F39
(84,79,57)
#3F3D2B
(63,61,43)
#2A2B1D
(42,43,29)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #E7CD9B

#E7CD9B
(231,205,155)
#E9D1A4
(233,209,164)
#EBD5AD
(235,213,173)
#EDD9B6
(237,217,182)
#EFDDBF
(239,221,191)
#F1E1C8
(241,225,200)
#F3E5D1
(243,229,209)
#F5E9DA
(245,233,218)
#F7EDE3
(247,237,227)
#F9F1EC
(249,241,236)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CD9B color. Also use rgb(231,205,155) instead hex code.

Text Font Color

.myTextColor { color: #E7CD9B; }

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

This text font color is #E7CD9B.

Background Color

.myBgColor { background-color: #E7CD9B; }

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

This div background color is #E7CD9B.

Border color

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

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

This div border color is #E7CD9B.

Opacity

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

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

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

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

This text has shadow with #E7CD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CD9B.

Preview

Color preview on black background

This text has color #E7CD9B on black background.


Color preview on white background

This text has color #E7CD9B on white background.


Black color preview on #E7CD9B background

This text has black color on #E7CD9B background.


White color preview on #E7CD9B background

This text has white color on #E7CD9B background.


Related colors

Complementary color

Complementary color for #hex is #183264.


I love getcolorcode.com

Triadic colors

1 #9BE7CD and #CD9BE7 with #E7CD9B are triadic colors.

2 #9BCDE7 and #CDE79B with #E7CD9B are triadic colors.