COLOR #E7CEDB

HEX: #E7CEDB RGB: (231,206,219)

Color info

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

RGB color model

#E7CEDB color RGB value is (231,206,219).

RGB: (231,206,219) (91%, 81%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 219 of 255 = 86%

231
206
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 206 + 219 = 656 (100%)
R 231 of 656 ~ 35.21%
G 206 of 656 ~ 31.4%
B 219 of 656 ~ 33.38'%

%35.21
%31.4
%33.38

CMYK color model

#E7CEDB color CMYK value is (0,11,5,9).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK: (0,11,5,9) C0M11Y5K9 (0%,11%,5%,9%) (0.00/0.11/0.05/0.09) 

CMYK percentages

%0
%10.82
%5.19
%9.41

Codes

Color #E7CEDB in popluar color models

E7 CE DB
RGB 231 206 219
HSL 329° 34.25% 85.69%
HSB/HSV 329° 10.82% 90.59%
CMYK 0.00% 10.82% 5.19%
9.41%

Color #E7CEDB in popluar number systems.

HEX E7 CE DB
Decimal 231 206 219
Binary 11100111 11001110 11011011
Octal 347 316 333

Shades and tints

Shades of #E7CEDB

#E7CEDB
(231,206,219)
#D2BCC8
(210,188,200)
#BDAAB5
(189,170,181)
#A898A2
(168,152,162)
#93868F
(147,134,143)
#7E747C
(126,116,124)
#696269
(105,98,105)
#545056
(84,80,86)
#3F3E43
(63,62,67)
#2A2C30
(42,44,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #E7CEDB

#E7CEDB
(231,206,219)
#E9D2DE
(233,210,222)
#EBD6E1
(235,214,225)
#EDDAE4
(237,218,228)
#EFDEE7
(239,222,231)
#F1E2EA
(241,226,234)
#F3E6ED
(243,230,237)
#F5EAF0
(245,234,240)
#F7EEF3
(247,238,243)
#F9F2F6
(249,242,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CEDB; }

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

This text font color is #E7CEDB.

Background Color

.myBgColor { background-color: #E7CEDB; }

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

This div background color is #E7CEDB.

Border color

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

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

This div border color is #E7CEDB.

Opacity

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

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

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

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

This text has shadow with #E7CEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CEDB.

Preview

Color preview on black background

This text has color #E7CEDB on black background.


Color preview on white background

This text has color #E7CEDB on white background.


Black color preview on #E7CEDB background

This text has black color on #E7CEDB background.


White color preview on #E7CEDB background

This text has white color on #E7CEDB background.


Related colors

Complementary color

Complementary color for #hex is #183124.


I love getcolorcode.com

Triadic colors

1 #DBE7CE and #CEDBE7 with #E7CEDB are triadic colors.

2 #DBCEE7 and #CEE7DB with #E7CEDB are triadic colors.