COLOR #E1CFE3

HEX: #E1CFE3 RGB: (225,207,227)

Color info

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

RGB color model

#E1CFE3 color RGB value is (225,207,227).

RGB: (225,207,227) (88%, 81%, 89%)

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 227 of 255 = 89%

225
207
227

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

Portions of RGB colors in percentages

R + G + B = 225 + 207 + 227 = 659 (100%)
R 225 of 659 ~ 34.14%
G 207 of 659 ~ 31.41%
B 227 of 659 ~ 34.45'%

%34.14
%31.41
%34.45

CMYK color model

#E1CFE3 color CMYK value is (1,9,0,11).

  • cyan value is 0.88%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (1,9,0,11)
C1M9Y0K11 (1%, 9%, 0%, 11%)
(0.01 / 0.09 / 0.00 / 0.11)

CMYK percentages

%0.88
%8.81
%0
%10.98

Codes

Color #E1CFE3 in popluar color models

E1 CF E3
RGB 225 207 227
HSL 294° 26.32% 85.10%
HSB/HSV 294° 8.81% 89.02%
CMYK 0.88% 8.81% 0.00%
10.98%

Color #E1CFE3 in popluar number systems.

HEX E1 CF E3
Decimal 225 207 227
Binary 11100001 11001111 11100011
Octal 341 317 343

Shades and tints

Shades of #E1CFE3

#E1CFE3
(225,207,227)
#CDBDCF
(205,189,207)
#B9ABBB
(185,171,187)
#A599A7
(165,153,167)
#918793
(145,135,147)
#7D757F
(125,117,127)
#69636B
(105,99,107)
#555157
(85,81,87)
#413F43
(65,63,67)
#2D2D2F
(45,45,47)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #E1CFE3

#E1CFE3
(225,207,227)
#E3D3E5
(227,211,229)
#E5D7E7
(229,215,231)
#E7DBE9
(231,219,233)
#E9DFEB
(233,223,235)
#EBE3ED
(235,227,237)
#EDE7EF
(237,231,239)
#EFEBF1
(239,235,241)
#F1EFF3
(241,239,243)
#F3F3F5
(243,243,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CFE3; }

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

This text font color is #E1CFE3.

Background Color

.myBgColor { background-color: #E1CFE3; }

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

This div background color is #E1CFE3.

Border color

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

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

This div border color is #E1CFE3.

Opacity

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

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

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

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

This text has shadow with #E1CFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CFE3.

Preview

Color preview on black background

This text has color #E1CFE3 on black background.


Color preview on white background

This text has color #E1CFE3 on white background.


Black color preview on #E1CFE3 background

This text has black color on #E1CFE3 background.


White color preview on #E1CFE3 background

This text has white color on #E1CFE3 background.


Related colors

Complementary color

Complementary color for #hex is #1E301C.


I love getcolorcode.com

Triadic colors

1 #E3E1CF and #CFE3E1 with #E1CFE3 are triadic colors.

2 #E3CFE1 and #CFE1E3 with #E1CFE3 are triadic colors.