COLOR #E7CCD5

HEX: #E7CCD5 RGB: (231,204,213)

Color info

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

RGB color model

#E7CCD5 color RGB value is (231,204,213).

RGB: (231,204,213) (91%, 80%, 84%)

RGB channels and saturation

R 231 of 255 = 91%
G 204 of 255 = 80%
B 213 of 255 = 84%

231
204
213

R + G + B ~ 85%. #E7CCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 204 + 213 = 648 (100%)
R 231 of 648 ~ 35.65%
G 204 of 648 ~ 31.48%
B 213 of 648 ~ 32.87'%

%35.65
%31.48
%32.87

CMYK color model

#E7CCD5 color CMYK value is (0,12,8,9).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 7.79%
  • key color value is 9.41%

CMYK: (0,12,8,9)
C0M12Y8K9 (0%, 12%, 8%, 9%)
(0.00 / 0.12 / 0.08 / 0.09)

CMYK percentages

%0
%11.69
%7.79
%9.41

Codes

Color #E7CCD5 in popluar color models

E7 CC D5
RGB 231 204 213
HSL 340° 36.00% 85.29%
HSB/HSV 340° 11.69% 90.59%
CMYK 0.00% 11.69% 7.79%
9.41%

Color #E7CCD5 in popluar number systems.

HEX E7 CC D5
Decimal 231 204 213
Binary 11100111 11001100 11010101
Octal 347 314 325

Shades and tints

Shades of #E7CCD5

#E7CCD5
(231,204,213)
#D2BAC2
(210,186,194)
#BDA8AF
(189,168,175)
#A8969C
(168,150,156)
#938489
(147,132,137)
#7E7276
(126,114,118)
#696063
(105,96,99)
#544E50
(84,78,80)
#3F3C3D
(63,60,61)
#2A2A2A
(42,42,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #E7CCD5

#E7CCD5
(231,204,213)
#E9D0D8
(233,208,216)
#EBD4DB
(235,212,219)
#EDD8DE
(237,216,222)
#EFDCE1
(239,220,225)
#F1E0E4
(241,224,228)
#F3E4E7
(243,228,231)
#F5E8EA
(245,232,234)
#F7ECED
(247,236,237)
#F9F0F0
(249,240,240)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CCD5 color. Also use rgb(231,204,213) instead hex code.

Text Font Color

.myTextColor { color: #E7CCD5; }

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

This text font color is #E7CCD5.

Background Color

.myBgColor { background-color: #E7CCD5; }

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

This div background color is #E7CCD5.

Border color

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

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

This div border color is #E7CCD5.

Opacity

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

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

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

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

This text has shadow with #E7CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CCD5.

Preview

Color preview on black background

This text has color #E7CCD5 on black background.


Color preview on white background

This text has color #E7CCD5 on white background.


Black color preview on #E7CCD5 background

This text has black color on #E7CCD5 background.


White color preview on #E7CCD5 background

This text has white color on #E7CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #18332A.


I love getcolorcode.com

Triadic colors

1 #D5E7CC and #CCD5E7 with #E7CCD5 are triadic colors.

2 #D5CCE7 and #CCE7D5 with #E7CCD5 are triadic colors.