COLOR #E2C9EB

HEX: #E2C9EB
RGB: (226,201,235)

Color info

#E2C9EB contains red, green and blue colors in about the same proportion. Web safe color of #E2C9EB is #CCCCFF (or #CCF).

RGB color model

#E2C9EB color RGB value is (226,201,235).

  • red value is 226;
  • green value is 201;
  • blue value is 235.
RGB:
(226,201,235)
(89%,79%,92%)

RGB channels and saturation

R 226 of 255 = 89%
G 201 of 255 = 79%
B 235 of 255 = 92%

226
201
235

R + G + B ~ 87%. #E2C9EB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 201 + 235 = 662 (100%)
R 226 of 662 ~ 34.14%
G 201 of 662 ~ 30.36%
B 235 of 662 ~ 35.5%

%34.14
%30.36
%35.5

CMYK color model

#E2C9EB color CMYK value is (4,14,0,8).

  • cyan value is 3.83%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,14,0,8)
C4M14Y0K8 
(4%,14%,0%,8%)
(0.04/0.14/0.00/0.08)	

CMYK percentages

%3.83
%14.47
%0
%7.84

Codes

Color #E2C9EB in popluar color models

E2C9EB
RGB226201235
HSL284°45.95%85.49%
HSB/HSV284°14.47%92.16%
CMYK3.83%14.47%0.00%
7.84%

Color #E2C9EB in popluar number systems.

HEXE2C9EB
Decimal226201235
Binary111000101100100111101011
Octal342311353

Shades and tints

Shades of #E2C9EB

#E2C9EB
(226,201,235)
#CEB7D6
(206,183,214)
#BAA5C1
(186,165,193)
#A693AC
(166,147,172)
#928197
(146,129,151)
#7E6F82
(126,111,130)
#6A5D6D
(106,93,109)
#564B58
(86,75,88)
#423943
(66,57,67)
#2E272E
(46,39,46)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #E2C9EB

#E2C9EB
(226,201,235)
#E4CDEC
(228,205,236)
#E6D1ED
(230,209,237)
#E8D5EE
(232,213,238)
#EAD9EF
(234,217,239)
#ECDDF0
(236,221,240)
#EEE1F1
(238,225,241)
#F0E5F2
(240,229,242)
#F2E9F3
(242,233,243)
#F4EDF4
(244,237,244)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C9EB color. Also use rgb(226,201,235) instead hex code.

Text Font Color

.myTextColor { color: #E2C9EB; }

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

This text font color is #E2C9EB.


Background Color

.myBgColor { background-color: #E2C9EB; }

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

This div background color is #E2C9EB.


Border color

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

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

This div border color is #E2C9EB.


Opacity

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

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

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

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

This text has shadow with #E2C9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C9EB on black background.


Color preview on white background

This text has color #E2C9EB on white background.



Black color preview on #E2C9EB background

This text has black color on #E2C9EB background.


White color preview on #E2C9EB background

This text has white color on #E2C9EB background.