COLOR #EACCD6

HEX: #EACCD6
RGB: (234,204,214)

Color info

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

RGB color model

#EACCD6 color RGB value is (234,204,214).

  • red value is 234;
  • green value is 204;
  • blue value is 214.
RGB:
(234,204,214)
(92%,80%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 204 of 255 = 80%
B 214 of 255 = 84%

234
204
214

R + G + B ~ 85%. #EACCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 204 + 214 = 652 (100%)
R 234 of 652 ~ 35.89%
G 204 of 652 ~ 31.29%
B 214 of 652 ~ 32.82%

%35.89
%31.29
%32.82

CMYK color model

#EACCD6 color CMYK value is (0,13,9,8).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(0,13,9,8)
C0M13Y9K8 
(0%,13%,9%,8%)
(0.00/0.13/0.09/0.08)	

CMYK percentages

%0
%12.82
%8.55
%8.24

Codes

Color #EACCD6 in popluar color models

EACCD6
RGB234204214
HSL340°41.67%85.88%
HSB/HSV340°12.82%91.76%
CMYK0.00%12.82%8.55%
8.24%

Color #EACCD6 in popluar number systems.

HEXEACCD6
Decimal234204214
Binary111010101100110011010110
Octal352314326

Shades and tints

Shades of #EACCD6

#EACCD6
(234,204,214)
#D5BAC3
(213,186,195)
#C0A8B0
(192,168,176)
#AB969D
(171,150,157)
#96848A
(150,132,138)
#817277
(129,114,119)
#6C6064
(108,96,100)
#574E51
(87,78,81)
#423C3E
(66,60,62)
#2D2A2B
(45,42,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #EACCD6

#EACCD6
(234,204,214)
#EBD0D9
(235,208,217)
#ECD4DC
(236,212,220)
#EDD8DF
(237,216,223)
#EEDCE2
(238,220,226)
#EFE0E5
(239,224,229)
#F0E4E8
(240,228,232)
#F1E8EB
(241,232,235)
#F2ECEE
(242,236,238)
#F3F0F1
(243,240,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACCD6 color. Also use rgb(234,204,214) instead hex code.

Text Font Color

.myTextColor { color: #EACCD6; }

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

This text font color is #EACCD6.


Background Color

.myBgColor { background-color: #EACCD6; }

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

This div background color is #EACCD6.


Border color

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

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

This div border color is #EACCD6.


Opacity

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

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

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

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

This text has shadow with #EACCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACCD6 on black background.


Color preview on white background

This text has color #EACCD6 on white background.



Black color preview on #EACCD6 background

This text has black color on #EACCD6 background.


White color preview on #EACCD6 background

This text has white color on #EACCD6 background.