COLOR #E8CBD2

HEX: #E8CBD2
RGB: (232,203,210)

Color info

#E8CBD2 contains red, green and blue colors in about the same proportion. Web safe color of #E8CBD2 is #FFCCCC (or #FCC).

RGB color model

#E8CBD2 color RGB value is (232,203,210).

  • red value is 232;
  • green value is 203;
  • blue value is 210.
RGB:
(232,203,210)
(91%,80%,82%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 210 of 255 = 82%

232
203
210

R + G + B ~ 84%. #E8CBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 203 + 210 = 645 (100%)
R 232 of 645 ~ 35.97%
G 203 of 645 ~ 31.47%
B 210 of 645 ~ 32.56%

%35.97
%31.47
%32.56

CMYK color model

#E8CBD2 color CMYK value is (0,13,9,9).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 9.48%
  • key color value is 9.02%
CMYK:
(0,13,9,9)
C0M13Y9K9 
(0%,13%,9%,9%)
(0.00/0.13/0.09/0.09)	

CMYK percentages

%0
%12.5
%9.48
%9.02

Codes

Color #E8CBD2 in popluar color models

E8CBD2
RGB232203210
HSL346°38.67%85.29%
HSB/HSV346°12.50%90.98%
CMYK0.00%12.50%9.48%
9.02%

Color #E8CBD2 in popluar number systems.

HEXE8CBD2
Decimal232203210
Binary111010001100101111010010
Octal350313322

Shades and tints

Shades of #E8CBD2

#E8CBD2
(232,203,210)
#D3B9BF
(211,185,191)
#BEA7AC
(190,167,172)
#A99599
(169,149,153)
#948386
(148,131,134)
#7F7173
(127,113,115)
#6A5F60
(106,95,96)
#554D4D
(85,77,77)
#403B3A
(64,59,58)
#2B2927
(43,41,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #E8CBD2

#E8CBD2
(232,203,210)
#EACFD6
(234,207,214)
#ECD3DA
(236,211,218)
#EED7DE
(238,215,222)
#F0DBE2
(240,219,226)
#F2DFE6
(242,223,230)
#F4E3EA
(244,227,234)
#F6E7EE
(246,231,238)
#F8EBF2
(248,235,242)
#FAEFF6
(250,239,246)
#FCF3FA
(252,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CBD2 color. Also use rgb(232,203,210) instead hex code.

Text Font Color

.myTextColor { color: #E8CBD2; }

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

This text font color is #E8CBD2.


Background Color

.myBgColor { background-color: #E8CBD2; }

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

This div background color is #E8CBD2.


Border color

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

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

This div border color is #E8CBD2.


Opacity

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

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

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

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

This text has shadow with #E8CBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CBD2 on black background.


Color preview on white background

This text has color #E8CBD2 on white background.



Black color preview on #E8CBD2 background

This text has black color on #E8CBD2 background.


White color preview on #E8CBD2 background

This text has white color on #E8CBD2 background.