COLOR #E9CF9B

HEX: #E9CF9B RGB: (233,207,155)

Color info

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

RGB color model

#E9CF9B color RGB value is (233,207,155).

RGB: (233,207,155) (91%, 81%, 61%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 155 of 255 = 61%

233
207
155

R + G + B ~ 78%. #E9CF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 207 + 155 = 595 (100%)
R 233 of 595 ~ 39.16%
G 207 of 595 ~ 34.79%
B 155 of 595 ~ 26.05'%

%39.16
%34.79
%26.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 33.48%
  • key color value is 8.63%

CMYK: (0,11,33,9)
C0M11Y33K9 (0%, 11%, 33%, 9%)
(0.00 / 0.11 / 0.33 / 0.09)

CMYK percentages

%0
%11.16
%33.48
%8.63

Codes

Color #E9CF9B in popluar color models

E9 CF 9B
RGB 233 207 155
HSL 40° 63.93% 76.08%
HSB/HSV 40° 33.48% 91.37%
CMYK 0.00% 11.16% 33.48%
8.63%

Color #E9CF9B in popluar number systems.

HEX E9 CF 9B
Decimal 233 207 155
Binary 11101001 11001111 10011011
Octal 351 317 233

Shades and tints

Shades of #E9CF9B

#E9CF9B
(233,207,155)
#D4BD8D
(212,189,141)
#BFAB7F
(191,171,127)
#AA9971
(170,153,113)
#958763
(149,135,99)
#807555
(128,117,85)
#6B6347
(107,99,71)
#565139
(86,81,57)
#413F2B
(65,63,43)
#2C2D1D
(44,45,29)
#171B0F
(23,27,15)
#000000
(0,0,0)

Tints of #E9CF9B

#E9CF9B
(233,207,155)
#EBD3A4
(235,211,164)
#EDD7AD
(237,215,173)
#EFDBB6
(239,219,182)
#F1DFBF
(241,223,191)
#F3E3C8
(243,227,200)
#F5E7D1
(245,231,209)
#F7EBDA
(247,235,218)
#F9EFE3
(249,239,227)
#FBF3EC
(251,243,236)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CF9B color. Also use rgb(233,207,155) instead hex code.

Text Font Color

.myTextColor { color: #E9CF9B; }

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

This text font color is #E9CF9B.

Background Color

.myBgColor { background-color: #E9CF9B; }

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

This div background color is #E9CF9B.

Border color

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

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

This div border color is #E9CF9B.

Opacity

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

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

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

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

This text has shadow with #E9CF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CF9B.

Preview

Color preview on black background

This text has color #E9CF9B on black background.


Color preview on white background

This text has color #E9CF9B on white background.


Black color preview on #E9CF9B background

This text has black color on #E9CF9B background.


White color preview on #E9CF9B background

This text has white color on #E9CF9B background.


Related colors

Complementary color

Complementary color for #hex is #163064.


I love getcolorcode.com

Triadic colors

1 #9BE9CF and #CF9BE9 with #E9CF9B are triadic colors.

2 #9BCFE9 and #CFE99B with #E9CF9B are triadic colors.