COLOR #EAC6CC

HEX: #EAC6CC
RGB: (234,198,204)

Color info

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

RGB color model

#EAC6CC color RGB value is (234,198,204).

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

RGB channels and saturation

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

234
198
204

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 204 = 636 (100%)
R 234 of 636 ~ 36.79%
G 198 of 636 ~ 31.13%
B 204 of 636 ~ 32.08%

%36.79
%31.13
%32.08

CMYK color model

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

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

CMYK percentages

%0
%15.38
%12.82
%8.24

Codes

Color #EAC6CC in popluar color models

EAC6CC
RGB234198204
HSL350°46.15%84.71%
HSB/HSV350°15.38%91.76%
CMYK0.00%15.38%12.82%
8.24%

Color #EAC6CC in popluar number systems.

HEXEAC6CC
Decimal234198204
Binary111010101100011011001100
Octal352306314

Shades and tints

Shades of #EAC6CC

#EAC6CC
(234,198,204)
#D5B4BA
(213,180,186)
#C0A2A8
(192,162,168)
#AB9096
(171,144,150)
#967E84
(150,126,132)
#816C72
(129,108,114)
#6C5A60
(108,90,96)
#57484E
(87,72,78)
#42363C
(66,54,60)
#2D242A
(45,36,42)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #EAC6CC

#EAC6CC
(234,198,204)
#EBCBD0
(235,203,208)
#ECD0D4
(236,208,212)
#EDD5D8
(237,213,216)
#EEDADC
(238,218,220)
#EFDFE0
(239,223,224)
#F0E4E4
(240,228,228)
#F1E9E8
(241,233,232)
#F2EEEC
(242,238,236)
#F3F3F0
(243,243,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6CC; }

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

This text font color is #EAC6CC.


Background Color

.myBgColor { background-color: #EAC6CC; }

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

This div background color is #EAC6CC.


Border color

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

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

This div border color is #EAC6CC.


Opacity

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

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

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

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

This text has shadow with #EAC6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6CC on black background.


Color preview on white background

This text has color #EAC6CC on white background.



Black color preview on #EAC6CC background

This text has black color on #EAC6CC background.


White color preview on #EAC6CC background

This text has white color on #EAC6CC background.