COLOR #EAC5C3

HEX: #EAC5C3 RGB: (234,197,195)

Color info

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

RGB color model

#EAC5C3 color RGB value is (234,197,195).

RGB: (234,197,195) (92%, 77%, 76%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 195 of 255 = 76%

234
197
195

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

Portions of RGB colors in percentages

R + G + B = 234 + 197 + 195 = 626 (100%)
R 234 of 626 ~ 37.38%
G 197 of 626 ~ 31.47%
B 195 of 626 ~ 31.15'%

%37.38
%31.47
%31.15

CMYK color model

#EAC5C3 color CMYK value is (0,16,17,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 16.67%
  • key color value is 8.24%

CMYK: (0,16,17,8)
C0M16Y17K8 (0%, 16%, 17%, 8%)
(0.00 / 0.16 / 0.17 / 0.08)

CMYK percentages

%0
%15.81
%16.67
%8.24

Codes

Color #EAC5C3 in popluar color models

EA C5 C3
RGB 234 197 195
HSL 48.15% 84.12%
HSB/HSV 16.67% 91.76%
CMYK 0.00% 15.81% 16.67%
8.24%

Color #EAC5C3 in popluar number systems.

HEX EA C5 C3
Decimal 234 197 195
Binary 11101010 11000101 11000011
Octal 352 305 303

Shades and tints

Shades of #EAC5C3

#EAC5C3
(234,197,195)
#D5B4B2
(213,180,178)
#C0A3A1
(192,163,161)
#AB9290
(171,146,144)
#96817F
(150,129,127)
#81706E
(129,112,110)
#6C5F5D
(108,95,93)
#574E4C
(87,78,76)
#423D3B
(66,61,59)
#2D2C2A
(45,44,42)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #EAC5C3

#EAC5C3
(234,197,195)
#EBCAC8
(235,202,200)
#ECCFCD
(236,207,205)
#EDD4D2
(237,212,210)
#EED9D7
(238,217,215)
#EFDEDC
(239,222,220)
#F0E3E1
(240,227,225)
#F1E8E6
(241,232,230)
#F2EDEB
(242,237,235)
#F3F2F0
(243,242,240)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC5C3 color. Also use rgb(234,197,195) instead hex code.

Text Font Color

.myTextColor { color: #EAC5C3; }

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

This text font color is #EAC5C3.

Background Color

.myBgColor { background-color: #EAC5C3; }

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

This div background color is #EAC5C3.

Border color

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

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

This div border color is #EAC5C3.

Opacity

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

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

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

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

This text has shadow with #EAC5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC5C3.

Preview

Color preview on black background

This text has color #EAC5C3 on black background.


Color preview on white background

This text has color #EAC5C3 on white background.


Black color preview on #EAC5C3 background

This text has black color on #EAC5C3 background.


White color preview on #EAC5C3 background

This text has white color on #EAC5C3 background.


Related colors

Complementary color

Complementary color for #hex is #153A3C.


I love getcolorcode.com

Triadic colors

1 #C3EAC5 and #C5C3EA with #EAC5C3 are triadic colors.

2 #C3C5EA and #C5EAC3 with #EAC5C3 are triadic colors.