COLOR #E3CAD2

HEX: #E3CAD2 RGB: (227,202,210)

Color info

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

RGB color model

#E3CAD2 color RGB value is (227,202,210).

RGB: (227,202,210) (89%, 79%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 210 of 255 = 82%

227
202
210

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

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 210 = 639 (100%)
R 227 of 639 ~ 35.52%
G 202 of 639 ~ 31.61%
B 210 of 639 ~ 32.86'%

%35.52
%31.61
%32.86

CMYK color model

#E3CAD2 color CMYK value is (0,11,7,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK: (0,11,7,11) C0M11Y7K11 (0%,11%,7%,11%) (0.00/0.11/0.07/0.11) 

CMYK percentages

%0
%11.01
%7.49
%10.98

Codes

Color #E3CAD2 in popluar color models

E3 CA D2
RGB 227 202 210
HSL 341° 30.86% 84.12%
HSB/HSV 341° 11.01% 89.02%
CMYK 0.00% 11.01% 7.49%
10.98%

Color #E3CAD2 in popluar number systems.

HEX E3 CA D2
Decimal 227 202 210
Binary 11100011 11001010 11010010
Octal 343 312 322

Shades and tints

Shades of #E3CAD2

#E3CAD2
(227,202,210)
#CFB8BF
(207,184,191)
#BBA6AC
(187,166,172)
#A79499
(167,148,153)
#938286
(147,130,134)
#7F7073
(127,112,115)
#6B5E60
(107,94,96)
#574C4D
(87,76,77)
#433A3A
(67,58,58)
#2F2827
(47,40,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3CAD2

#E3CAD2
(227,202,210)
#E5CED6
(229,206,214)
#E7D2DA
(231,210,218)
#E9D6DE
(233,214,222)
#EBDAE2
(235,218,226)
#EDDEE6
(237,222,230)
#EFE2EA
(239,226,234)
#F1E6EE
(241,230,238)
#F3EAF2
(243,234,242)
#F5EEF6
(245,238,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CAD2; }

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

This text font color is #E3CAD2.

Background Color

.myBgColor { background-color: #E3CAD2; }

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

This div background color is #E3CAD2.

Border color

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

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

This div border color is #E3CAD2.

Opacity

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

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

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

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

This text has shadow with #E3CAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CAD2.

Preview

Color preview on black background

This text has color #E3CAD2 on black background.


Color preview on white background

This text has color #E3CAD2 on white background.


Black color preview on #E3CAD2 background

This text has black color on #E3CAD2 background.


White color preview on #E3CAD2 background

This text has white color on #E3CAD2 background.


Related colors

Complementary color

Complementary color for #hex is #1C352D.


I love getcolorcode.com

Triadic colors

1 #D2E3CA and #CAD2E3 with #E3CAD2 are triadic colors.

2 #D2CAE3 and #CAE3D2 with #E3CAD2 are triadic colors.