COLOR #EAC7C4

HEX: #EAC7C4 RGB: (234,199,196)

Color info

#EAC7C4 contains red, green and blue colors in about the same proportion. Web safe color of #EAC7C4 is #FFCCCC (or #FCC).

RGB color model

#EAC7C4 color RGB value is (234,199,196).

RGB: (234,199,196) (92%, 78%, 77%)

RGB channels and saturation

R 234 of 255 = 92%
G 199 of 255 = 78%
B 196 of 255 = 77%

234
199
196

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

Portions of RGB colors in percentages

R + G + B = 234 + 199 + 196 = 629 (100%)
R 234 of 629 ~ 37.2%
G 199 of 629 ~ 31.64%
B 196 of 629 ~ 31.16'%

%37.2
%31.64
%31.16

CMYK color model

#EAC7C4 color CMYK value is (0,15,16,8).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 16.24%
  • key color value is 8.24%

CMYK: (0,15,16,8)
C0M15Y16K8 (0%, 15%, 16%, 8%)
(0.00 / 0.15 / 0.16 / 0.08)

CMYK percentages

%0
%14.96
%16.24
%8.24

Codes

Color #EAC7C4 in popluar color models

EA C7 C4
RGB 234 199 196
HSL 47.50% 84.31%
HSB/HSV 16.24% 91.76%
CMYK 0.00% 14.96% 16.24%
8.24%

Color #EAC7C4 in popluar number systems.

HEX EA C7 C4
Decimal 234 199 196
Binary 11101010 11000111 11000100
Octal 352 307 304

Shades and tints

Shades of #EAC7C4

#EAC7C4
(234,199,196)
#D5B5B3
(213,181,179)
#C0A3A2
(192,163,162)
#AB9191
(171,145,145)
#967F80
(150,127,128)
#816D6F
(129,109,111)
#6C5B5E
(108,91,94)
#57494D
(87,73,77)
#42373C
(66,55,60)
#2D252B
(45,37,43)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #EAC7C4

#EAC7C4
(234,199,196)
#EBCCC9
(235,204,201)
#ECD1CE
(236,209,206)
#EDD6D3
(237,214,211)
#EEDBD8
(238,219,216)
#EFE0DD
(239,224,221)
#F0E5E2
(240,229,226)
#F1EAE7
(241,234,231)
#F2EFEC
(242,239,236)
#F3F4F1
(243,244,241)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC7C4 color. Also use rgb(234,199,196) instead hex code.

Text Font Color

.myTextColor { color: #EAC7C4; }

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

This text font color is #EAC7C4.

Background Color

.myBgColor { background-color: #EAC7C4; }

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

This div background color is #EAC7C4.

Border color

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

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

This div border color is #EAC7C4.

Opacity

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

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

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

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

This text has shadow with #EAC7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC7C4.

Preview

Color preview on black background

This text has color #EAC7C4 on black background.


Color preview on white background

This text has color #EAC7C4 on white background.


Black color preview on #EAC7C4 background

This text has black color on #EAC7C4 background.


White color preview on #EAC7C4 background

This text has white color on #EAC7C4 background.


Related colors

Complementary color

Complementary color for #hex is #15383B.


I love getcolorcode.com

Triadic colors

1 #C4EAC7 and #C7C4EA with #EAC7C4 are triadic colors.

2 #C4C7EA and #C7EAC4 with #EAC7C4 are triadic colors.