COLOR #E7CED0

HEX: #E7CED0
RGB: (231,206,208)

Color info

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

RGB color model

#E7CED0 color RGB value is (231,206,208).

  • red value is 231;
  • green value is 206;
  • blue value is 208.
RGB:
(231,206,208)
(91%,81%,82%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 208 of 255 = 82%

231
206
208

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

Portions of RGB colors in percentages

R + G + B =
231 + 206 + 208 = 645 (100%)
R 231 of 645 ~ 35.81%
G 206 of 645 ~ 31.94%
B 208 of 645 ~ 32.25%

%35.81
%31.94
%32.25

CMYK color model

#E7CED0 color CMYK value is (0,11,10,9).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 9.96%
  • key color value is 9.41%
CMYK:
(0,11,10,9)
C0M11Y10K9 
(0%,11%,10%,9%)
(0.00/0.11/0.10/0.09)	

CMYK percentages

%0
%10.82
%9.96
%9.41

Codes

Color #E7CED0 in popluar color models

E7CED0
RGB231206208
HSL355°34.25%85.69%
HSB/HSV355°10.82%90.59%
CMYK0.00%10.82%9.96%
9.41%

Color #E7CED0 in popluar number systems.

HEXE7CED0
Decimal231206208
Binary111001111100111011010000
Octal347316320

Shades and tints

Shades of #E7CED0

#E7CED0
(231,206,208)
#D2BCBE
(210,188,190)
#BDAAAC
(189,170,172)
#A8989A
(168,152,154)
#938688
(147,134,136)
#7E7476
(126,116,118)
#696264
(105,98,100)
#545052
(84,80,82)
#3F3E40
(63,62,64)
#2A2C2E
(42,44,46)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #E7CED0

#E7CED0
(231,206,208)
#E9D2D4
(233,210,212)
#EBD6D8
(235,214,216)
#EDDADC
(237,218,220)
#EFDEE0
(239,222,224)
#F1E2E4
(241,226,228)
#F3E6E8
(243,230,232)
#F5EAEC
(245,234,236)
#F7EEF0
(247,238,240)
#F9F2F4
(249,242,244)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CED0 color. Also use rgb(231,206,208) instead hex code.

Text Font Color

.myTextColor { color: #E7CED0; }

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

This text font color is #E7CED0.


Background Color

.myBgColor { background-color: #E7CED0; }

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

This div background color is #E7CED0.


Border color

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

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

This div border color is #E7CED0.


Opacity

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

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

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

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

This text has shadow with #E7CED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CED0 on black background.


Color preview on white background

This text has color #E7CED0 on white background.



Black color preview on #E7CED0 background

This text has black color on #E7CED0 background.


White color preview on #E7CED0 background

This text has white color on #E7CED0 background.