COLOR #E2CEBC

HEX: #E2CEBC RGB: (226,206,188)

Color info

#E2CEBC contains red, green and blue colors in about the same proportion. Web safe color of #E2CEBC is #CCCCCC (or #CCC).

RGB color model

#E2CEBC color RGB value is (226,206,188).

RGB: (226,206,188) (89%, 81%, 74%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 188 of 255 = 74%

226
206
188

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

Portions of RGB colors in percentages

R + G + B = 226 + 206 + 188 = 620 (100%)
R 226 of 620 ~ 36.45%
G 206 of 620 ~ 33.23%
B 188 of 620 ~ 30.32'%

%36.45
%33.23
%30.32

CMYK color model

#E2CEBC color CMYK value is (0,9,17,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 16.81%
  • key color value is 11.37%

CMYK: (0,9,17,11)
C0M9Y17K11 (0%, 9%, 17%, 11%)
(0.00 / 0.09 / 0.17 / 0.11)

CMYK percentages

%0
%8.85
%16.81
%11.37

Codes

Color #E2CEBC in popluar color models

E2 CE BC
RGB 226 206 188
HSL 28° 39.58% 81.18%
HSB/HSV 28° 16.81% 88.63%
CMYK 0.00% 8.85% 16.81%
11.37%

Color #E2CEBC in popluar number systems.

HEX E2 CE BC
Decimal 226 206 188
Binary 11100010 11001110 10111100
Octal 342 316 274

Shades and tints

Shades of #E2CEBC

#E2CEBC
(226,206,188)
#CEBCAB
(206,188,171)
#BAAA9A
(186,170,154)
#A69889
(166,152,137)
#928678
(146,134,120)
#7E7467
(126,116,103)
#6A6256
(106,98,86)
#565045
(86,80,69)
#423E34
(66,62,52)
#2E2C23
(46,44,35)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #E2CEBC

#E2CEBC
(226,206,188)
#E4D2C2
(228,210,194)
#E6D6C8
(230,214,200)
#E8DACE
(232,218,206)
#EADED4
(234,222,212)
#ECE2DA
(236,226,218)
#EEE6E0
(238,230,224)
#F0EAE6
(240,234,230)
#F2EEEC
(242,238,236)
#F4F2F2
(244,242,242)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CEBC color. Also use rgb(226,206,188) instead hex code.

Text Font Color

.myTextColor { color: #E2CEBC; }

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

This text font color is #E2CEBC.

Background Color

.myBgColor { background-color: #E2CEBC; }

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

This div background color is #E2CEBC.

Border color

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

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

This div border color is #E2CEBC.

Opacity

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

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

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

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

This text has shadow with #E2CEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CEBC.

Preview

Color preview on black background

This text has color #E2CEBC on black background.


Color preview on white background

This text has color #E2CEBC on white background.


Black color preview on #E2CEBC background

This text has black color on #E2CEBC background.


White color preview on #E2CEBC background

This text has white color on #E2CEBC background.


Related colors

Complementary color

Complementary color for #hex is #1D3143.


I love getcolorcode.com

Triadic colors

1 #BCE2CE and #CEBCE2 with #E2CEBC are triadic colors.

2 #BCCEE2 and #CEE2BC with #E2CEBC are triadic colors.