COLOR #E0CEC3

HEX: #E0CEC3 RGB: (224,206,195)

Color info

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

RGB color model

#E0CEC3 color RGB value is (224,206,195).

RGB: (224,206,195) (88%, 81%, 76%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 195 of 255 = 76%

224
206
195

R + G + B ~ 82%. #E0CEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 206 + 195 = 625 (100%)
R 224 of 625 ~ 35.84%
G 206 of 625 ~ 32.96%
B 195 of 625 ~ 31.2'%

%35.84
%32.96
%31.2

CMYK color model

#E0CEC3 color CMYK value is (0,8,13,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 12.95%
  • key color value is 12.16%

CMYK: (0,8,13,12)
C0M8Y13K12 (0%, 8%, 13%, 12%)
(0.00 / 0.08 / 0.13 / 0.12)

CMYK percentages

%0
%8.04
%12.95
%12.16

Codes

Color #E0CEC3 in popluar color models

E0 CE C3
RGB 224 206 195
HSL 23° 31.87% 82.16%
HSB/HSV 23° 12.95% 87.84%
CMYK 0.00% 8.04% 12.95%
12.16%

Color #E0CEC3 in popluar number systems.

HEX E0 CE C3
Decimal 224 206 195
Binary 11100000 11001110 11000011
Octal 340 316 303

Shades and tints

Shades of #E0CEC3

#E0CEC3
(224,206,195)
#CCBCB2
(204,188,178)
#B8AAA1
(184,170,161)
#A49890
(164,152,144)
#90867F
(144,134,127)
#7C746E
(124,116,110)
#68625D
(104,98,93)
#54504C
(84,80,76)
#403E3B
(64,62,59)
#2C2C2A
(44,44,42)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0CEC3

#E0CEC3
(224,206,195)
#E2D2C8
(226,210,200)
#E4D6CD
(228,214,205)
#E6DAD2
(230,218,210)
#E8DED7
(232,222,215)
#EAE2DC
(234,226,220)
#ECE6E1
(236,230,225)
#EEEAE6
(238,234,230)
#F0EEEB
(240,238,235)
#F2F2F0
(242,242,240)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CEC3 color. Also use rgb(224,206,195) instead hex code.

Text Font Color

.myTextColor { color: #E0CEC3; }

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

This text font color is #E0CEC3.

Background Color

.myBgColor { background-color: #E0CEC3; }

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

This div background color is #E0CEC3.

Border color

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

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

This div border color is #E0CEC3.

Opacity

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

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

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

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

This text has shadow with #E0CEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CEC3.

Preview

Color preview on black background

This text has color #E0CEC3 on black background.


Color preview on white background

This text has color #E0CEC3 on white background.


Black color preview on #E0CEC3 background

This text has black color on #E0CEC3 background.


White color preview on #E0CEC3 background

This text has white color on #E0CEC3 background.


Related colors

Complementary color

Complementary color for #hex is #1F313C.


I love getcolorcode.com

Triadic colors

1 #C3E0CE and #CEC3E0 with #E0CEC3 are triadic colors.

2 #C3CEE0 and #CEE0C3 with #E0CEC3 are triadic colors.