COLOR #E7CDD2

HEX: #E7CDD2 RGB: (231,205,210)

Color info

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

RGB color model

#E7CDD2 color RGB value is (231,205,210).

RGB: (231,205,210) (91%, 80%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 210 of 255 = 82%

231
205
210

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

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 210 = 646 (100%)
R 231 of 646 ~ 35.76%
G 205 of 646 ~ 31.73%
B 210 of 646 ~ 32.51'%

%35.76
%31.73
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 9.09%
  • key color value is 9.41%

CMYK: (0,11,9,9)
C0M11Y9K9 (0%, 11%, 9%, 9%)
(0.00 / 0.11 / 0.09 / 0.09)

CMYK percentages

%0
%11.26
%9.09
%9.41

Codes

Color #E7CDD2 in popluar color models

E7 CD D2
RGB 231 205 210
HSL 348° 35.14% 85.49%
HSB/HSV 348° 11.26% 90.59%
CMYK 0.00% 11.26% 9.09%
9.41%

Color #E7CDD2 in popluar number systems.

HEX E7 CD D2
Decimal 231 205 210
Binary 11100111 11001101 11010010
Octal 347 315 322

Shades and tints

Shades of #E7CDD2

#E7CDD2
(231,205,210)
#D2BBBF
(210,187,191)
#BDA9AC
(189,169,172)
#A89799
(168,151,153)
#938586
(147,133,134)
#7E7373
(126,115,115)
#696160
(105,97,96)
#544F4D
(84,79,77)
#3F3D3A
(63,61,58)
#2A2B27
(42,43,39)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #E7CDD2

#E7CDD2
(231,205,210)
#E9D1D6
(233,209,214)
#EBD5DA
(235,213,218)
#EDD9DE
(237,217,222)
#EFDDE2
(239,221,226)
#F1E1E6
(241,225,230)
#F3E5EA
(243,229,234)
#F5E9EE
(245,233,238)
#F7EDF2
(247,237,242)
#F9F1F6
(249,241,246)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDD2; }

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

This text font color is #E7CDD2.

Background Color

.myBgColor { background-color: #E7CDD2; }

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

This div background color is #E7CDD2.

Border color

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

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

This div border color is #E7CDD2.

Opacity

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

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

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

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

This text has shadow with #E7CDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CDD2.

Preview

Color preview on black background

This text has color #E7CDD2 on black background.


Color preview on white background

This text has color #E7CDD2 on white background.


Black color preview on #E7CDD2 background

This text has black color on #E7CDD2 background.


White color preview on #E7CDD2 background

This text has white color on #E7CDD2 background.


Related colors

Complementary color

Complementary color for #hex is #18322D.


I love getcolorcode.com

Triadic colors

1 #D2E7CD and #CDD2E7 with #E7CDD2 are triadic colors.

2 #D2CDE7 and #CDE7D2 with #E7CDD2 are triadic colors.