COLOR #E3CEEC

HEX: #E3CEEC RGB: (227,206,236)

Color info

#E3CEEC contains red, green and blue colors in about the same proportion. Web safe color of #E3CEEC is #CCCCFF (or #CCF).

RGB color model

#E3CEEC color RGB value is (227,206,236).

RGB: (227,206,236) (89%, 81%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 236 of 255 = 93%

227
206
236

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

Portions of RGB colors in percentages

R + G + B = 227 + 206 + 236 = 669 (100%)
R 227 of 669 ~ 33.93%
G 206 of 669 ~ 30.79%
B 236 of 669 ~ 35.28'%

%33.93
%30.79
%35.28

CMYK color model

#E3CEEC color CMYK value is (4,13,0,7).

  • cyan value is 3.81%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,13,0,7)
C4M13Y0K7 (4%, 13%, 0%, 7%)
(0.04 / 0.13 / 0.00 / 0.07)

CMYK percentages

%3.81
%12.71
%0
%7.45

Codes

Color #E3CEEC in popluar color models

E3 CE EC
RGB 227 206 236
HSL 282° 44.12% 86.67%
HSB/HSV 282° 12.71% 92.55%
CMYK 3.81% 12.71% 0.00%
7.45%

Color #E3CEEC in popluar number systems.

HEX E3 CE EC
Decimal 227 206 236
Binary 11100011 11001110 11101100
Octal 343 316 354

Shades and tints

Shades of #E3CEEC

#E3CEEC
(227,206,236)
#CFBCD7
(207,188,215)
#BBAAC2
(187,170,194)
#A798AD
(167,152,173)
#938698
(147,134,152)
#7F7483
(127,116,131)
#6B626E
(107,98,110)
#575059
(87,80,89)
#433E44
(67,62,68)
#2F2C2F
(47,44,47)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #E3CEEC

#E3CEEC
(227,206,236)
#E5D2ED
(229,210,237)
#E7D6EE
(231,214,238)
#E9DAEF
(233,218,239)
#EBDEF0
(235,222,240)
#EDE2F1
(237,226,241)
#EFE6F2
(239,230,242)
#F1EAF3
(241,234,243)
#F3EEF4
(243,238,244)
#F5F2F5
(245,242,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CEEC color. Also use rgb(227,206,236) instead hex code.

Text Font Color

.myTextColor { color: #E3CEEC; }

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

This text font color is #E3CEEC.

Background Color

.myBgColor { background-color: #E3CEEC; }

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

This div background color is #E3CEEC.

Border color

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

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

This div border color is #E3CEEC.

Opacity

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

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

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

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

This text has shadow with #E3CEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CEEC.

Preview

Color preview on black background

This text has color #E3CEEC on black background.


Color preview on white background

This text has color #E3CEEC on white background.


Black color preview on #E3CEEC background

This text has black color on #E3CEEC background.


White color preview on #E3CEEC background

This text has white color on #E3CEEC background.


Related colors

Complementary color

Complementary color for #hex is #1C3113.


I love getcolorcode.com

Triadic colors

1 #ECE3CE and #CEECE3 with #E3CEEC are triadic colors.

2 #ECCEE3 and #CEE3EC with #E3CEEC are triadic colors.