COLOR #E4CEB2

HEX: #E4CEB2 RGB: (228,206,178)

Color info

#E4CEB2 contains red, green and blue colors in about the same proportion. Web safe color of #E4CEB2 is #CCCC99 (or #CC9).

RGB color model

#E4CEB2 color RGB value is (228,206,178).

RGB: (228,206,178) (89%, 81%, 70%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 178 of 255 = 70%

228
206
178

R + G + B ~ 80%. #E4CEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 206 + 178 = 612 (100%)
R 228 of 612 ~ 37.25%
G 206 of 612 ~ 33.66%
B 178 of 612 ~ 29.08'%

%37.25
%33.66
%29.08

CMYK color model

#E4CEB2 color CMYK value is (0,10,22,11).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 21.93%
  • key color value is 10.59%

CMYK: (0,10,22,11)
C0M10Y22K11 (0%, 10%, 22%, 11%)
(0.00 / 0.10 / 0.22 / 0.11)

CMYK percentages

%0
%9.65
%21.93
%10.59

Codes

Color #E4CEB2 in popluar color models

E4 CE B2
RGB 228 206 178
HSL 34° 48.08% 79.61%
HSB/HSV 34° 21.93% 89.41%
CMYK 0.00% 9.65% 21.93%
10.59%

Color #E4CEB2 in popluar number systems.

HEX E4 CE B2
Decimal 228 206 178
Binary 11100100 11001110 10110010
Octal 344 316 262

Shades and tints

Shades of #E4CEB2

#E4CEB2
(228,206,178)
#D0BCA2
(208,188,162)
#BCAA92
(188,170,146)
#A89882
(168,152,130)
#948672
(148,134,114)
#807462
(128,116,98)
#6C6252
(108,98,82)
#585042
(88,80,66)
#443E32
(68,62,50)
#302C22
(48,44,34)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #E4CEB2

#E4CEB2
(228,206,178)
#E6D2B9
(230,210,185)
#E8D6C0
(232,214,192)
#EADAC7
(234,218,199)
#ECDECE
(236,222,206)
#EEE2D5
(238,226,213)
#F0E6DC
(240,230,220)
#F2EAE3
(242,234,227)
#F4EEEA
(244,238,234)
#F6F2F1
(246,242,241)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CEB2 color. Also use rgb(228,206,178) instead hex code.

Text Font Color

.myTextColor { color: #E4CEB2; }

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

This text font color is #E4CEB2.

Background Color

.myBgColor { background-color: #E4CEB2; }

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

This div background color is #E4CEB2.

Border color

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

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

This div border color is #E4CEB2.

Opacity

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

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

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

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

This text has shadow with #E4CEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CEB2.

Preview

Color preview on black background

This text has color #E4CEB2 on black background.


Color preview on white background

This text has color #E4CEB2 on white background.


Black color preview on #E4CEB2 background

This text has black color on #E4CEB2 background.


White color preview on #E4CEB2 background

This text has white color on #E4CEB2 background.


Related colors

Complementary color

Complementary color for #hex is #1B314D.


I love getcolorcode.com

Triadic colors

1 #B2E4CE and #CEB2E4 with #E4CEB2 are triadic colors.

2 #B2CEE4 and #CEE4B2 with #E4CEB2 are triadic colors.