COLOR #E7CDDB

HEX: #E7CDDB
RGB: (231,205,219)

Color info

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

RGB color model

#E7CDDB color RGB value is (231,205,219).

  • red value is 231;
  • green value is 205;
  • blue value is 219.
RGB:
(231,205,219)
(91%,80%,86%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 219 of 255 = 86%

231
205
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 205 + 219 = 655 (100%)
R 231 of 655 ~ 35.27%
G 205 of 655 ~ 31.3%
B 219 of 655 ~ 33.44%

%35.27
%31.3
%33.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.26%
  • 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
%11.26
%5.19
%9.41

Codes

Color #E7CDDB in popluar color models

E7CDDB
RGB231205219
HSL328°35.14%85.49%
HSB/HSV328°11.26%90.59%
CMYK0.00%11.26%5.19%
9.41%

Color #E7CDDB in popluar number systems.

HEXE7CDDB
Decimal231205219
Binary111001111100110111011011
Octal347315333

Shades and tints

Shades of #E7CDDB

#E7CDDB
(231,205,219)
#D2BBC8
(210,187,200)
#BDA9B5
(189,169,181)
#A897A2
(168,151,162)
#93858F
(147,133,143)
#7E737C
(126,115,124)
#696169
(105,97,105)
#544F56
(84,79,86)
#3F3D43
(63,61,67)
#2A2B30
(42,43,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #E7CDDB

#E7CDDB
(231,205,219)
#E9D1DE
(233,209,222)
#EBD5E1
(235,213,225)
#EDD9E4
(237,217,228)
#EFDDE7
(239,221,231)
#F1E1EA
(241,225,234)
#F3E5ED
(243,229,237)
#F5E9F0
(245,233,240)
#F7EDF3
(247,237,243)
#F9F1F6
(249,241,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDDB; }

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

This text font color is #E7CDDB.


Background Color

.myBgColor { background-color: #E7CDDB; }

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

This div background color is #E7CDDB.


Border color

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

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

This div border color is #E7CDDB.


Opacity

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

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

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

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

This text has shadow with #E7CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CDDB on black background.


Color preview on white background

This text has color #E7CDDB on white background.



Black color preview on #E7CDDB background

This text has black color on #E7CDDB background.


White color preview on #E7CDDB background

This text has white color on #E7CDDB background.