COLOR #E2B6CF

HEX: #E2B6CF
RGB: (226,182,207)

Color info

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

RGB color model

#E2B6CF color RGB value is (226,182,207).

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

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 207 of 255 = 81%

226
182
207

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

Portions of RGB colors in percentages

R + G + B =
226 + 182 + 207 = 615 (100%)
R 226 of 615 ~ 36.75%
G 182 of 615 ~ 29.59%
B 207 of 615 ~ 33.66%

%36.75
%29.59
%33.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.47%
  • 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
%19.47
%8.41
%11.37

Codes

Color #E2B6CF in popluar color models

E2B6CF
RGB226182207
HSL326°43.14%80.00%
HSB/HSV326°19.47%88.63%
CMYK0.00%19.47%8.41%
11.37%

Color #E2B6CF in popluar number systems.

HEXE2B6CF
Decimal226182207
Binary111000101011011011001111
Octal342266317

Shades and tints

Shades of #E2B6CF

#E2B6CF
(226,182,207)
#CEA6BD
(206,166,189)
#BA96AB
(186,150,171)
#A68699
(166,134,153)
#927687
(146,118,135)
#7E6675
(126,102,117)
#6A5663
(106,86,99)
#564651
(86,70,81)
#42363F
(66,54,63)
#2E262D
(46,38,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #E2B6CF

#E2B6CF
(226,182,207)
#E4BCD3
(228,188,211)
#E6C2D7
(230,194,215)
#E8C8DB
(232,200,219)
#EACEDF
(234,206,223)
#ECD4E3
(236,212,227)
#EEDAE7
(238,218,231)
#F0E0EB
(240,224,235)
#F2E6EF
(242,230,239)
#F4ECF3
(244,236,243)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B6CF; }

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

This text font color is #E2B6CF.


Background Color

.myBgColor { background-color: #E2B6CF; }

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

This div background color is #E2B6CF.


Border color

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

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

This div border color is #E2B6CF.


Opacity

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

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

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

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

This text has shadow with #E2B6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B6CF on black background.


Color preview on white background

This text has color #E2B6CF on white background.



Black color preview on #E2B6CF background

This text has black color on #E2B6CF background.


White color preview on #E2B6CF background

This text has white color on #E2B6CF background.