COLOR #E2BBC0

HEX: #E2BBC0
RGB: (226,187,192)

Color info

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

RGB color model

#E2BBC0 color RGB value is (226,187,192).

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

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 192 of 255 = 75%

226
187
192

R + G + B ~ 79%. #E2BBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 192 = 605 (100%)
R 226 of 605 ~ 37.36%
G 187 of 605 ~ 30.91%
B 192 of 605 ~ 31.74%

%37.36
%30.91
%31.74

CMYK color model

#E2BBC0 color CMYK value is (0,17,15,11).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(0,17,15,11)
C0M17Y15K11 
(0%,17%,15%,11%)
(0.00/0.17/0.15/0.11)	

CMYK percentages

%0
%17.26
%15.04
%11.37

Codes

Color #E2BBC0 in popluar color models

E2BBC0
RGB226187192
HSL352°40.21%80.98%
HSB/HSV352°17.26%88.63%
CMYK0.00%17.26%15.04%
11.37%

Color #E2BBC0 in popluar number systems.

HEXE2BBC0
Decimal226187192
Binary111000101011101111000000
Octal342273300

Shades and tints

Shades of #E2BBC0

#E2BBC0
(226,187,192)
#CEAAAF
(206,170,175)
#BA999E
(186,153,158)
#A6888D
(166,136,141)
#92777C
(146,119,124)
#7E666B
(126,102,107)
#6A555A
(106,85,90)
#564449
(86,68,73)
#423338
(66,51,56)
#2E2227
(46,34,39)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #E2BBC0

#E2BBC0
(226,187,192)
#E4C1C5
(228,193,197)
#E6C7CA
(230,199,202)
#E8CDCF
(232,205,207)
#EAD3D4
(234,211,212)
#ECD9D9
(236,217,217)
#EEDFDE
(238,223,222)
#F0E5E3
(240,229,227)
#F2EBE8
(242,235,232)
#F4F1ED
(244,241,237)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBC0; }

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

This text font color is #E2BBC0.


Background Color

.myBgColor { background-color: #E2BBC0; }

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

This div background color is #E2BBC0.


Border color

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

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

This div border color is #E2BBC0.


Opacity

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

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

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

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

This text has shadow with #E2BBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBC0 on black background.


Color preview on white background

This text has color #E2BBC0 on white background.



Black color preview on #E2BBC0 background

This text has black color on #E2BBC0 background.


White color preview on #E2BBC0 background

This text has white color on #E2BBC0 background.