COLOR #E0B0CC

HEX: #E0B0CC RGB: (224,176,204)

Color info

#E0B0CC contains red, green and blue colors in about the same proportion. Web safe color of #E0B0CC is #CC99CC (or #C9C).

RGB color model

#E0B0CC color RGB value is (224,176,204).

RGB: (224,176,204) (88%, 69%, 80%)

RGB channels and saturation

R 224 of 255 = 88%
G 176 of 255 = 69%
B 204 of 255 = 80%

224
176
204

R + G + B ~ 79%. #E0B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 176 + 204 = 604 (100%)
R 224 of 604 ~ 37.09%
G 176 of 604 ~ 29.14%
B 204 of 604 ~ 33.77'%

%37.09
%29.14
%33.77

CMYK color model

#E0B0CC color CMYK value is (0,21,9,12).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 8.93%
  • key color value is 12.16%

CMYK: (0,21,9,12)
C0M21Y9K12 (0%, 21%, 9%, 12%)
(0.00 / 0.21 / 0.09 / 0.12)

CMYK percentages

%0
%21.43
%8.93
%12.16

Codes

Color #E0B0CC in popluar color models

E0 B0 CC
RGB 224 176 204
HSL 325° 43.64% 78.43%
HSB/HSV 325° 21.43% 87.84%
CMYK 0.00% 21.43% 8.93%
12.16%

Color #E0B0CC in popluar number systems.

HEX E0 B0 CC
Decimal 224 176 204
Binary 11100000 10110000 11001100
Octal 340 260 314

Shades and tints

Shades of #E0B0CC

#E0B0CC
(224,176,204)
#CCA0BA
(204,160,186)
#B890A8
(184,144,168)
#A48096
(164,128,150)
#907084
(144,112,132)
#7C6072
(124,96,114)
#685060
(104,80,96)
#54404E
(84,64,78)
#40303C
(64,48,60)
#2C202A
(44,32,42)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #E0B0CC

#E0B0CC
(224,176,204)
#E2B7D0
(226,183,208)
#E4BED4
(228,190,212)
#E6C5D8
(230,197,216)
#E8CCDC
(232,204,220)
#EAD3E0
(234,211,224)
#ECDAE4
(236,218,228)
#EEE1E8
(238,225,232)
#F0E8EC
(240,232,236)
#F2EFF0
(242,239,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B0CC color. Also use rgb(224,176,204) instead hex code.

Text Font Color

.myTextColor { color: #E0B0CC; }

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

This text font color is #E0B0CC.

Background Color

.myBgColor { background-color: #E0B0CC; }

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

This div background color is #E0B0CC.

Border color

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

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

This div border color is #E0B0CC.

Opacity

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

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

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

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

This text has shadow with #E0B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B0CC.

Preview

Color preview on black background

This text has color #E0B0CC on black background.


Color preview on white background

This text has color #E0B0CC on white background.


Black color preview on #E0B0CC background

This text has black color on #E0B0CC background.


White color preview on #E0B0CC background

This text has white color on #E0B0CC background.


Related colors

Complementary color

Complementary color for #hex is #1F4F33.


I love getcolorcode.com

Triadic colors

1 #CCE0B0 and #B0CCE0 with #E0B0CC are triadic colors.

2 #CCB0E0 and #B0E0CC with #E0B0CC are triadic colors.