COLOR #E3C8CF

HEX: #E3C8CF RGB: (227,200,207)

Color info

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

RGB color model

#E3C8CF color RGB value is (227,200,207).

RGB: (227,200,207) (89%, 78%, 81%)

RGB channels and saturation

R 227 of 255 = 89%
G 200 of 255 = 78%
B 207 of 255 = 81%

227
200
207

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

Portions of RGB colors in percentages

R + G + B = 227 + 200 + 207 = 634 (100%)
R 227 of 634 ~ 35.8%
G 200 of 634 ~ 31.55%
B 207 of 634 ~ 32.65'%

%35.8
%31.55
%32.65

CMYK color model

#E3C8CF color CMYK value is (0,12,9,11).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK: (0,12,9,11) C0M12Y9K11 (0%,12%,9%,11%) (0.00/0.12/0.09/0.11) 

CMYK percentages

%0
%11.89
%8.81
%10.98

Codes

Color #E3C8CF in popluar color models

E3 C8 CF
RGB 227 200 207
HSL 344° 32.53% 83.73%
HSB/HSV 344° 11.89% 89.02%
CMYK 0.00% 11.89% 8.81%
10.98%

Color #E3C8CF in popluar number systems.

HEX E3 C8 CF
Decimal 227 200 207
Binary 11100011 11001000 11001111
Octal 343 310 317

Shades and tints

Shades of #E3C8CF

#E3C8CF
(227,200,207)
#CFB6BD
(207,182,189)
#BBA4AB
(187,164,171)
#A79299
(167,146,153)
#938087
(147,128,135)
#7F6E75
(127,110,117)
#6B5C63
(107,92,99)
#574A51
(87,74,81)
#43383F
(67,56,63)
#2F262D
(47,38,45)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #E3C8CF

#E3C8CF
(227,200,207)
#E5CDD3
(229,205,211)
#E7D2D7
(231,210,215)
#E9D7DB
(233,215,219)
#EBDCDF
(235,220,223)
#EDE1E3
(237,225,227)
#EFE6E7
(239,230,231)
#F1EBEB
(241,235,235)
#F3F0EF
(243,240,239)
#F5F5F3
(245,245,243)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C8CF; }

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

This text font color is #E3C8CF.

Background Color

.myBgColor { background-color: #E3C8CF; }

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

This div background color is #E3C8CF.

Border color

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

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

This div border color is #E3C8CF.

Opacity

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

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

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

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

This text has shadow with #E3C8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C8CF.

Preview

Color preview on black background

This text has color #E3C8CF on black background.


Color preview on white background

This text has color #E3C8CF on white background.


Black color preview on #E3C8CF background

This text has black color on #E3C8CF background.


White color preview on #E3C8CF background

This text has white color on #E3C8CF background.


Related colors

Complementary color

Complementary color for #hex is #1C3730.


I love getcolorcode.com

Triadic colors

1 #CFE3C8 and #C8CFE3 with #E3C8CF are triadic colors.

2 #CFC8E3 and #C8E3CF with #E3C8CF are triadic colors.