COLOR #E2B8CF

HEX: #E2B8CF
RGB: (226,184,207)

Color info

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

RGB color model

#E2B8CF color RGB value is (226,184,207).

  • red value is 226;
  • green value is 184;
  • blue value is 207.
RGB:
(226,184,207)
(89%,72%,81%)

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 207 of 255 = 81%

226
184
207

R + G + B ~ 81%. #E2B8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 184 + 207 = 617 (100%)
R 226 of 617 ~ 36.63%
G 184 of 617 ~ 29.82%
B 207 of 617 ~ 33.55%

%36.63
%29.82
%33.55

CMYK color model

#E2B8CF color CMYK value is (0,19,8,11).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 8.41%
  • key color value is 11.37%
CMYK:
(0,19,8,11)
C0M19Y8K11 
(0%,19%,8%,11%)
(0.00/0.19/0.08/0.11)	

CMYK percentages

%0
%18.58
%8.41
%11.37

Codes

Color #E2B8CF in popluar color models

E2B8CF
RGB226184207
HSL327°42.00%80.39%
HSB/HSV327°18.58%88.63%
CMYK0.00%18.58%8.41%
11.37%

Color #E2B8CF in popluar number systems.

HEXE2B8CF
Decimal226184207
Binary111000101011100011001111
Octal342270317

Shades and tints

Shades of #E2B8CF

#E2B8CF
(226,184,207)
#CEA8BD
(206,168,189)
#BA98AB
(186,152,171)
#A68899
(166,136,153)
#927887
(146,120,135)
#7E6875
(126,104,117)
#6A5863
(106,88,99)
#564851
(86,72,81)
#42383F
(66,56,63)
#2E282D
(46,40,45)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #E2B8CF

#E2B8CF
(226,184,207)
#E4BED3
(228,190,211)
#E6C4D7
(230,196,215)
#E8CADB
(232,202,219)
#EAD0DF
(234,208,223)
#ECD6E3
(236,214,227)
#EEDCE7
(238,220,231)
#F0E2EB
(240,226,235)
#F2E8EF
(242,232,239)
#F4EEF3
(244,238,243)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B8CF color. Also use rgb(226,184,207) instead hex code.

Text Font Color

.myTextColor { color: #E2B8CF; }

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

This text font color is #E2B8CF.


Background Color

.myBgColor { background-color: #E2B8CF; }

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

This div background color is #E2B8CF.


Border color

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

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

This div border color is #E2B8CF.


Opacity

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

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

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

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

This text has shadow with #E2B8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B8CF on black background.


Color preview on white background

This text has color #E2B8CF on white background.



Black color preview on #E2B8CF background

This text has black color on #E2B8CF background.


White color preview on #E2B8CF background

This text has white color on #E2B8CF background.