COLOR #E0CBD3

HEX: #E0CBD3 RGB: (224,203,211)

Color info

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

RGB color model

#E0CBD3 color RGB value is (224,203,211).

RGB: (224,203,211) (88%, 80%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 211 of 255 = 83%

224
203
211

R + G + B ~ 84%. #E0CBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 203 + 211 = 638 (100%)
R 224 of 638 ~ 35.11%
G 203 of 638 ~ 31.82%
B 211 of 638 ~ 33.07'%

%35.11
%31.82
%33.07

CMYK color model

#E0CBD3 color CMYK value is (0,9,6,12).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 5.80%
  • key color value is 12.16%

CMYK: (0,9,6,12)
C0M9Y6K12 (0%, 9%, 6%, 12%)
(0.00 / 0.09 / 0.06 / 0.12)

CMYK percentages

%0
%9.38
%5.8
%12.16

Codes

Color #E0CBD3 in popluar color models

E0 CB D3
RGB 224 203 211
HSL 337° 25.30% 83.73%
HSB/HSV 337° 9.38% 87.84%
CMYK 0.00% 9.38% 5.80%
12.16%

Color #E0CBD3 in popluar number systems.

HEX E0 CB D3
Decimal 224 203 211
Binary 11100000 11001011 11010011
Octal 340 313 323

Shades and tints

Shades of #E0CBD3

#E0CBD3
(224,203,211)
#CCB9C0
(204,185,192)
#B8A7AD
(184,167,173)
#A4959A
(164,149,154)
#908387
(144,131,135)
#7C7174
(124,113,116)
#685F61
(104,95,97)
#544D4E
(84,77,78)
#403B3B
(64,59,59)
#2C2928
(44,41,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0CBD3

#E0CBD3
(224,203,211)
#E2CFD7
(226,207,215)
#E4D3DB
(228,211,219)
#E6D7DF
(230,215,223)
#E8DBE3
(232,219,227)
#EADFE7
(234,223,231)
#ECE3EB
(236,227,235)
#EEE7EF
(238,231,239)
#F0EBF3
(240,235,243)
#F2EFF7
(242,239,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CBD3 color. Also use rgb(224,203,211) instead hex code.

Text Font Color

.myTextColor { color: #E0CBD3; }

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

This text font color is #E0CBD3.

Background Color

.myBgColor { background-color: #E0CBD3; }

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

This div background color is #E0CBD3.

Border color

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

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

This div border color is #E0CBD3.

Opacity

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

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

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

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

This text has shadow with #E0CBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CBD3.

Preview

Color preview on black background

This text has color #E0CBD3 on black background.


Color preview on white background

This text has color #E0CBD3 on white background.


Black color preview on #E0CBD3 background

This text has black color on #E0CBD3 background.


White color preview on #E0CBD3 background

This text has white color on #E0CBD3 background.


Related colors

Complementary color

Complementary color for #hex is #1F342C.


I love getcolorcode.com

Triadic colors

1 #D3E0CB and #CBD3E0 with #E0CBD3 are triadic colors.

2 #D3CBE0 and #CBE0D3 with #E0CBD3 are triadic colors.