COLOR #E2CBDB

HEX: #E2CBDB
RGB: (226,203,219)

Color info

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

RGB color model

#E2CBDB color RGB value is (226,203,219).

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

RGB channels and saturation

R 226 of 255 = 89%
G 203 of 255 = 80%
B 219 of 255 = 86%

226
203
219

R + G + B ~ 85%. #E2CBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 203 + 219 = 648 (100%)
R 226 of 648 ~ 34.88%
G 203 of 648 ~ 31.33%
B 219 of 648 ~ 33.8%

%34.88
%31.33
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(0,10,3,11)
C0M10Y3K11 
(0%,10%,3%,11%)
(0.00/0.10/0.03/0.11)	

CMYK percentages

%0
%10.18
%3.1
%11.37

Codes

Color #E2CBDB in popluar color models

E2CBDB
RGB226203219
HSL318°28.40%84.12%
HSB/HSV318°10.18%88.63%
CMYK0.00%10.18%3.10%
11.37%

Color #E2CBDB in popluar number systems.

HEXE2CBDB
Decimal226203219
Binary111000101100101111011011
Octal342313333

Shades and tints

Shades of #E2CBDB

#E2CBDB
(226,203,219)
#CEB9C8
(206,185,200)
#BAA7B5
(186,167,181)
#A695A2
(166,149,162)
#92838F
(146,131,143)
#7E717C
(126,113,124)
#6A5F69
(106,95,105)
#564D56
(86,77,86)
#423B43
(66,59,67)
#2E2930
(46,41,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #E2CBDB

#E2CBDB
(226,203,219)
#E4CFDE
(228,207,222)
#E6D3E1
(230,211,225)
#E8D7E4
(232,215,228)
#EADBE7
(234,219,231)
#ECDFEA
(236,223,234)
#EEE3ED
(238,227,237)
#F0E7F0
(240,231,240)
#F2EBF3
(242,235,243)
#F4EFF6
(244,239,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CBDB; }

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

This text font color is #E2CBDB.


Background Color

.myBgColor { background-color: #E2CBDB; }

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

This div background color is #E2CBDB.


Border color

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

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

This div border color is #E2CBDB.


Opacity

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

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

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

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

This text has shadow with #E2CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CBDB on black background.


Color preview on white background

This text has color #E2CBDB on white background.



Black color preview on #E2CBDB background

This text has black color on #E2CBDB background.


White color preview on #E2CBDB background

This text has white color on #E2CBDB background.