COLOR #E0BFD6

HEX: #E0BFD6
RGB: (224,191,214)

Color info

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

RGB color model

#E0BFD6 color RGB value is (224,191,214).

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

RGB channels and saturation

R 224 of 255 = 88%
G 191 of 255 = 75%
B 214 of 255 = 84%

224
191
214

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

Portions of RGB colors in percentages

R + G + B =
224 + 191 + 214 = 629 (100%)
R 224 of 629 ~ 35.61%
G 191 of 629 ~ 30.37%
B 214 of 629 ~ 34.02%

%35.61
%30.37
%34.02

CMYK color model

#E0BFD6 color CMYK value is (0,15,4,12).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 4.46%
  • key color value is 12.16%
CMYK: (0,15,4,12) C0M15Y4K12 (0%,15%,4%,12%) (0.00/0.15/0.04/0.12)

CMYK percentages

%0
%14.73
%4.46
%12.16

Codes

Color #E0BFD6 in popluar color models

E0BFD6
RGB224191214
HSL318°34.74%81.37%
HSB/HSV318°14.73%87.84%
CMYK0.00%14.73%4.46%
12.16%

Color #E0BFD6 in popluar number systems.

HEXE0BFD6
Decimal224191214
Binary111000001011111111010110
Octal340277326

Shades and tints

Shades of #E0BFD6

#E0BFD6
(224,191,214)
#CCAEC3
(204,174,195)
#B89DB0
(184,157,176)
#A48C9D
(164,140,157)
#907B8A
(144,123,138)
#7C6A77
(124,106,119)
#685964
(104,89,100)
#544851
(84,72,81)
#40373E
(64,55,62)
#2C262B
(44,38,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #E0BFD6

#E0BFD6
(224,191,214)
#E2C4D9
(226,196,217)
#E4C9DC
(228,201,220)
#E6CEDF
(230,206,223)
#E8D3E2
(232,211,226)
#EAD8E5
(234,216,229)
#ECDDE8
(236,221,232)
#EEE2EB
(238,226,235)
#F0E7EE
(240,231,238)
#F2ECF1
(242,236,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BFD6; }

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

This text font color is #E0BFD6.


Background Color

.myBgColor { background-color: #E0BFD6; }

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

This div background color is #E0BFD6.


Border color

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

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

This div border color is #E0BFD6.


Opacity

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

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

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

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

This text has shadow with #E0BFD6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E0BFD6 on black background.


Color preview on white background

This text has color #E0BFD6 on white background.



Black color preview on #E0BFD6 background

This text has black color on #E0BFD6 background.


White color preview on #E0BFD6 background

This text has white color on #E0BFD6 background.