COLOR #E6CFCD

HEX: #E6CFCD RGB: (230,207,205)

Color info

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

RGB color model

#E6CFCD color RGB value is (230,207,205).

RGB: (230,207,205) (90%, 81%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 205 of 255 = 80%

230
207
205

R + G + B ~ 84%. #E6CFCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 207 + 205 = 642 (100%)
R 230 of 642 ~ 35.83%
G 207 of 642 ~ 32.24%
B 205 of 642 ~ 31.93'%

%35.83
%32.24
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 10.87%
  • key color value is 9.80%

CMYK: (0,10,11,10)
C0M10Y11K10 (0%, 10%, 11%, 10%)
(0.00 / 0.10 / 0.11 / 0.10)

CMYK percentages

%0
%10
%10.87
%9.8

Codes

Color #E6CFCD in popluar color models

E6 CF CD
RGB 230 207 205
HSL 33.33% 85.29%
HSB/HSV 10.87% 90.20%
CMYK 0.00% 10.00% 10.87%
9.80%

Color #E6CFCD in popluar number systems.

HEX E6 CF CD
Decimal 230 207 205
Binary 11100110 11001111 11001101
Octal 346 317 315

Shades and tints

Shades of #E6CFCD

#E6CFCD
(230,207,205)
#D2BDBB
(210,189,187)
#BEABA9
(190,171,169)
#AA9997
(170,153,151)
#968785
(150,135,133)
#827573
(130,117,115)
#6E6361
(110,99,97)
#5A514F
(90,81,79)
#463F3D
(70,63,61)
#322D2B
(50,45,43)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6CFCD

#E6CFCD
(230,207,205)
#E8D3D1
(232,211,209)
#EAD7D5
(234,215,213)
#ECDBD9
(236,219,217)
#EEDFDD
(238,223,221)
#F0E3E1
(240,227,225)
#F2E7E5
(242,231,229)
#F4EBE9
(244,235,233)
#F6EFED
(246,239,237)
#F8F3F1
(248,243,241)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CFCD color. Also use rgb(230,207,205) instead hex code.

Text Font Color

.myTextColor { color: #E6CFCD; }

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

This text font color is #E6CFCD.

Background Color

.myBgColor { background-color: #E6CFCD; }

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

This div background color is #E6CFCD.

Border color

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

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

This div border color is #E6CFCD.

Opacity

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

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

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

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

This text has shadow with #E6CFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CFCD.

Preview

Color preview on black background

This text has color #E6CFCD on black background.


Color preview on white background

This text has color #E6CFCD on white background.


Black color preview on #E6CFCD background

This text has black color on #E6CFCD background.


White color preview on #E6CFCD background

This text has white color on #E6CFCD background.


Related colors

Complementary color

Complementary color for #hex is #193032.


I love getcolorcode.com

Triadic colors

1 #CDE6CF and #CFCDE6 with #E6CFCD are triadic colors.

2 #CDCFE6 and #CFE6CD with #E6CFCD are triadic colors.