COLOR #E9C4BF

HEX: #E9C4BF RGB: (233,196,191)

Color info

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

RGB color model

#E9C4BF color RGB value is (233,196,191).

RGB: (233,196,191) (91%, 77%, 75%)

RGB channels and saturation

R 233 of 255 = 91%
G 196 of 255 = 77%
B 191 of 255 = 75%

233
196
191

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

Portions of RGB colors in percentages

R + G + B = 233 + 196 + 191 = 620 (100%)
R 233 of 620 ~ 37.58%
G 196 of 620 ~ 31.61%
B 191 of 620 ~ 30.81'%

%37.58
%31.61
%30.81

CMYK color model

#E9C4BF color CMYK value is (0,16,18,9).

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

CMYK: (0,16,18,9)
C0M16Y18K9 (0%, 16%, 18%, 9%)
(0.00 / 0.16 / 0.18 / 0.09)

CMYK percentages

%0
%15.88
%18.03
%8.63

Codes

Color #E9C4BF in popluar color models

E9 C4 BF
RGB 233 196 191
HSL 48.84% 83.14%
HSB/HSV 18.03% 91.37%
CMYK 0.00% 15.88% 18.03%
8.63%

Color #E9C4BF in popluar number systems.

HEX E9 C4 BF
Decimal 233 196 191
Binary 11101001 11000100 10111111
Octal 351 304 277

Shades and tints

Shades of #E9C4BF

#E9C4BF
(233,196,191)
#D4B3AE
(212,179,174)
#BFA29D
(191,162,157)
#AA918C
(170,145,140)
#95807B
(149,128,123)
#806F6A
(128,111,106)
#6B5E59
(107,94,89)
#564D48
(86,77,72)
#413C37
(65,60,55)
#2C2B26
(44,43,38)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #E9C4BF

#E9C4BF
(233,196,191)
#EBC9C4
(235,201,196)
#EDCEC9
(237,206,201)
#EFD3CE
(239,211,206)
#F1D8D3
(241,216,211)
#F3DDD8
(243,221,216)
#F5E2DD
(245,226,221)
#F7E7E2
(247,231,226)
#F9ECE7
(249,236,231)
#FBF1EC
(251,241,236)
#FDF6F1
(253,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C4BF; }

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

This text font color is #E9C4BF.

Background Color

.myBgColor { background-color: #E9C4BF; }

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

This div background color is #E9C4BF.

Border color

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

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

This div border color is #E9C4BF.

Opacity

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

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

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

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

This text has shadow with #E9C4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C4BF.

Preview

Color preview on black background

This text has color #E9C4BF on black background.


Color preview on white background

This text has color #E9C4BF on white background.


Black color preview on #E9C4BF background

This text has black color on #E9C4BF background.


White color preview on #E9C4BF background

This text has white color on #E9C4BF background.


Related colors

Complementary color

Complementary color for #hex is #163B40.


I love getcolorcode.com

Triadic colors

1 #BFE9C4 and #C4BFE9 with #E9C4BF are triadic colors.

2 #BFC4E9 and #C4E9BF with #E9C4BF are triadic colors.