COLOR #E2CEC6

HEX: #E2CEC6 RGB: (226,206,198)

Color info

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

RGB color model

#E2CEC6 color RGB value is (226,206,198).

RGB: (226,206,198) (89%, 81%, 78%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 198 of 255 = 78%

226
206
198

R + G + B ~ 83%. #E2CEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 206 + 198 = 630 (100%)
R 226 of 630 ~ 35.87%
G 206 of 630 ~ 32.7%
B 198 of 630 ~ 31.43'%

%35.87
%32.7
%31.43

CMYK color model

#E2CEC6 color CMYK value is (0,9,12,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK: (0,9,12,11) C0M9Y12K11 (0%,9%,12%,11%) (0.00/0.09/0.12/0.11) 

CMYK percentages

%0
%8.85
%12.39
%11.37

Codes

Color #E2CEC6 in popluar color models

E2 CE C6
RGB 226 206 198
HSL 17° 32.56% 83.14%
HSB/HSV 17° 12.39% 88.63%
CMYK 0.00% 8.85% 12.39%
11.37%

Color #E2CEC6 in popluar number systems.

HEX E2 CE C6
Decimal 226 206 198
Binary 11100010 11001110 11000110
Octal 342 316 306

Shades and tints

Shades of #E2CEC6

#E2CEC6
(226,206,198)
#CEBCB4
(206,188,180)
#BAAAA2
(186,170,162)
#A69890
(166,152,144)
#92867E
(146,134,126)
#7E746C
(126,116,108)
#6A625A
(106,98,90)
#565048
(86,80,72)
#423E36
(66,62,54)
#2E2C24
(46,44,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #E2CEC6

#E2CEC6
(226,206,198)
#E4D2CB
(228,210,203)
#E6D6D0
(230,214,208)
#E8DAD5
(232,218,213)
#EADEDA
(234,222,218)
#ECE2DF
(236,226,223)
#EEE6E4
(238,230,228)
#F0EAE9
(240,234,233)
#F2EEEE
(242,238,238)
#F4F2F3
(244,242,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CEC6; }

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

This text font color is #E2CEC6.

Background Color

.myBgColor { background-color: #E2CEC6; }

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

This div background color is #E2CEC6.

Border color

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

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

This div border color is #E2CEC6.

Opacity

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

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

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

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

This text has shadow with #E2CEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CEC6.

Preview

Color preview on black background

This text has color #E2CEC6 on black background.


Color preview on white background

This text has color #E2CEC6 on white background.


Black color preview on #E2CEC6 background

This text has black color on #E2CEC6 background.


White color preview on #E2CEC6 background

This text has white color on #E2CEC6 background.


Related colors

Complementary color

Complementary color for #hex is #1D3139.


I love getcolorcode.com

Triadic colors

1 #C6E2CE and #CEC6E2 with #E2CEC6 are triadic colors.

2 #C6CEE2 and #CEE2C6 with #E2CEC6 are triadic colors.