COLOR #E3CACC

HEX: #E3CACC RGB: (227,202,204)

Color info

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

RGB color model

#E3CACC color RGB value is (227,202,204).

RGB: (227,202,204) (89%, 79%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 204 of 255 = 80%

227
202
204

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

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 204 = 633 (100%)
R 227 of 633 ~ 35.86%
G 202 of 633 ~ 31.91%
B 204 of 633 ~ 32.23'%

%35.86
%31.91
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 10.13%
  • key color value is 10.98%
CMYK: (0,11,10,11) C0M11Y10K11 (0%,11%,10%,11%) (0.00/0.11/0.10/0.11) 

CMYK percentages

%0
%11.01
%10.13
%10.98

Codes

Color #E3CACC in popluar color models

E3 CA CC
RGB 227 202 204
HSL 355° 30.86% 84.12%
HSB/HSV 355° 11.01% 89.02%
CMYK 0.00% 11.01% 10.13%
10.98%

Color #E3CACC in popluar number systems.

HEX E3 CA CC
Decimal 227 202 204
Binary 11100011 11001010 11001100
Octal 343 312 314

Shades and tints

Shades of #E3CACC

#E3CACC
(227,202,204)
#CFB8BA
(207,184,186)
#BBA6A8
(187,166,168)
#A79496
(167,148,150)
#938284
(147,130,132)
#7F7072
(127,112,114)
#6B5E60
(107,94,96)
#574C4E
(87,76,78)
#433A3C
(67,58,60)
#2F282A
(47,40,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3CACC

#E3CACC
(227,202,204)
#E5CED0
(229,206,208)
#E7D2D4
(231,210,212)
#E9D6D8
(233,214,216)
#EBDADC
(235,218,220)
#EDDEE0
(237,222,224)
#EFE2E4
(239,226,228)
#F1E6E8
(241,230,232)
#F3EAEC
(243,234,236)
#F5EEF0
(245,238,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CACC; }

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

This text font color is #E3CACC.

Background Color

.myBgColor { background-color: #E3CACC; }

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

This div background color is #E3CACC.

Border color

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

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

This div border color is #E3CACC.

Opacity

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

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

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

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

This text has shadow with #E3CACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CACC.

Preview

Color preview on black background

This text has color #E3CACC on black background.


Color preview on white background

This text has color #E3CACC on white background.


Black color preview on #E3CACC background

This text has black color on #E3CACC background.


White color preview on #E3CACC background

This text has white color on #E3CACC background.


Related colors

Complementary color

Complementary color for #hex is #1C3533.


I love getcolorcode.com

Triadic colors

1 #CCE3CA and #CACCE3 with #E3CACC are triadic colors.

2 #CCCAE3 and #CAE3CC with #E3CACC are triadic colors.