COLOR #E2CCCB

HEX: #E2CCCB
RGB: (226,204,203)

Color info

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

RGB color model

#E2CCCB color RGB value is (226,204,203).

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

RGB channels and saturation

R 226 of 255 = 89%
G 204 of 255 = 80%
B 203 of 255 = 80%

226
204
203

R + G + B ~ 83%. #E2CCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 204 + 203 = 633 (100%)
R 226 of 633 ~ 35.7%
G 204 of 633 ~ 32.23%
B 203 of 633 ~ 32.07%

%35.7
%32.23
%32.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK:
(0,10,10,11)
C0M10Y10K11 
(0%,10%,10%,11%)
(0.00/0.10/0.10/0.11)	

CMYK percentages

%0
%9.73
%10.18
%11.37

Codes

Color #E2CCCB in popluar color models

E2CCCB
RGB226204203
HSL28.40%84.12%
HSB/HSV10.18%88.63%
CMYK0.00%9.73%10.18%
11.37%

Color #E2CCCB in popluar number systems.

HEXE2CCCB
Decimal226204203
Binary111000101100110011001011
Octal342314313

Shades and tints

Shades of #E2CCCB

#E2CCCB
(226,204,203)
#CEBAB9
(206,186,185)
#BAA8A7
(186,168,167)
#A69695
(166,150,149)
#928483
(146,132,131)
#7E7271
(126,114,113)
#6A605F
(106,96,95)
#564E4D
(86,78,77)
#423C3B
(66,60,59)
#2E2A29
(46,42,41)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #E2CCCB

#E2CCCB
(226,204,203)
#E4D0CF
(228,208,207)
#E6D4D3
(230,212,211)
#E8D8D7
(232,216,215)
#EADCDB
(234,220,219)
#ECE0DF
(236,224,223)
#EEE4E3
(238,228,227)
#F0E8E7
(240,232,231)
#F2ECEB
(242,236,235)
#F4F0EF
(244,240,239)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CCCB; }

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

This text font color is #E2CCCB.


Background Color

.myBgColor { background-color: #E2CCCB; }

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

This div background color is #E2CCCB.


Border color

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

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

This div border color is #E2CCCB.


Opacity

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

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

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

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

This text has shadow with #E2CCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CCCB on black background.


Color preview on white background

This text has color #E2CCCB on white background.



Black color preview on #E2CCCB background

This text has black color on #E2CCCB background.


White color preview on #E2CCCB background

This text has white color on #E2CCCB background.