COLOR #E9C7BF

HEX: #E9C7BF RGB: (233,199,191)

Color info

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

RGB color model

#E9C7BF color RGB value is (233,199,191).

RGB: (233,199,191) (91%, 78%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 199 of 255 = 78%
B 191 of 255 = 75%

233
199
191

R + G + B ~ 81%. #E9C7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 199 + 191 = 623 (100%)
R 233 of 623 ~ 37.4%
G 199 of 623 ~ 31.94%
B 191 of 623 ~ 30.66'%

%37.4
%31.94
%30.66

CMYK color model

#E9C7BF color CMYK value is (0,15,18,9).

  • cyan value is 0.00%
  • magenta value is 14.59%
  • yellow value is 18.03%
  • key color value is 8.63%

CMYK: (0,15,18,9)
C0M15Y18K9 (0%, 15%, 18%, 9%)
(0.00 / 0.15 / 0.18 / 0.09)

CMYK percentages

%0
%14.59
%18.03
%8.63

Codes

Color #E9C7BF in popluar color models

E9 C7 BF
RGB 233 199 191
HSL 11° 48.84% 83.14%
HSB/HSV 11° 18.03% 91.37%
CMYK 0.00% 14.59% 18.03%
8.63%

Color #E9C7BF in popluar number systems.

HEX E9 C7 BF
Decimal 233 199 191
Binary 11101001 11000111 10111111
Octal 351 307 277

Shades and tints

Shades of #E9C7BF

#E9C7BF
(233,199,191)
#D4B5AE
(212,181,174)
#BFA39D
(191,163,157)
#AA918C
(170,145,140)
#957F7B
(149,127,123)
#806D6A
(128,109,106)
#6B5B59
(107,91,89)
#564948
(86,73,72)
#413737
(65,55,55)
#2C2526
(44,37,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #E9C7BF

#E9C7BF
(233,199,191)
#EBCCC4
(235,204,196)
#EDD1C9
(237,209,201)
#EFD6CE
(239,214,206)
#F1DBD3
(241,219,211)
#F3E0D8
(243,224,216)
#F5E5DD
(245,229,221)
#F7EAE2
(247,234,226)
#F9EFE7
(249,239,231)
#FBF4EC
(251,244,236)
#FDF9F1
(253,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C7BF color. Also use rgb(233,199,191) instead hex code.

Text Font Color

.myTextColor { color: #E9C7BF; }

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

This text font color is #E9C7BF.

Background Color

.myBgColor { background-color: #E9C7BF; }

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

This div background color is #E9C7BF.

Border color

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

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

This div border color is #E9C7BF.

Opacity

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

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

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

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

This text has shadow with #E9C7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C7BF.

Preview

Color preview on black background

This text has color #E9C7BF on black background.


Color preview on white background

This text has color #E9C7BF on white background.


Black color preview on #E9C7BF background

This text has black color on #E9C7BF background.


White color preview on #E9C7BF background

This text has white color on #E9C7BF background.


Related colors

Complementary color

Complementary color for #hex is #163840.


I love getcolorcode.com

Triadic colors

1 #BFE9C7 and #C7BFE9 with #E9C7BF are triadic colors.

2 #BFC7E9 and #C7E9BF with #E9C7BF are triadic colors.