COLOR #E0CBBE

HEX: #E0CBBE RGB: (224,203,190)

Color info

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

RGB color model

#E0CBBE color RGB value is (224,203,190).

RGB: (224,203,190) (88%, 80%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 190 of 255 = 75%

224
203
190

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

Portions of RGB colors in percentages

R + G + B = 224 + 203 + 190 = 617 (100%)
R 224 of 617 ~ 36.3%
G 203 of 617 ~ 32.9%
B 190 of 617 ~ 30.79'%

%36.3
%32.9
%30.79

CMYK color model

#E0CBBE color CMYK value is (0,9,15,12).

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

CMYK: (0,9,15,12)
C0M9Y15K12 (0%, 9%, 15%, 12%)
(0.00 / 0.09 / 0.15 / 0.12)

CMYK percentages

%0
%9.38
%15.18
%12.16

Codes

Color #E0CBBE in popluar color models

E0 CB BE
RGB 224 203 190
HSL 23° 35.42% 81.18%
HSB/HSV 23° 15.18% 87.84%
CMYK 0.00% 9.38% 15.18%
12.16%

Color #E0CBBE in popluar number systems.

HEX E0 CB BE
Decimal 224 203 190
Binary 11100000 11001011 10111110
Octal 340 313 276

Shades and tints

Shades of #E0CBBE

#E0CBBE
(224,203,190)
#CCB9AD
(204,185,173)
#B8A79C
(184,167,156)
#A4958B
(164,149,139)
#90837A
(144,131,122)
#7C7169
(124,113,105)
#685F58
(104,95,88)
#544D47
(84,77,71)
#403B36
(64,59,54)
#2C2925
(44,41,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0CBBE

#E0CBBE
(224,203,190)
#E2CFC3
(226,207,195)
#E4D3C8
(228,211,200)
#E6D7CD
(230,215,205)
#E8DBD2
(232,219,210)
#EADFD7
(234,223,215)
#ECE3DC
(236,227,220)
#EEE7E1
(238,231,225)
#F0EBE6
(240,235,230)
#F2EFEB
(242,239,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CBBE; }

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

This text font color is #E0CBBE.

Background Color

.myBgColor { background-color: #E0CBBE; }

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

This div background color is #E0CBBE.

Border color

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

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

This div border color is #E0CBBE.

Opacity

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

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

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

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

This text has shadow with #E0CBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CBBE.

Preview

Color preview on black background

This text has color #E0CBBE on black background.


Color preview on white background

This text has color #E0CBBE on white background.


Black color preview on #E0CBBE background

This text has black color on #E0CBBE background.


White color preview on #E0CBBE background

This text has white color on #E0CBBE background.


Related colors

Complementary color

Complementary color for #hex is #1F3441.


I love getcolorcode.com

Triadic colors

1 #BEE0CB and #CBBEE0 with #E0CBBE are triadic colors.

2 #BECBE0 and #CBE0BE with #E0CBBE are triadic colors.