COLOR #E4B4CF

HEX: #E4B4CF
RGB: (228,180,207)

Color info

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

RGB color model

#E4B4CF color RGB value is (228,180,207).

  • red value is 228;
  • green value is 180;
  • blue value is 207.
RGB:
(228,180,207)
(89%,71%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 207 of 255 = 81%

228
180
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 207 = 615 (100%)
R 228 of 615 ~ 37.07%
G 180 of 615 ~ 29.27%
B 207 of 615 ~ 33.66%

%37.07
%29.27
%33.66

CMYK color model

#E4B4CF color CMYK value is (0,21,9,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,21,9,11)
C0M21Y9K11 
(0%,21%,9%,11%)
(0.00/0.21/0.09/0.11)	

CMYK percentages

%0
%21.05
%9.21
%10.59

Codes

Color #E4B4CF in popluar color models

E4B4CF
RGB228180207
HSL326°47.06%80.00%
HSB/HSV326°21.05%89.41%
CMYK0.00%21.05%9.21%
10.59%

Color #E4B4CF in popluar number systems.

HEXE4B4CF
Decimal228180207
Binary111001001011010011001111
Octal344264317

Shades and tints

Shades of #E4B4CF

#E4B4CF
(228,180,207)
#D0A4BD
(208,164,189)
#BC94AB
(188,148,171)
#A88499
(168,132,153)
#947487
(148,116,135)
#806475
(128,100,117)
#6C5463
(108,84,99)
#584451
(88,68,81)
#44343F
(68,52,63)
#30242D
(48,36,45)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #E4B4CF

#E4B4CF
(228,180,207)
#E6BAD3
(230,186,211)
#E8C0D7
(232,192,215)
#EAC6DB
(234,198,219)
#ECCCDF
(236,204,223)
#EED2E3
(238,210,227)
#F0D8E7
(240,216,231)
#F2DEEB
(242,222,235)
#F4E4EF
(244,228,239)
#F6EAF3
(246,234,243)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B4CF color. Also use rgb(228,180,207) instead hex code.

Text Font Color

.myTextColor { color: #E4B4CF; }

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

This text font color is #E4B4CF.


Background Color

.myBgColor { background-color: #E4B4CF; }

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

This div background color is #E4B4CF.


Border color

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

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

This div border color is #E4B4CF.


Opacity

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

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

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

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

This text has shadow with #E4B4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B4CF on black background.


Color preview on white background

This text has color #E4B4CF on white background.



Black color preview on #E4B4CF background

This text has black color on #E4B4CF background.


White color preview on #E4B4CF background

This text has white color on #E4B4CF background.