COLOR #E7CCE9

HEX: #E7CCE9 RGB: (231,204,233)

Color info

#E7CCE9 contains red, green and blue colors in about the same proportion. Web safe color of #E7CCE9 is #FFCCFF (or #FCF).

RGB color model

#E7CCE9 color RGB value is (231,204,233).

RGB: (231,204,233) (91%, 80%, 91%)

RGB channels and saturation

R 231 of 255 = 91%
G 204 of 255 = 80%
B 233 of 255 = 91%

231
204
233

R + G + B ~ 87%. #E7CCE9 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 204 + 233 = 668 (100%)
R 231 of 668 ~ 34.58%
G 204 of 668 ~ 30.54%
B 233 of 668 ~ 34.88'%

%34.58
%30.54
%34.88

CMYK color model

#E7CCE9 color CMYK value is (1,12,0,9).

  • cyan value is 0.86%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (1,12,0,9)
C1M12Y0K9 (1%, 12%, 0%, 9%)
(0.01 / 0.12 / 0.00 / 0.09)

CMYK percentages

%0.86
%12.45
%0
%8.63

Codes

Color #E7CCE9 in popluar color models

E7 CC E9
RGB 231 204 233
HSL 296° 39.73% 85.69%
HSB/HSV 296° 12.45% 91.37%
CMYK 0.86% 12.45% 0.00%
8.63%

Color #E7CCE9 in popluar number systems.

HEX E7 CC E9
Decimal 231 204 233
Binary 11100111 11001100 11101001
Octal 347 314 351

Shades and tints

Shades of #E7CCE9

#E7CCE9
(231,204,233)
#D2BAD4
(210,186,212)
#BDA8BF
(189,168,191)
#A896AA
(168,150,170)
#938495
(147,132,149)
#7E7280
(126,114,128)
#69606B
(105,96,107)
#544E56
(84,78,86)
#3F3C41
(63,60,65)
#2A2A2C
(42,42,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #E7CCE9

#E7CCE9
(231,204,233)
#E9D0EB
(233,208,235)
#EBD4ED
(235,212,237)
#EDD8EF
(237,216,239)
#EFDCF1
(239,220,241)
#F1E0F3
(241,224,243)
#F3E4F5
(243,228,245)
#F5E8F7
(245,232,247)
#F7ECF9
(247,236,249)
#F9F0FB
(249,240,251)
#FBF4FD
(251,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CCE9; }

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

This text font color is #E7CCE9.

Background Color

.myBgColor { background-color: #E7CCE9; }

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

This div background color is #E7CCE9.

Border color

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

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

This div border color is #E7CCE9.

Opacity

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

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

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

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

This text has shadow with #E7CCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CCE9.

Preview

Color preview on black background

This text has color #E7CCE9 on black background.


Color preview on white background

This text has color #E7CCE9 on white background.


Black color preview on #E7CCE9 background

This text has black color on #E7CCE9 background.


White color preview on #E7CCE9 background

This text has white color on #E7CCE9 background.


Related colors

Complementary color

Complementary color for #hex is #183316.


I love getcolorcode.com

Triadic colors

1 #E9E7CC and #CCE9E7 with #E7CCE9 are triadic colors.

2 #E9CCE7 and #CCE7E9 with #E7CCE9 are triadic colors.