COLOR #E1CBE7

HEX: #E1CBE7 RGB: (225,203,231)

Color info

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

RGB color model

#E1CBE7 color RGB value is (225,203,231).

RGB: (225,203,231) (88%, 80%, 91%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 231 of 255 = 91%

225
203
231

R + G + B ~ 86%. #E1CBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 203 + 231 = 659 (100%)
R 225 of 659 ~ 34.14%
G 203 of 659 ~ 30.8%
B 231 of 659 ~ 35.05'%

%34.14
%30.8
%35.05

CMYK color model

#E1CBE7 color CMYK value is (3,12,0,9).

  • cyan value is 2.60%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,12,0,9)
C3M12Y0K9 (3%, 12%, 0%, 9%)
(0.03 / 0.12 / 0.00 / 0.09)

CMYK percentages

%2.6
%12.12
%0
%9.41

Codes

Color #E1CBE7 in popluar color models

E1 CB E7
RGB 225 203 231
HSL 287° 36.84% 85.10%
HSB/HSV 287° 12.12% 90.59%
CMYK 2.60% 12.12% 0.00%
9.41%

Color #E1CBE7 in popluar number systems.

HEX E1 CB E7
Decimal 225 203 231
Binary 11100001 11001011 11100111
Octal 341 313 347

Shades and tints

Shades of #E1CBE7

#E1CBE7
(225,203,231)
#CDB9D2
(205,185,210)
#B9A7BD
(185,167,189)
#A595A8
(165,149,168)
#918393
(145,131,147)
#7D717E
(125,113,126)
#695F69
(105,95,105)
#554D54
(85,77,84)
#413B3F
(65,59,63)
#2D292A
(45,41,42)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1CBE7

#E1CBE7
(225,203,231)
#E3CFE9
(227,207,233)
#E5D3EB
(229,211,235)
#E7D7ED
(231,215,237)
#E9DBEF
(233,219,239)
#EBDFF1
(235,223,241)
#EDE3F3
(237,227,243)
#EFE7F5
(239,231,245)
#F1EBF7
(241,235,247)
#F3EFF9
(243,239,249)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CBE7 color. Also use rgb(225,203,231) instead hex code.

Text Font Color

.myTextColor { color: #E1CBE7; }

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

This text font color is #E1CBE7.

Background Color

.myBgColor { background-color: #E1CBE7; }

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

This div background color is #E1CBE7.

Border color

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

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

This div border color is #E1CBE7.

Opacity

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

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

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

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

This text has shadow with #E1CBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CBE7.

Preview

Color preview on black background

This text has color #E1CBE7 on black background.


Color preview on white background

This text has color #E1CBE7 on white background.


Black color preview on #E1CBE7 background

This text has black color on #E1CBE7 background.


White color preview on #E1CBE7 background

This text has white color on #E1CBE7 background.


Related colors

Complementary color

Complementary color for #hex is #1E3418.


I love getcolorcode.com

Triadic colors

1 #E7E1CB and #CBE7E1 with #E1CBE7 are triadic colors.

2 #E7CBE1 and #CBE1E7 with #E1CBE7 are triadic colors.