COLOR #E0BFC4

HEX: #E0BFC4
RGB: (224,191,196)

Color info

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

RGB color model

#E0BFC4 color RGB value is (224,191,196).

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

RGB channels and saturation

R 224 of 255 = 88%
G 191 of 255 = 75%
B 196 of 255 = 77%

224
191
196

R + G + B ~ 80%. #E0BFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 191 + 196 = 611 (100%)
R 224 of 611 ~ 36.66%
G 191 of 611 ~ 31.26%
B 196 of 611 ~ 32.08%

%36.66
%31.26
%32.08

CMYK color model

#E0BFC4 color CMYK value is (0,15,13,12).

  • cyan value is 0.00%
  • magenta value is 14.73%
  • yellow value is 12.50%
  • key color value is 12.16%
CMYK:
(0,15,13,12)
C0M15Y13K12 
(0%,15%,13%,12%)
(0.00/0.15/0.13/0.12)	

CMYK percentages

%0
%14.73
%12.5
%12.16

Codes

Color #E0BFC4 in popluar color models

E0BFC4
RGB224191196
HSL351°34.74%81.37%
HSB/HSV351°14.73%87.84%
CMYK0.00%14.73%12.50%
12.16%

Color #E0BFC4 in popluar number systems.

HEXE0BFC4
Decimal224191196
Binary111000001011111111000100
Octal340277304

Shades and tints

Shades of #E0BFC4

#E0BFC4
(224,191,196)
#CCAEB3
(204,174,179)
#B89DA2
(184,157,162)
#A48C91
(164,140,145)
#907B80
(144,123,128)
#7C6A6F
(124,106,111)
#68595E
(104,89,94)
#54484D
(84,72,77)
#40373C
(64,55,60)
#2C262B
(44,38,43)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #E0BFC4

#E0BFC4
(224,191,196)
#E2C4C9
(226,196,201)
#E4C9CE
(228,201,206)
#E6CED3
(230,206,211)
#E8D3D8
(232,211,216)
#EAD8DD
(234,216,221)
#ECDDE2
(236,221,226)
#EEE2E7
(238,226,231)
#F0E7EC
(240,231,236)
#F2ECF1
(242,236,241)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BFC4; }

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

This text font color is #E0BFC4.


Background Color

.myBgColor { background-color: #E0BFC4; }

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

This div background color is #E0BFC4.


Border color

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

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

This div border color is #E0BFC4.


Opacity

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

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

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

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

This text has shadow with #E0BFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BFC4 on black background.


Color preview on white background

This text has color #E0BFC4 on white background.



Black color preview on #E0BFC4 background

This text has black color on #E0BFC4 background.


White color preview on #E0BFC4 background

This text has white color on #E0BFC4 background.