COLOR #E3BBC7

HEX: #E3BBC7
RGB: (227,187,199)

Color info

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

RGB color model

#E3BBC7 color RGB value is (227,187,199).

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

RGB channels and saturation

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

227
187
199

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

Portions of RGB colors in percentages

R + G + B =
227 + 187 + 199 = 613 (100%)
R 227 of 613 ~ 37.03%
G 187 of 613 ~ 30.51%
B 199 of 613 ~ 32.46%

%37.03
%30.51
%32.46

CMYK color model

#E3BBC7 color CMYK value is (0,18,12,11).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(0,18,12,11)
C0M18Y12K11 
(0%,18%,12%,11%)
(0.00/0.18/0.12/0.11)	

CMYK percentages

%0
%17.62
%12.33
%10.98

Codes

Color #E3BBC7 in popluar color models

E3BBC7
RGB227187199
HSL342°41.67%81.18%
HSB/HSV342°17.62%89.02%
CMYK0.00%17.62%12.33%
10.98%

Color #E3BBC7 in popluar number systems.

HEXE3BBC7
Decimal227187199
Binary111000111011101111000111
Octal343273307

Shades and tints

Shades of #E3BBC7

#E3BBC7
(227,187,199)
#CFAAB5
(207,170,181)
#BB99A3
(187,153,163)
#A78891
(167,136,145)
#93777F
(147,119,127)
#7F666D
(127,102,109)
#6B555B
(107,85,91)
#574449
(87,68,73)
#433337
(67,51,55)
#2F2225
(47,34,37)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #E3BBC7

#E3BBC7
(227,187,199)
#E5C1CC
(229,193,204)
#E7C7D1
(231,199,209)
#E9CDD6
(233,205,214)
#EBD3DB
(235,211,219)
#EDD9E0
(237,217,224)
#EFDFE5
(239,223,229)
#F1E5EA
(241,229,234)
#F3EBEF
(243,235,239)
#F5F1F4
(245,241,244)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BBC7; }

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

This text font color is #E3BBC7.


Background Color

.myBgColor { background-color: #E3BBC7; }

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

This div background color is #E3BBC7.


Border color

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

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

This div border color is #E3BBC7.


Opacity

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

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

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

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

This text has shadow with #E3BBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BBC7 on black background.


Color preview on white background

This text has color #E3BBC7 on white background.



Black color preview on #E3BBC7 background

This text has black color on #E3BBC7 background.


White color preview on #E3BBC7 background

This text has white color on #E3BBC7 background.