COLOR #E3CCCD

HEX: #E3CCCD RGB: (227,204,205)

Color info

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

RGB color model

#E3CCCD color RGB value is (227,204,205).

RGB: (227,204,205) (89%, 80%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 205 of 255 = 80%

227
204
205

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 205 = 636 (100%)
R 227 of 636 ~ 35.69%
G 204 of 636 ~ 32.08%
B 205 of 636 ~ 32.23'%

%35.69
%32.08
%32.23

CMYK color model

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

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

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

CMYK percentages

%0
%10.13
%9.69
%10.98

Codes

Color #E3CCCD in popluar color models

E3 CC CD
RGB 227 204 205
HSL 357° 29.11% 84.51%
HSB/HSV 357° 10.13% 89.02%
CMYK 0.00% 10.13% 9.69%
10.98%

Color #E3CCCD in popluar number systems.

HEX E3 CC CD
Decimal 227 204 205
Binary 11100011 11001100 11001101
Octal 343 314 315

Shades and tints

Shades of #E3CCCD

#E3CCCD
(227,204,205)
#CFBABB
(207,186,187)
#BBA8A9
(187,168,169)
#A79697
(167,150,151)
#938485
(147,132,133)
#7F7273
(127,114,115)
#6B6061
(107,96,97)
#574E4F
(87,78,79)
#433C3D
(67,60,61)
#2F2A2B
(47,42,43)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #E3CCCD

#E3CCCD
(227,204,205)
#E5D0D1
(229,208,209)
#E7D4D5
(231,212,213)
#E9D8D9
(233,216,217)
#EBDCDD
(235,220,221)
#EDE0E1
(237,224,225)
#EFE4E5
(239,228,229)
#F1E8E9
(241,232,233)
#F3ECED
(243,236,237)
#F5F0F1
(245,240,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CCCD; }

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

This text font color is #E3CCCD.

Background Color

.myBgColor { background-color: #E3CCCD; }

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

This div background color is #E3CCCD.

Border color

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

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

This div border color is #E3CCCD.

Opacity

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

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

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

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

This text has shadow with #E3CCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCCD.

Preview

Color preview on black background

This text has color #E3CCCD on black background.


Color preview on white background

This text has color #E3CCCD on white background.


Black color preview on #E3CCCD background

This text has black color on #E3CCCD background.


White color preview on #E3CCCD background

This text has white color on #E3CCCD background.


Related colors

Complementary color

Complementary color for #hex is #1C3332.


I love getcolorcode.com

Triadic colors

1 #CDE3CC and #CCCDE3 with #E3CCCD are triadic colors.

2 #CDCCE3 and #CCE3CD with #E3CCCD are triadic colors.