COLOR #E6C8CD

HEX: #E6C8CD RGB: (230,200,205)

Color info

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

RGB color model

#E6C8CD color RGB value is (230,200,205).

RGB: (230,200,205) (90%, 78%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 200 of 255 = 78%
B 205 of 255 = 80%

230
200
205

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

Portions of RGB colors in percentages

R + G + B = 230 + 200 + 205 = 635 (100%)
R 230 of 635 ~ 36.22%
G 200 of 635 ~ 31.5%
B 205 of 635 ~ 32.28'%

%36.22
%31.5
%32.28

CMYK color model

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

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

CMYK: (0,13,11,10)
C0M13Y11K10 (0%, 13%, 11%, 10%)
(0.00 / 0.13 / 0.11 / 0.10)

CMYK percentages

%0
%13.04
%10.87
%9.8

Codes

Color #E6C8CD in popluar color models

E6 C8 CD
RGB 230 200 205
HSL 350° 37.50% 84.31%
HSB/HSV 350° 13.04% 90.20%
CMYK 0.00% 13.04% 10.87%
9.80%

Color #E6C8CD in popluar number systems.

HEX E6 C8 CD
Decimal 230 200 205
Binary 11100110 11001000 11001101
Octal 346 310 315

Shades and tints

Shades of #E6C8CD

#E6C8CD
(230,200,205)
#D2B6BB
(210,182,187)
#BEA4A9
(190,164,169)
#AA9297
(170,146,151)
#968085
(150,128,133)
#826E73
(130,110,115)
#6E5C61
(110,92,97)
#5A4A4F
(90,74,79)
#46383D
(70,56,61)
#32262B
(50,38,43)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6C8CD

#E6C8CD
(230,200,205)
#E8CDD1
(232,205,209)
#EAD2D5
(234,210,213)
#ECD7D9
(236,215,217)
#EEDCDD
(238,220,221)
#F0E1E1
(240,225,225)
#F2E6E5
(242,230,229)
#F4EBE9
(244,235,233)
#F6F0ED
(246,240,237)
#F8F5F1
(248,245,241)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C8CD; }

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

This text font color is #E6C8CD.

Background Color

.myBgColor { background-color: #E6C8CD; }

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

This div background color is #E6C8CD.

Border color

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

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

This div border color is #E6C8CD.

Opacity

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

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

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

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

This text has shadow with #E6C8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C8CD.

Preview

Color preview on black background

This text has color #E6C8CD on black background.


Color preview on white background

This text has color #E6C8CD on white background.


Black color preview on #E6C8CD background

This text has black color on #E6C8CD background.


White color preview on #E6C8CD background

This text has white color on #E6C8CD background.


Related colors

Complementary color

Complementary color for #hex is #193732.


I love getcolorcode.com

Triadic colors

1 #CDE6C8 and #C8CDE6 with #E6C8CD are triadic colors.

2 #CDC8E6 and #C8E6CD with #E6C8CD are triadic colors.