COLOR #E7CEEA

HEX: #E7CEEA RGB: (231,206,234)

Color info

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

RGB color model

#E7CEEA color RGB value is (231,206,234).

RGB: (231,206,234) (91%, 81%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 234 of 255 = 92%

231
206
234

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

Portions of RGB colors in percentages

R + G + B = 231 + 206 + 234 = 671 (100%)
R 231 of 671 ~ 34.43%
G 206 of 671 ~ 30.7%
B 234 of 671 ~ 34.87'%

%34.43
%30.7
%34.87

CMYK color model

#E7CEEA color CMYK value is (1,12,0,8).

  • cyan value is 1.28%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (1,12,0,8)
C1M12Y0K8 (1%, 12%, 0%, 8%)
(0.01 / 0.12 / 0.00 / 0.08)

CMYK percentages

%1.28
%11.97
%0
%8.24

Codes

Color #E7CEEA in popluar color models

E7 CE EA
RGB 231 206 234
HSL 294° 40.00% 86.27%
HSB/HSV 294° 11.97% 91.76%
CMYK 1.28% 11.97% 0.00%
8.24%

Color #E7CEEA in popluar number systems.

HEX E7 CE EA
Decimal 231 206 234
Binary 11100111 11001110 11101010
Octal 347 316 352

Shades and tints

Shades of #E7CEEA

#E7CEEA
(231,206,234)
#D2BCD5
(210,188,213)
#BDAAC0
(189,170,192)
#A898AB
(168,152,171)
#938696
(147,134,150)
#7E7481
(126,116,129)
#69626C
(105,98,108)
#545057
(84,80,87)
#3F3E42
(63,62,66)
#2A2C2D
(42,44,45)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #E7CEEA

#E7CEEA
(231,206,234)
#E9D2EB
(233,210,235)
#EBD6EC
(235,214,236)
#EDDAED
(237,218,237)
#EFDEEE
(239,222,238)
#F1E2EF
(241,226,239)
#F3E6F0
(243,230,240)
#F5EAF1
(245,234,241)
#F7EEF2
(247,238,242)
#F9F2F3
(249,242,243)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CEEA color. Also use rgb(231,206,234) instead hex code.

Text Font Color

.myTextColor { color: #E7CEEA; }

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

This text font color is #E7CEEA.

Background Color

.myBgColor { background-color: #E7CEEA; }

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

This div background color is #E7CEEA.

Border color

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

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

This div border color is #E7CEEA.

Opacity

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

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

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

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

This text has shadow with #E7CEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CEEA.

Preview

Color preview on black background

This text has color #E7CEEA on black background.


Color preview on white background

This text has color #E7CEEA on white background.


Black color preview on #E7CEEA background

This text has black color on #E7CEEA background.


White color preview on #E7CEEA background

This text has white color on #E7CEEA background.


Related colors

Complementary color

Complementary color for #hex is #183115.


I love getcolorcode.com

Triadic colors

1 #EAE7CE and #CEEAE7 with #E7CEEA are triadic colors.

2 #EACEE7 and #CEE7EA with #E7CEEA are triadic colors.