COLOR #E3CAC4

HEX: #E3CAC4 RGB: (227,202,196)

Color info

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

RGB color model

#E3CAC4 color RGB value is (227,202,196).

RGB: (227,202,196) (89%, 79%, 77%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 196 of 255 = 77%

227
202
196

R + G + B ~ 82%. #E3CAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 196 = 625 (100%)
R 227 of 625 ~ 36.32%
G 202 of 625 ~ 32.32%
B 196 of 625 ~ 31.36'%

%36.32
%32.32
%31.36

CMYK color model

#E3CAC4 color CMYK value is (0,11,14,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 13.66%
  • key color value is 10.98%

CMYK: (0,11,14,11)
C0M11Y14K11 (0%, 11%, 14%, 11%)
(0.00 / 0.11 / 0.14 / 0.11)

CMYK percentages

%0
%11.01
%13.66
%10.98

Codes

Color #E3CAC4 in popluar color models

E3 CA C4
RGB 227 202 196
HSL 12° 35.63% 82.94%
HSB/HSV 12° 13.66% 89.02%
CMYK 0.00% 11.01% 13.66%
10.98%

Color #E3CAC4 in popluar number systems.

HEX E3 CA C4
Decimal 227 202 196
Binary 11100011 11001010 11000100
Octal 343 312 304

Shades and tints

Shades of #E3CAC4

#E3CAC4
(227,202,196)
#CFB8B3
(207,184,179)
#BBA6A2
(187,166,162)
#A79491
(167,148,145)
#938280
(147,130,128)
#7F706F
(127,112,111)
#6B5E5E
(107,94,94)
#574C4D
(87,76,77)
#433A3C
(67,58,60)
#2F282B
(47,40,43)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #E3CAC4

#E3CAC4
(227,202,196)
#E5CEC9
(229,206,201)
#E7D2CE
(231,210,206)
#E9D6D3
(233,214,211)
#EBDAD8
(235,218,216)
#EDDEDD
(237,222,221)
#EFE2E2
(239,226,226)
#F1E6E7
(241,230,231)
#F3EAEC
(243,234,236)
#F5EEF1
(245,238,241)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CAC4; }

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

This text font color is #E3CAC4.

Background Color

.myBgColor { background-color: #E3CAC4; }

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

This div background color is #E3CAC4.

Border color

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

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

This div border color is #E3CAC4.

Opacity

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

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

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

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

This text has shadow with #E3CAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CAC4.

Preview

Color preview on black background

This text has color #E3CAC4 on black background.


Color preview on white background

This text has color #E3CAC4 on white background.


Black color preview on #E3CAC4 background

This text has black color on #E3CAC4 background.


White color preview on #E3CAC4 background

This text has white color on #E3CAC4 background.


Related colors

Complementary color

Complementary color for #hex is #1C353B.


I love getcolorcode.com

Triadic colors

1 #C4E3CA and #CAC4E3 with #E3CAC4 are triadic colors.

2 #C4CAE3 and #CAE3C4 with #E3CAC4 are triadic colors.