COLOR #E8CED6

HEX: #E8CED6
RGB: (232,206,214)

Color info

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

RGB color model

#E8CED6 color RGB value is (232,206,214).

  • red value is 232;
  • green value is 206;
  • blue value is 214.
RGB:
(232,206,214)
(91%,81%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 206 of 255 = 81%
B 214 of 255 = 84%

232
206
214

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

Portions of RGB colors in percentages

R + G + B =
232 + 206 + 214 = 652 (100%)
R 232 of 652 ~ 35.58%
G 206 of 652 ~ 31.6%
B 214 of 652 ~ 32.82%

%35.58
%31.6
%32.82

CMYK color model

#E8CED6 color CMYK value is (0,11,8,9).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 7.76%
  • key color value is 9.02%
CMYK:
(0,11,8,9)
C0M11Y8K9 
(0%,11%,8%,9%)
(0.00/0.11/0.08/0.09)	

CMYK percentages

%0
%11.21
%7.76
%9.02

Codes

Color #E8CED6 in popluar color models

E8CED6
RGB232206214
HSL342°36.11%85.88%
HSB/HSV342°11.21%90.98%
CMYK0.00%11.21%7.76%
9.02%

Color #E8CED6 in popluar number systems.

HEXE8CED6
Decimal232206214
Binary111010001100111011010110
Octal350316326

Shades and tints

Shades of #E8CED6

#E8CED6
(232,206,214)
#D3BCC3
(211,188,195)
#BEAAB0
(190,170,176)
#A9989D
(169,152,157)
#94868A
(148,134,138)
#7F7477
(127,116,119)
#6A6264
(106,98,100)
#555051
(85,80,81)
#403E3E
(64,62,62)
#2B2C2B
(43,44,43)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #E8CED6

#E8CED6
(232,206,214)
#EAD2D9
(234,210,217)
#ECD6DC
(236,214,220)
#EEDADF
(238,218,223)
#F0DEE2
(240,222,226)
#F2E2E5
(242,226,229)
#F4E6E8
(244,230,232)
#F6EAEB
(246,234,235)
#F8EEEE
(248,238,238)
#FAF2F1
(250,242,241)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CED6 color. Also use rgb(232,206,214) instead hex code.

Text Font Color

.myTextColor { color: #E8CED6; }

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

This text font color is #E8CED6.


Background Color

.myBgColor { background-color: #E8CED6; }

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

This div background color is #E8CED6.


Border color

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

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

This div border color is #E8CED6.


Opacity

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

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

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

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

This text has shadow with #E8CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CED6 on black background.


Color preview on white background

This text has color #E8CED6 on white background.



Black color preview on #E8CED6 background

This text has black color on #E8CED6 background.


White color preview on #E8CED6 background

This text has white color on #E8CED6 background.