COLOR #E7CEDE

HEX: #E7CEDE RGB: (231,206,222)

Color info

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

RGB color model

#E7CEDE color RGB value is (231,206,222).

RGB: (231,206,222) (91%, 81%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 222 of 255 = 87%

231
206
222

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

Portions of RGB colors in percentages

R + G + B = 231 + 206 + 222 = 659 (100%)
R 231 of 659 ~ 35.05%
G 206 of 659 ~ 31.26%
B 222 of 659 ~ 33.69'%

%35.05
%31.26
%33.69

CMYK color model

#E7CEDE color CMYK value is (0,11,4,9).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 3.90%
  • key color value is 9.41%

CMYK: (0,11,4,9)
C0M11Y4K9 (0%, 11%, 4%, 9%)
(0.00 / 0.11 / 0.04 / 0.09)

CMYK percentages

%0
%10.82
%3.9
%9.41

Codes

Color #E7CEDE in popluar color models

E7 CE DE
RGB 231 206 222
HSL 322° 34.25% 85.69%
HSB/HSV 322° 10.82% 90.59%
CMYK 0.00% 10.82% 3.90%
9.41%

Color #E7CEDE in popluar number systems.

HEX E7 CE DE
Decimal 231 206 222
Binary 11100111 11001110 11011110
Octal 347 316 336

Shades and tints

Shades of #E7CEDE

#E7CEDE
(231,206,222)
#D2BCCA
(210,188,202)
#BDAAB6
(189,170,182)
#A898A2
(168,152,162)
#93868E
(147,134,142)
#7E747A
(126,116,122)
#696266
(105,98,102)
#545052
(84,80,82)
#3F3E3E
(63,62,62)
#2A2C2A
(42,44,42)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #E7CEDE

#E7CEDE
(231,206,222)
#E9D2E1
(233,210,225)
#EBD6E4
(235,214,228)
#EDDAE7
(237,218,231)
#EFDEEA
(239,222,234)
#F1E2ED
(241,226,237)
#F3E6F0
(243,230,240)
#F5EAF3
(245,234,243)
#F7EEF6
(247,238,246)
#F9F2F9
(249,242,249)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CEDE; }

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

This text font color is #E7CEDE.

Background Color

.myBgColor { background-color: #E7CEDE; }

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

This div background color is #E7CEDE.

Border color

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

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

This div border color is #E7CEDE.

Opacity

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

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

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

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

This text has shadow with #E7CEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CEDE.

Preview

Color preview on black background

This text has color #E7CEDE on black background.


Color preview on white background

This text has color #E7CEDE on white background.


Black color preview on #E7CEDE background

This text has black color on #E7CEDE background.


White color preview on #E7CEDE background

This text has white color on #E7CEDE background.


Related colors

Complementary color

Complementary color for #hex is #183121.


I love getcolorcode.com

Triadic colors

1 #DEE7CE and #CEDEE7 with #E7CEDE are triadic colors.

2 #DECEE7 and #CEE7DE with #E7CEDE are triadic colors.