COLOR #E7CCEE

HEX: #E7CCEE RGB: (231,204,238)

Color info

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

RGB color model

#E7CCEE color RGB value is (231,204,238).

RGB: (231,204,238) (91%, 80%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 204 of 255 = 80%
B 238 of 255 = 93%

231
204
238

R + G + B ~ 88%. #E7CCEE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 204 + 238 = 673 (100%)
R 231 of 673 ~ 34.32%
G 204 of 673 ~ 30.31%
B 238 of 673 ~ 35.36'%

%34.32
%30.31
%35.36

CMYK color model

#E7CCEE color CMYK value is (3,14,0,7).

  • cyan value is 2.94%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,14,0,7)
C3M14Y0K7 (3%, 14%, 0%, 7%)
(0.03 / 0.14 / 0.00 / 0.07)

CMYK percentages

%2.94
%14.29
%0
%6.67

Codes

Color #E7CCEE in popluar color models

E7 CC EE
RGB 231 204 238
HSL 288° 50.00% 86.67%
HSB/HSV 288° 14.29% 93.33%
CMYK 2.94% 14.29% 0.00%
6.67%

Color #E7CCEE in popluar number systems.

HEX E7 CC EE
Decimal 231 204 238
Binary 11100111 11001100 11101110
Octal 347 314 356

Shades and tints

Shades of #E7CCEE

#E7CCEE
(231,204,238)
#D2BAD9
(210,186,217)
#BDA8C4
(189,168,196)
#A896AF
(168,150,175)
#93849A
(147,132,154)
#7E7285
(126,114,133)
#696070
(105,96,112)
#544E5B
(84,78,91)
#3F3C46
(63,60,70)
#2A2A31
(42,42,49)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #E7CCEE

#E7CCEE
(231,204,238)
#E9D0EF
(233,208,239)
#EBD4F0
(235,212,240)
#EDD8F1
(237,216,241)
#EFDCF2
(239,220,242)
#F1E0F3
(241,224,243)
#F3E4F4
(243,228,244)
#F5E8F5
(245,232,245)
#F7ECF6
(247,236,246)
#F9F0F7
(249,240,247)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CCEE; }

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

This text font color is #E7CCEE.

Background Color

.myBgColor { background-color: #E7CCEE; }

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

This div background color is #E7CCEE.

Border color

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

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

This div border color is #E7CCEE.

Opacity

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

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

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

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

This text has shadow with #E7CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CCEE.

Preview

Color preview on black background

This text has color #E7CCEE on black background.


Color preview on white background

This text has color #E7CCEE on white background.


Black color preview on #E7CCEE background

This text has black color on #E7CCEE background.


White color preview on #E7CCEE background

This text has white color on #E7CCEE background.


Related colors

Complementary color

Complementary color for #hex is #183311.


I love getcolorcode.com

Triadic colors

1 #EEE7CC and #CCEEE7 with #E7CCEE are triadic colors.

2 #EECCE7 and #CCE7EE with #E7CCEE are triadic colors.