COLOR #E9CFBD

HEX: #E9CFBD RGB: (233,207,189)

Color info

#E9CFBD contains red, green and blue colors in about the same proportion. Web safe color of #E9CFBD is #FFCCCC (or #FCC).

RGB color model

#E9CFBD color RGB value is (233,207,189).

RGB: (233,207,189) (91%, 81%, 74%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 189 of 255 = 74%

233
207
189

R + G + B ~ 82%. #E9CFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 207 + 189 = 629 (100%)
R 233 of 629 ~ 37.04%
G 207 of 629 ~ 32.91%
B 189 of 629 ~ 30.05'%

%37.04
%32.91
%30.05

CMYK color model

#E9CFBD color CMYK value is (0,11,19,9).

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

CMYK: (0,11,19,9)
C0M11Y19K9 (0%, 11%, 19%, 9%)
(0.00 / 0.11 / 0.19 / 0.09)

CMYK percentages

%0
%11.16
%18.88
%8.63

Codes

Color #E9CFBD in popluar color models

E9 CF BD
RGB 233 207 189
HSL 25° 50.00% 82.75%
HSB/HSV 25° 18.88% 91.37%
CMYK 0.00% 11.16% 18.88%
8.63%

Color #E9CFBD in popluar number systems.

HEX E9 CF BD
Decimal 233 207 189
Binary 11101001 11001111 10111101
Octal 351 317 275

Shades and tints

Shades of #E9CFBD

#E9CFBD
(233,207,189)
#D4BDAC
(212,189,172)
#BFAB9B
(191,171,155)
#AA998A
(170,153,138)
#958779
(149,135,121)
#807568
(128,117,104)
#6B6357
(107,99,87)
#565146
(86,81,70)
#413F35
(65,63,53)
#2C2D24
(44,45,36)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #E9CFBD

#E9CFBD
(233,207,189)
#EBD3C3
(235,211,195)
#EDD7C9
(237,215,201)
#EFDBCF
(239,219,207)
#F1DFD5
(241,223,213)
#F3E3DB
(243,227,219)
#F5E7E1
(245,231,225)
#F7EBE7
(247,235,231)
#F9EFED
(249,239,237)
#FBF3F3
(251,243,243)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFBD; }

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

This text font color is #E9CFBD.

Background Color

.myBgColor { background-color: #E9CFBD; }

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

This div background color is #E9CFBD.

Border color

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

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

This div border color is #E9CFBD.

Opacity

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

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

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

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

This text has shadow with #E9CFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CFBD.

Preview

Color preview on black background

This text has color #E9CFBD on black background.


Color preview on white background

This text has color #E9CFBD on white background.


Black color preview on #E9CFBD background

This text has black color on #E9CFBD background.


White color preview on #E9CFBD background

This text has white color on #E9CFBD background.


Related colors

Complementary color

Complementary color for #hex is #163042.


I love getcolorcode.com

Triadic colors

1 #BDE9CF and #CFBDE9 with #E9CFBD are triadic colors.

2 #BDCFE9 and #CFE9BD with #E9CFBD are triadic colors.