COLOR #E0BFD4

HEX: #E0BFD4
RGB: (224,191,212)

Color info

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

RGB color model

#E0BFD4 color RGB value is (224,191,212).

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

RGB channels and saturation

R 224 of 255 = 88%
G 191 of 255 = 75%
B 212 of 255 = 83%

224
191
212

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

Portions of RGB colors in percentages

R + G + B =
224 + 191 + 212 = 627 (100%)
R 224 of 627 ~ 35.73%
G 191 of 627 ~ 30.46%
B 212 of 627 ~ 33.81%

%35.73
%30.46
%33.81

CMYK color model

#E0BFD4 color CMYK value is (0,15,5,12).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 5.36%
  • key color value is 12.16%
CMYK:
(0,15,5,12)
C0M15Y5K12 
(0%,15%,5%,12%)
(0.00/0.15/0.05/0.12)	

CMYK percentages

%0
%14.73
%5.36
%12.16

Codes

Color #E0BFD4 in popluar color models

E0BFD4
RGB224191212
HSL322°34.74%81.37%
HSB/HSV322°14.73%87.84%
CMYK0.00%14.73%5.36%
12.16%

Color #E0BFD4 in popluar number systems.

HEXE0BFD4
Decimal224191212
Binary111000001011111111010100
Octal340277324

Shades and tints

Shades of #E0BFD4

#E0BFD4
(224,191,212)
#CCAEC1
(204,174,193)
#B89DAE
(184,157,174)
#A48C9B
(164,140,155)
#907B88
(144,123,136)
#7C6A75
(124,106,117)
#685962
(104,89,98)
#54484F
(84,72,79)
#40373C
(64,55,60)
#2C2629
(44,38,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #E0BFD4

#E0BFD4
(224,191,212)
#E2C4D7
(226,196,215)
#E4C9DA
(228,201,218)
#E6CEDD
(230,206,221)
#E8D3E0
(232,211,224)
#EAD8E3
(234,216,227)
#ECDDE6
(236,221,230)
#EEE2E9
(238,226,233)
#F0E7EC
(240,231,236)
#F2ECEF
(242,236,239)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BFD4; }

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

This text font color is #E0BFD4.


Background Color

.myBgColor { background-color: #E0BFD4; }

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

This div background color is #E0BFD4.


Border color

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

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

This div border color is #E0BFD4.


Opacity

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

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

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

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

This text has shadow with #E0BFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BFD4 on black background.


Color preview on white background

This text has color #E0BFD4 on white background.



Black color preview on #E0BFD4 background

This text has black color on #E0BFD4 background.


White color preview on #E0BFD4 background

This text has white color on #E0BFD4 background.