COLOR #E2BBC7

HEX: #E2BBC7
RGB: (226,187,199)

Color info

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

RGB color model

#E2BBC7 color RGB value is (226,187,199).

  • red value is 226;
  • green value is 187;
  • blue value is 199.
RGB:
(226,187,199)
(89%,73%,78%)

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 199 of 255 = 78%

226
187
199

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

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 199 = 612 (100%)
R 226 of 612 ~ 36.93%
G 187 of 612 ~ 30.56%
B 199 of 612 ~ 32.52%

%36.93
%30.56
%32.52

CMYK color model

#E2BBC7 color CMYK value is (0,17,12,11).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(0,17,12,11)
C0M17Y12K11 
(0%,17%,12%,11%)
(0.00/0.17/0.12/0.11)	

CMYK percentages

%0
%17.26
%11.95
%11.37

Codes

Color #E2BBC7 in popluar color models

E2BBC7
RGB226187199
HSL342°40.21%80.98%
HSB/HSV342°17.26%88.63%
CMYK0.00%17.26%11.95%
11.37%

Color #E2BBC7 in popluar number systems.

HEXE2BBC7
Decimal226187199
Binary111000101011101111000111
Octal342273307

Shades and tints

Shades of #E2BBC7

#E2BBC7
(226,187,199)
#CEAAB5
(206,170,181)
#BA99A3
(186,153,163)
#A68891
(166,136,145)
#92777F
(146,119,127)
#7E666D
(126,102,109)
#6A555B
(106,85,91)
#564449
(86,68,73)
#423337
(66,51,55)
#2E2225
(46,34,37)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #E2BBC7

#E2BBC7
(226,187,199)
#E4C1CC
(228,193,204)
#E6C7D1
(230,199,209)
#E8CDD6
(232,205,214)
#EAD3DB
(234,211,219)
#ECD9E0
(236,217,224)
#EEDFE5
(238,223,229)
#F0E5EA
(240,229,234)
#F2EBEF
(242,235,239)
#F4F1F4
(244,241,244)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BBC7 color. Also use rgb(226,187,199) instead hex code.

Text Font Color

.myTextColor { color: #E2BBC7; }

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

This text font color is #E2BBC7.


Background Color

.myBgColor { background-color: #E2BBC7; }

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

This div background color is #E2BBC7.


Border color

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

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

This div border color is #E2BBC7.


Opacity

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

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

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

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

This text has shadow with #E2BBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBC7 on black background.


Color preview on white background

This text has color #E2BBC7 on white background.



Black color preview on #E2BBC7 background

This text has black color on #E2BBC7 background.


White color preview on #E2BBC7 background

This text has white color on #E2BBC7 background.