COLOR #E0BFD9

HEX: #E0BFD9
RGB: (224,191,217)

Color info

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

RGB color model

#E0BFD9 color RGB value is (224,191,217).

  • red value is 224;
  • green value is 191;
  • blue value is 217.
RGB:
(224,191,217)
(88%,75%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 191 of 255 = 75%
B 217 of 255 = 85%

224
191
217

R + G + B ~ 83%. #E0BFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 191 + 217 = 632 (100%)
R 224 of 632 ~ 35.44%
G 191 of 632 ~ 30.22%
B 217 of 632 ~ 34.34%

%35.44
%30.22
%34.34

CMYK color model

#E0BFD9 color CMYK value is (0,15,3,12).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(0,15,3,12)
C0M15Y3K12 
(0%,15%,3%,12%)
(0.00/0.15/0.03/0.12)	

CMYK percentages

%0
%14.73
%3.13
%12.16

Codes

Color #E0BFD9 in popluar color models

E0BFD9
RGB224191217
HSL313°34.74%81.37%
HSB/HSV313°14.73%87.84%
CMYK0.00%14.73%3.13%
12.16%

Color #E0BFD9 in popluar number systems.

HEXE0BFD9
Decimal224191217
Binary111000001011111111011001
Octal340277331

Shades and tints

Shades of #E0BFD9

#E0BFD9
(224,191,217)
#CCAEC6
(204,174,198)
#B89DB3
(184,157,179)
#A48CA0
(164,140,160)
#907B8D
(144,123,141)
#7C6A7A
(124,106,122)
#685967
(104,89,103)
#544854
(84,72,84)
#403741
(64,55,65)
#2C262E
(44,38,46)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #E0BFD9

#E0BFD9
(224,191,217)
#E2C4DC
(226,196,220)
#E4C9DF
(228,201,223)
#E6CEE2
(230,206,226)
#E8D3E5
(232,211,229)
#EAD8E8
(234,216,232)
#ECDDEB
(236,221,235)
#EEE2EE
(238,226,238)
#F0E7F1
(240,231,241)
#F2ECF4
(242,236,244)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BFD9 color. Also use rgb(224,191,217) instead hex code.

Text Font Color

.myTextColor { color: #E0BFD9; }

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

This text font color is #E0BFD9.


Background Color

.myBgColor { background-color: #E0BFD9; }

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

This div background color is #E0BFD9.


Border color

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

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

This div border color is #E0BFD9.


Opacity

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

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

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

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

This text has shadow with #E0BFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BFD9 on black background.


Color preview on white background

This text has color #E0BFD9 on white background.



Black color preview on #E0BFD9 background

This text has black color on #E0BFD9 background.


White color preview on #E0BFD9 background

This text has white color on #E0BFD9 background.