COLOR #EACCC8

HEX: #EACCC8
RGB: (234,204,200)

Color info

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

RGB color model

#EACCC8 color RGB value is (234,204,200).

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

RGB channels and saturation

R 234 of 255 = 92%
G 204 of 255 = 80%
B 200 of 255 = 78%

234
204
200

R + G + B ~ 83%. #EACCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 204 + 200 = 638 (100%)
R 234 of 638 ~ 36.68%
G 204 of 638 ~ 31.97%
B 200 of 638 ~ 31.35%

%36.68
%31.97
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(0,13,15,8)
C0M13Y15K8 
(0%,13%,15%,8%)
(0.00/0.13/0.15/0.08)	

CMYK percentages

%0
%12.82
%14.53
%8.24

Codes

Color #EACCC8 in popluar color models

EACCC8
RGB234204200
HSL44.74%85.10%
HSB/HSV14.53%91.76%
CMYK0.00%12.82%14.53%
8.24%

Color #EACCC8 in popluar number systems.

HEXEACCC8
Decimal234204200
Binary111010101100110011001000
Octal352314310

Shades and tints

Shades of #EACCC8

#EACCC8
(234,204,200)
#D5BAB6
(213,186,182)
#C0A8A4
(192,168,164)
#AB9692
(171,150,146)
#968480
(150,132,128)
#81726E
(129,114,110)
#6C605C
(108,96,92)
#574E4A
(87,78,74)
#423C38
(66,60,56)
#2D2A26
(45,42,38)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #EACCC8

#EACCC8
(234,204,200)
#EBD0CD
(235,208,205)
#ECD4D2
(236,212,210)
#EDD8D7
(237,216,215)
#EEDCDC
(238,220,220)
#EFE0E1
(239,224,225)
#F0E4E6
(240,228,230)
#F1E8EB
(241,232,235)
#F2ECF0
(242,236,240)
#F3F0F5
(243,240,245)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACCC8; }

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

This text font color is #EACCC8.


Background Color

.myBgColor { background-color: #EACCC8; }

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

This div background color is #EACCC8.


Border color

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

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

This div border color is #EACCC8.


Opacity

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

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

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

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

This text has shadow with #EACCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACCC8 on black background.


Color preview on white background

This text has color #EACCC8 on white background.



Black color preview on #EACCC8 background

This text has black color on #EACCC8 background.


White color preview on #EACCC8 background

This text has white color on #EACCC8 background.