COLOR #E0B8D8

HEX: #E0B8D8
RGB: (224,184,216)

Color info

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

RGB color model

#E0B8D8 color RGB value is (224,184,216).

  • red value is 224;
  • green value is 184;
  • blue value is 216.
RGB:
(224,184,216)
(88%,72%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 184 of 255 = 72%
B 216 of 255 = 85%

224
184
216

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

Portions of RGB colors in percentages

R + G + B =
224 + 184 + 216 = 624 (100%)
R 224 of 624 ~ 35.9%
G 184 of 624 ~ 29.49%
B 216 of 624 ~ 34.62%

%35.9
%29.49
%34.62

CMYK color model

#E0B8D8 color CMYK value is (0,18,4,12).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(0,18,4,12)
C0M18Y4K12 
(0%,18%,4%,12%)
(0.00/0.18/0.04/0.12)	

CMYK percentages

%0
%17.86
%3.57
%12.16

Codes

Color #E0B8D8 in popluar color models

E0B8D8
RGB224184216
HSL312°39.22%80.00%
HSB/HSV312°17.86%87.84%
CMYK0.00%17.86%3.57%
12.16%

Color #E0B8D8 in popluar number systems.

HEXE0B8D8
Decimal224184216
Binary111000001011100011011000
Octal340270330

Shades and tints

Shades of #E0B8D8

#E0B8D8
(224,184,216)
#CCA8C5
(204,168,197)
#B898B2
(184,152,178)
#A4889F
(164,136,159)
#90788C
(144,120,140)
#7C6879
(124,104,121)
#685866
(104,88,102)
#544853
(84,72,83)
#403840
(64,56,64)
#2C282D
(44,40,45)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0B8D8

#E0B8D8
(224,184,216)
#E2BEDB
(226,190,219)
#E4C4DE
(228,196,222)
#E6CAE1
(230,202,225)
#E8D0E4
(232,208,228)
#EAD6E7
(234,214,231)
#ECDCEA
(236,220,234)
#EEE2ED
(238,226,237)
#F0E8F0
(240,232,240)
#F2EEF3
(242,238,243)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B8D8 color. Also use rgb(224,184,216) instead hex code.

Text Font Color

.myTextColor { color: #E0B8D8; }

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

This text font color is #E0B8D8.


Background Color

.myBgColor { background-color: #E0B8D8; }

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

This div background color is #E0B8D8.


Border color

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

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

This div border color is #E0B8D8.


Opacity

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

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

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

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

This text has shadow with #E0B8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B8D8 on black background.


Color preview on white background

This text has color #E0B8D8 on white background.



Black color preview on #E0B8D8 background

This text has black color on #E0B8D8 background.


White color preview on #E0B8D8 background

This text has white color on #E0B8D8 background.