COLOR #E7C2DB

HEX: #E7C2DB
RGB: (231,194,219)

Color info

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

RGB color model

#E7C2DB color RGB value is (231,194,219).

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

RGB channels and saturation

R 231 of 255 = 91%
G 194 of 255 = 76%
B 219 of 255 = 86%

231
194
219

R + G + B ~ 84%. #E7C2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 194 + 219 = 644 (100%)
R 231 of 644 ~ 35.87%
G 194 of 644 ~ 30.12%
B 219 of 644 ~ 34.01%

%35.87
%30.12
%34.01

CMYK color model

#E7C2DB color CMYK value is (0,16,5,9).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(0,16,5,9)
C0M16Y5K9 
(0%,16%,5%,9%)
(0.00/0.16/0.05/0.09)	

CMYK percentages

%0
%16.02
%5.19
%9.41

Codes

Color #E7C2DB in popluar color models

E7C2DB
RGB231194219
HSL319°43.53%83.33%
HSB/HSV319°16.02%90.59%
CMYK0.00%16.02%5.19%
9.41%

Color #E7C2DB in popluar number systems.

HEXE7C2DB
Decimal231194219
Binary111001111100001011011011
Octal347302333

Shades and tints

Shades of #E7C2DB

#E7C2DB
(231,194,219)
#D2B1C8
(210,177,200)
#BDA0B5
(189,160,181)
#A88FA2
(168,143,162)
#937E8F
(147,126,143)
#7E6D7C
(126,109,124)
#695C69
(105,92,105)
#544B56
(84,75,86)
#3F3A43
(63,58,67)
#2A2930
(42,41,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #E7C2DB

#E7C2DB
(231,194,219)
#E9C7DE
(233,199,222)
#EBCCE1
(235,204,225)
#EDD1E4
(237,209,228)
#EFD6E7
(239,214,231)
#F1DBEA
(241,219,234)
#F3E0ED
(243,224,237)
#F5E5F0
(245,229,240)
#F7EAF3
(247,234,243)
#F9EFF6
(249,239,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C2DB; }

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

This text font color is #E7C2DB.


Background Color

.myBgColor { background-color: #E7C2DB; }

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

This div background color is #E7C2DB.


Border color

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

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

This div border color is #E7C2DB.


Opacity

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

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

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

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

This text has shadow with #E7C2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C2DB on black background.


Color preview on white background

This text has color #E7C2DB on white background.



Black color preview on #E7C2DB background

This text has black color on #E7C2DB background.


White color preview on #E7C2DB background

This text has white color on #E7C2DB background.