COLOR #E0B6BC

HEX: #E0B6BC RGB: (224,182,188)

Color info

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

RGB color model

#E0B6BC color RGB value is (224,182,188).

RGB: (224,182,188) (88%, 71%, 74%)

RGB channels and saturation

R 224 of 255 = 88%
G 182 of 255 = 71%
B 188 of 255 = 74%

224
182
188

R + G + B ~ 78%. #E0B6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 182 + 188 = 594 (100%)
R 224 of 594 ~ 37.71%
G 182 of 594 ~ 30.64%
B 188 of 594 ~ 31.65'%

%37.71
%30.64
%31.65

CMYK color model

#E0B6BC color CMYK value is (0,19,16,12).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 16.07%
  • key color value is 12.16%

CMYK: (0,19,16,12)
C0M19Y16K12 (0%, 19%, 16%, 12%)
(0.00 / 0.19 / 0.16 / 0.12)

CMYK percentages

%0
%18.75
%16.07
%12.16

Codes

Color #E0B6BC in popluar color models

E0 B6 BC
RGB 224 182 188
HSL 351° 40.38% 79.61%
HSB/HSV 351° 18.75% 87.84%
CMYK 0.00% 18.75% 16.07%
12.16%

Color #E0B6BC in popluar number systems.

HEX E0 B6 BC
Decimal 224 182 188
Binary 11100000 10110110 10111100
Octal 340 266 274

Shades and tints

Shades of #E0B6BC

#E0B6BC
(224,182,188)
#CCA6AB
(204,166,171)
#B8969A
(184,150,154)
#A48689
(164,134,137)
#907678
(144,118,120)
#7C6667
(124,102,103)
#685656
(104,86,86)
#544645
(84,70,69)
#403634
(64,54,52)
#2C2623
(44,38,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #E0B6BC

#E0B6BC
(224,182,188)
#E2BCC2
(226,188,194)
#E4C2C8
(228,194,200)
#E6C8CE
(230,200,206)
#E8CED4
(232,206,212)
#EAD4DA
(234,212,218)
#ECDAE0
(236,218,224)
#EEE0E6
(238,224,230)
#F0E6EC
(240,230,236)
#F2ECF2
(242,236,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B6BC color. Also use rgb(224,182,188) instead hex code.

Text Font Color

.myTextColor { color: #E0B6BC; }

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

This text font color is #E0B6BC.

Background Color

.myBgColor { background-color: #E0B6BC; }

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

This div background color is #E0B6BC.

Border color

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

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

This div border color is #E0B6BC.

Opacity

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

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

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

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

This text has shadow with #E0B6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B6BC.

Preview

Color preview on black background

This text has color #E0B6BC on black background.


Color preview on white background

This text has color #E0B6BC on white background.


Black color preview on #E0B6BC background

This text has black color on #E0B6BC background.


White color preview on #E0B6BC background

This text has white color on #E0B6BC background.


Related colors

Complementary color

Complementary color for #hex is #1F4943.


I love getcolorcode.com

Triadic colors

1 #BCE0B6 and #B6BCE0 with #E0B6BC are triadic colors.

2 #BCB6E0 and #B6E0BC with #E0B6BC are triadic colors.