COLOR #E4CEE3

HEX: #E4CEE3 RGB: (228,206,227)

Color info

#E4CEE3 contains red, green and blue colors in about the same proportion. Web safe color of #E4CEE3 is #CCCCCC (or #CCC).

RGB color model

#E4CEE3 color RGB value is (228,206,227).

RGB: (228,206,227) (89%, 81%, 89%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 227 of 255 = 89%

228
206
227

R + G + B ~ 86%. #E4CEE3 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 206 + 227 = 661 (100%)
R 228 of 661 ~ 34.49%
G 206 of 661 ~ 31.16%
B 227 of 661 ~ 34.34'%

%34.49
%31.16
%34.34

CMYK color model

#E4CEE3 color CMYK value is (0,10,0,11).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 0.44%
  • key color value is 10.59%
CMYK: (0,10,0,11) C0M10Y0K11 (0%,10%,0%,11%) (0.00/0.10/0.00/0.11) 

CMYK percentages

%0
%9.65
%0.44
%10.59

Codes

Color #E4CEE3 in popluar color models

E4 CE E3
RGB 228 206 227
HSL 303° 28.95% 85.10%
HSB/HSV 303° 9.65% 89.41%
CMYK 0.00% 9.65% 0.44%
10.59%

Color #E4CEE3 in popluar number systems.

HEX E4 CE E3
Decimal 228 206 227
Binary 11100100 11001110 11100011
Octal 344 316 343

Shades and tints

Shades of #E4CEE3

#E4CEE3
(228,206,227)
#D0BCCF
(208,188,207)
#BCAABB
(188,170,187)
#A898A7
(168,152,167)
#948693
(148,134,147)
#80747F
(128,116,127)
#6C626B
(108,98,107)
#585057
(88,80,87)
#443E43
(68,62,67)
#302C2F
(48,44,47)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #E4CEE3

#E4CEE3
(228,206,227)
#E6D2E5
(230,210,229)
#E8D6E7
(232,214,231)
#EADAE9
(234,218,233)
#ECDEEB
(236,222,235)
#EEE2ED
(238,226,237)
#F0E6EF
(240,230,239)
#F2EAF1
(242,234,241)
#F4EEF3
(244,238,243)
#F6F2F5
(246,242,245)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CEE3; }

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

This text font color is #E4CEE3.

Background Color

.myBgColor { background-color: #E4CEE3; }

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

This div background color is #E4CEE3.

Border color

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

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

This div border color is #E4CEE3.

Opacity

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

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

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

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

This text has shadow with #E4CEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CEE3.

Preview

Color preview on black background

This text has color #E4CEE3 on black background.


Color preview on white background

This text has color #E4CEE3 on white background.


Black color preview on #E4CEE3 background

This text has black color on #E4CEE3 background.


White color preview on #E4CEE3 background

This text has white color on #E4CEE3 background.


Related colors

Complementary color

Complementary color for #hex is #1B311C.


I love getcolorcode.com

Triadic colors

1 #E3E4CE and #CEE3E4 with #E4CEE3 are triadic colors.

2 #E3CEE4 and #CEE4E3 with #E4CEE3 are triadic colors.