COLOR #EAC8D2

HEX: #EAC8D2
RGB: (234,200,210)

Color info

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

RGB color model

#EAC8D2 color RGB value is (234,200,210).

  • red value is 234;
  • green value is 200;
  • blue value is 210.
RGB:
(234,200,210)
(92%,78%,82%)

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 210 of 255 = 82%

234
200
210

R + G + B ~ 84%. #EAC8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 200 + 210 = 644 (100%)
R 234 of 644 ~ 36.34%
G 200 of 644 ~ 31.06%
B 210 of 644 ~ 32.61%

%36.34
%31.06
%32.61

CMYK color model

#EAC8D2 color CMYK value is (0,15,10,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(0,15,10,8)
C0M15Y10K8 
(0%,15%,10%,8%)
(0.00/0.15/0.10/0.08)	

CMYK percentages

%0
%14.53
%10.26
%8.24

Codes

Color #EAC8D2 in popluar color models

EAC8D2
RGB234200210
HSL342°44.74%85.10%
HSB/HSV342°14.53%91.76%
CMYK0.00%14.53%10.26%
8.24%

Color #EAC8D2 in popluar number systems.

HEXEAC8D2
Decimal234200210
Binary111010101100100011010010
Octal352310322

Shades and tints

Shades of #EAC8D2

#EAC8D2
(234,200,210)
#D5B6BF
(213,182,191)
#C0A4AC
(192,164,172)
#AB9299
(171,146,153)
#968086
(150,128,134)
#816E73
(129,110,115)
#6C5C60
(108,92,96)
#574A4D
(87,74,77)
#42383A
(66,56,58)
#2D2627
(45,38,39)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #EAC8D2

#EAC8D2
(234,200,210)
#EBCDD6
(235,205,214)
#ECD2DA
(236,210,218)
#EDD7DE
(237,215,222)
#EEDCE2
(238,220,226)
#EFE1E6
(239,225,230)
#F0E6EA
(240,230,234)
#F1EBEE
(241,235,238)
#F2F0F2
(242,240,242)
#F3F5F6
(243,245,246)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC8D2 color. Also use rgb(234,200,210) instead hex code.

Text Font Color

.myTextColor { color: #EAC8D2; }

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

This text font color is #EAC8D2.


Background Color

.myBgColor { background-color: #EAC8D2; }

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

This div background color is #EAC8D2.


Border color

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

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

This div border color is #EAC8D2.


Opacity

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

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

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

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

This text has shadow with #EAC8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC8D2 on black background.


Color preview on white background

This text has color #EAC8D2 on white background.



Black color preview on #EAC8D2 background

This text has black color on #EAC8D2 background.


White color preview on #EAC8D2 background

This text has white color on #EAC8D2 background.