COLOR #E6CED8

HEX: #E6CED8
RGB: (230,206,216)

Color info

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

RGB color model

#E6CED8 color RGB value is (230,206,216).

  • red value is 230;
  • green value is 206;
  • blue value is 216.
RGB:
(230,206,216)
(90%,81%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 216 of 255 = 85%

230
206
216

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

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 216 = 652 (100%)
R 230 of 652 ~ 35.28%
G 206 of 652 ~ 31.6%
B 216 of 652 ~ 33.13%

%35.28
%31.6
%33.13

CMYK color model

#E6CED8 color CMYK value is (0,10,6,10).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(0,10,6,10)
C0M10Y6K10 
(0%,10%,6%,10%)
(0.00/0.10/0.06/0.10)	

CMYK percentages

%0
%10.43
%6.09
%9.8

Codes

Color #E6CED8 in popluar color models

E6CED8
RGB230206216
HSL335°32.43%85.49%
HSB/HSV335°10.43%90.20%
CMYK0.00%10.43%6.09%
9.80%

Color #E6CED8 in popluar number systems.

HEXE6CED8
Decimal230206216
Binary111001101100111011011000
Octal346316330

Shades and tints

Shades of #E6CED8

#E6CED8
(230,206,216)
#D2BCC5
(210,188,197)
#BEAAB2
(190,170,178)
#AA989F
(170,152,159)
#96868C
(150,134,140)
#827479
(130,116,121)
#6E6266
(110,98,102)
#5A5053
(90,80,83)
#463E40
(70,62,64)
#322C2D
(50,44,45)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6CED8

#E6CED8
(230,206,216)
#E8D2DB
(232,210,219)
#EAD6DE
(234,214,222)
#ECDAE1
(236,218,225)
#EEDEE4
(238,222,228)
#F0E2E7
(240,226,231)
#F2E6EA
(242,230,234)
#F4EAED
(244,234,237)
#F6EEF0
(246,238,240)
#F8F2F3
(248,242,243)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CED8 color. Also use rgb(230,206,216) instead hex code.

Text Font Color

.myTextColor { color: #E6CED8; }

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

This text font color is #E6CED8.


Background Color

.myBgColor { background-color: #E6CED8; }

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

This div background color is #E6CED8.


Border color

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

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

This div border color is #E6CED8.


Opacity

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

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

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

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

This text has shadow with #E6CED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CED8 on black background.


Color preview on white background

This text has color #E6CED8 on white background.



Black color preview on #E6CED8 background

This text has black color on #E6CED8 background.


White color preview on #E6CED8 background

This text has white color on #E6CED8 background.