COLOR #E2BBC6

HEX: #E2BBC6
RGB: (226,187,198)

Color info

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

RGB color model

#E2BBC6 color RGB value is (226,187,198).

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

RGB channels and saturation

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

226
187
198

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

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 198 = 611 (100%)
R 226 of 611 ~ 36.99%
G 187 of 611 ~ 30.61%
B 198 of 611 ~ 32.41%

%36.99
%30.61
%32.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 12.39%
  • 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
%12.39
%11.37

Codes

Color #E2BBC6 in popluar color models

E2BBC6
RGB226187198
HSL343°40.21%80.98%
HSB/HSV343°17.26%88.63%
CMYK0.00%17.26%12.39%
11.37%

Color #E2BBC6 in popluar number systems.

HEXE2BBC6
Decimal226187198
Binary111000101011101111000110
Octal342273306

Shades and tints

Shades of #E2BBC6

#E2BBC6
(226,187,198)
#CEAAB4
(206,170,180)
#BA99A2
(186,153,162)
#A68890
(166,136,144)
#92777E
(146,119,126)
#7E666C
(126,102,108)
#6A555A
(106,85,90)
#564448
(86,68,72)
#423336
(66,51,54)
#2E2224
(46,34,36)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #E2BBC6

#E2BBC6
(226,187,198)
#E4C1CB
(228,193,203)
#E6C7D0
(230,199,208)
#E8CDD5
(232,205,213)
#EAD3DA
(234,211,218)
#ECD9DF
(236,217,223)
#EEDFE4
(238,223,228)
#F0E5E9
(240,229,233)
#F2EBEE
(242,235,238)
#F4F1F3
(244,241,243)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBC6; }

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

This text font color is #E2BBC6.


Background Color

.myBgColor { background-color: #E2BBC6; }

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

This div background color is #E2BBC6.


Border color

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

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

This div border color is #E2BBC6.


Opacity

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

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

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

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

This text has shadow with #E2BBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBC6 on black background.


Color preview on white background

This text has color #E2BBC6 on white background.



Black color preview on #E2BBC6 background

This text has black color on #E2BBC6 background.


White color preview on #E2BBC6 background

This text has white color on #E2BBC6 background.