COLOR #E2CCB7

HEX: #E2CCB7
RGB: (226,204,183)

Color info

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

RGB color model

#E2CCB7 color RGB value is (226,204,183).

  • red value is 226;
  • green value is 204;
  • blue value is 183.
RGB:
(226,204,183)
(89%,80%,72%)

RGB channels and saturation

R 226 of 255 = 89%
G 204 of 255 = 80%
B 183 of 255 = 72%

226
204
183

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

Portions of RGB colors in percentages

R + G + B =
226 + 204 + 183 = 613 (100%)
R 226 of 613 ~ 36.87%
G 204 of 613 ~ 33.28%
B 183 of 613 ~ 29.85%

%36.87
%33.28
%29.85

CMYK color model

#E2CCB7 color CMYK value is (0,10,19,11).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 19.03%
  • key color value is 11.37%
CMYK:
(0,10,19,11)
C0M10Y19K11 
(0%,10%,19%,11%)
(0.00/0.10/0.19/0.11)	

CMYK percentages

%0
%9.73
%19.03
%11.37

Codes

Color #E2CCB7 in popluar color models

E2CCB7
RGB226204183
HSL29°42.57%80.20%
HSB/HSV29°19.03%88.63%
CMYK0.00%9.73%19.03%
11.37%

Color #E2CCB7 in popluar number systems.

HEXE2CCB7
Decimal226204183
Binary111000101100110010110111
Octal342314267

Shades and tints

Shades of #E2CCB7

#E2CCB7
(226,204,183)
#CEBAA7
(206,186,167)
#BAA897
(186,168,151)
#A69687
(166,150,135)
#928477
(146,132,119)
#7E7267
(126,114,103)
#6A6057
(106,96,87)
#564E47
(86,78,71)
#423C37
(66,60,55)
#2E2A27
(46,42,39)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #E2CCB7

#E2CCB7
(226,204,183)
#E4D0BD
(228,208,189)
#E6D4C3
(230,212,195)
#E8D8C9
(232,216,201)
#EADCCF
(234,220,207)
#ECE0D5
(236,224,213)
#EEE4DB
(238,228,219)
#F0E8E1
(240,232,225)
#F2ECE7
(242,236,231)
#F4F0ED
(244,240,237)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CCB7 color. Also use rgb(226,204,183) instead hex code.

Text Font Color

.myTextColor { color: #E2CCB7; }

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

This text font color is #E2CCB7.


Background Color

.myBgColor { background-color: #E2CCB7; }

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

This div background color is #E2CCB7.


Border color

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

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

This div border color is #E2CCB7.


Opacity

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

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

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

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

This text has shadow with #E2CCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CCB7 on black background.


Color preview on white background

This text has color #E2CCB7 on white background.



Black color preview on #E2CCB7 background

This text has black color on #E2CCB7 background.


White color preview on #E2CCB7 background

This text has white color on #E2CCB7 background.