COLOR #E2CFC7

HEX: #E2CFC7 RGB: (226,207,199)

Color info

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

RGB color model

#E2CFC7 color RGB value is (226,207,199).

RGB: (226,207,199) (89%, 81%, 78%)

RGB channels and saturation

R 226 of 255 = 89%
G 207 of 255 = 81%
B 199 of 255 = 78%

226
207
199

R + G + B ~ 83%. #E2CFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 207 + 199 = 632 (100%)
R 226 of 632 ~ 35.76%
G 207 of 632 ~ 32.75%
B 199 of 632 ~ 31.49'%

%35.76
%32.75
%31.49

CMYK color model

#E2CFC7 color CMYK value is (0,8,12,11).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK: (0,8,12,11) C0M8Y12K11 (0%,8%,12%,11%) (0.00/0.08/0.12/0.11) 

CMYK percentages

%0
%8.41
%11.95
%11.37

Codes

Color #E2CFC7 in popluar color models

E2 CF C7
RGB 226 207 199
HSL 18° 31.76% 83.33%
HSB/HSV 18° 11.95% 88.63%
CMYK 0.00% 8.41% 11.95%
11.37%

Color #E2CFC7 in popluar number systems.

HEX E2 CF C7
Decimal 226 207 199
Binary 11100010 11001111 11000111
Octal 342 317 307

Shades and tints

Shades of #E2CFC7

#E2CFC7
(226,207,199)
#CEBDB5
(206,189,181)
#BAABA3
(186,171,163)
#A69991
(166,153,145)
#92877F
(146,135,127)
#7E756D
(126,117,109)
#6A635B
(106,99,91)
#565149
(86,81,73)
#423F37
(66,63,55)
#2E2D25
(46,45,37)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #E2CFC7

#E2CFC7
(226,207,199)
#E4D3CC
(228,211,204)
#E6D7D1
(230,215,209)
#E8DBD6
(232,219,214)
#EADFDB
(234,223,219)
#ECE3E0
(236,227,224)
#EEE7E5
(238,231,229)
#F0EBEA
(240,235,234)
#F2EFEF
(242,239,239)
#F4F3F4
(244,243,244)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CFC7 color. Also use rgb(226,207,199) instead hex code.

Text Font Color

.myTextColor { color: #E2CFC7; }

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

This text font color is #E2CFC7.

Background Color

.myBgColor { background-color: #E2CFC7; }

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

This div background color is #E2CFC7.

Border color

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

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

This div border color is #E2CFC7.

Opacity

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

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

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

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

This text has shadow with #E2CFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CFC7.

Preview

Color preview on black background

This text has color #E2CFC7 on black background.


Color preview on white background

This text has color #E2CFC7 on white background.


Black color preview on #E2CFC7 background

This text has black color on #E2CFC7 background.


White color preview on #E2CFC7 background

This text has white color on #E2CFC7 background.


Related colors

Complementary color

Complementary color for #hex is #1D3038.


I love getcolorcode.com

Triadic colors

1 #C7E2CF and #CFC7E2 with #E2CFC7 are triadic colors.

2 #C7CFE2 and #CFE2C7 with #E2CFC7 are triadic colors.