COLOR #E5CFE3

HEX: #E5CFE3 RGB: (229,207,227)

Color info

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

RGB color model

#E5CFE3 color RGB value is (229,207,227).

RGB: (229,207,227) (90%, 81%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 227 of 255 = 89%

229
207
227

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

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 227 = 663 (100%)
R 229 of 663 ~ 34.54%
G 207 of 663 ~ 31.22%
B 227 of 663 ~ 34.24'%

%34.54
%31.22
%34.24

CMYK color model

#E5CFE3 color CMYK value is (0,10,1,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 0.87%
  • key color value is 10.20%

CMYK: (0,10,1,10)
C0M10Y1K10 (0%, 10%, 1%, 10%)
(0.00 / 0.10 / 0.01 / 0.10)

CMYK percentages

%0
%9.61
%0.87
%10.2

Codes

Color #E5CFE3 in popluar color models

E5 CF E3
RGB 229 207 227
HSL 305° 29.73% 85.49%
HSB/HSV 305° 9.61% 89.80%
CMYK 0.00% 9.61% 0.87%
10.20%

Color #E5CFE3 in popluar number systems.

HEX E5 CF E3
Decimal 229 207 227
Binary 11100101 11001111 11100011
Octal 345 317 343

Shades and tints

Shades of #E5CFE3

#E5CFE3
(229,207,227)
#D1BDCF
(209,189,207)
#BDABBB
(189,171,187)
#A999A7
(169,153,167)
#958793
(149,135,147)
#81757F
(129,117,127)
#6D636B
(109,99,107)
#595157
(89,81,87)
#453F43
(69,63,67)
#312D2F
(49,45,47)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #E5CFE3

#E5CFE3
(229,207,227)
#E7D3E5
(231,211,229)
#E9D7E7
(233,215,231)
#EBDBE9
(235,219,233)
#EDDFEB
(237,223,235)
#EFE3ED
(239,227,237)
#F1E7EF
(241,231,239)
#F3EBF1
(243,235,241)
#F5EFF3
(245,239,243)
#F7F3F5
(247,243,245)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFE3 color. Also use rgb(229,207,227) instead hex code.

Text Font Color

.myTextColor { color: #E5CFE3; }

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

This text font color is #E5CFE3.

Background Color

.myBgColor { background-color: #E5CFE3; }

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

This div background color is #E5CFE3.

Border color

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

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

This div border color is #E5CFE3.

Opacity

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

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

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

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

This text has shadow with #E5CFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CFE3.

Preview

Color preview on black background

This text has color #E5CFE3 on black background.


Color preview on white background

This text has color #E5CFE3 on white background.


Black color preview on #E5CFE3 background

This text has black color on #E5CFE3 background.


White color preview on #E5CFE3 background

This text has white color on #E5CFE3 background.


Related colors

Complementary color

Complementary color for #hex is #1A301C.


I love getcolorcode.com

Triadic colors

1 #E3E5CF and #CFE3E5 with #E5CFE3 are triadic colors.

2 #E3CFE5 and #CFE5E3 with #E5CFE3 are triadic colors.