COLOR #E3CCD0

HEX: #E3CCD0 RGB: (227,204,208)

Color info

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

RGB color model

#E3CCD0 color RGB value is (227,204,208).

RGB: (227,204,208) (89%, 80%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 208 of 255 = 82%

227
204
208

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 208 = 639 (100%)
R 227 of 639 ~ 35.52%
G 204 of 639 ~ 31.92%
B 208 of 639 ~ 32.55'%

%35.52
%31.92
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 8.37%
  • key color value is 10.98%

CMYK: (0,10,8,11)
C0M10Y8K11 (0%, 10%, 8%, 11%)
(0.00 / 0.10 / 0.08 / 0.11)

CMYK percentages

%0
%10.13
%8.37
%10.98

Codes

Color #E3CCD0 in popluar color models

E3 CC D0
RGB 227 204 208
HSL 350° 29.11% 84.51%
HSB/HSV 350° 10.13% 89.02%
CMYK 0.00% 10.13% 8.37%
10.98%

Color #E3CCD0 in popluar number systems.

HEX E3 CC D0
Decimal 227 204 208
Binary 11100011 11001100 11010000
Octal 343 314 320

Shades and tints

Shades of #E3CCD0

#E3CCD0
(227,204,208)
#CFBABE
(207,186,190)
#BBA8AC
(187,168,172)
#A7969A
(167,150,154)
#938488
(147,132,136)
#7F7276
(127,114,118)
#6B6064
(107,96,100)
#574E52
(87,78,82)
#433C40
(67,60,64)
#2F2A2E
(47,42,46)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #E3CCD0

#E3CCD0
(227,204,208)
#E5D0D4
(229,208,212)
#E7D4D8
(231,212,216)
#E9D8DC
(233,216,220)
#EBDCE0
(235,220,224)
#EDE0E4
(237,224,228)
#EFE4E8
(239,228,232)
#F1E8EC
(241,232,236)
#F3ECF0
(243,236,240)
#F5F0F4
(245,240,244)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCD0 color. Also use rgb(227,204,208) instead hex code.

Text Font Color

.myTextColor { color: #E3CCD0; }

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

This text font color is #E3CCD0.

Background Color

.myBgColor { background-color: #E3CCD0; }

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

This div background color is #E3CCD0.

Border color

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

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

This div border color is #E3CCD0.

Opacity

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

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

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

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

This text has shadow with #E3CCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCD0.

Preview

Color preview on black background

This text has color #E3CCD0 on black background.


Color preview on white background

This text has color #E3CCD0 on white background.


Black color preview on #E3CCD0 background

This text has black color on #E3CCD0 background.


White color preview on #E3CCD0 background

This text has white color on #E3CCD0 background.


Related colors

Complementary color

Complementary color for #hex is #1C332F.


I love getcolorcode.com

Triadic colors

1 #D0E3CC and #CCD0E3 with #E3CCD0 are triadic colors.

2 #D0CCE3 and #CCE3D0 with #E3CCD0 are triadic colors.