COLOR #EACCD8

HEX: #EACCD8
RGB: (234,204,216)

Color info

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

RGB color model

#EACCD8 color RGB value is (234,204,216).

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

RGB channels and saturation

R 234 of 255 = 92%
G 204 of 255 = 80%
B 216 of 255 = 85%

234
204
216

R + G + B ~ 86%. #EACCD8 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 204 + 216 = 654 (100%)
R 234 of 654 ~ 35.78%
G 204 of 654 ~ 31.19%
B 216 of 654 ~ 33.03%

%35.78
%31.19
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 7.69%
  • key color value is 8.24%
CMYK:
(0,13,8,8)
C0M13Y8K8 
(0%,13%,8%,8%)
(0.00/0.13/0.08/0.08)	

CMYK percentages

%0
%12.82
%7.69
%8.24

Codes

Color #EACCD8 in popluar color models

EACCD8
RGB234204216
HSL336°41.67%85.88%
HSB/HSV336°12.82%91.76%
CMYK0.00%12.82%7.69%
8.24%

Color #EACCD8 in popluar number systems.

HEXEACCD8
Decimal234204216
Binary111010101100110011011000
Octal352314330

Shades and tints

Shades of #EACCD8

#EACCD8
(234,204,216)
#D5BAC5
(213,186,197)
#C0A8B2
(192,168,178)
#AB969F
(171,150,159)
#96848C
(150,132,140)
#817279
(129,114,121)
#6C6066
(108,96,102)
#574E53
(87,78,83)
#423C40
(66,60,64)
#2D2A2D
(45,42,45)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #EACCD8

#EACCD8
(234,204,216)
#EBD0DB
(235,208,219)
#ECD4DE
(236,212,222)
#EDD8E1
(237,216,225)
#EEDCE4
(238,220,228)
#EFE0E7
(239,224,231)
#F0E4EA
(240,228,234)
#F1E8ED
(241,232,237)
#F2ECF0
(242,236,240)
#F3F0F3
(243,240,243)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACCD8; }

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

This text font color is #EACCD8.


Background Color

.myBgColor { background-color: #EACCD8; }

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

This div background color is #EACCD8.


Border color

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

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

This div border color is #EACCD8.


Opacity

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

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

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

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

This text has shadow with #EACCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACCD8 on black background.


Color preview on white background

This text has color #EACCD8 on white background.



Black color preview on #EACCD8 background

This text has black color on #EACCD8 background.


White color preview on #EACCD8 background

This text has white color on #EACCD8 background.