COLOR #EAC6C9

HEX: #EAC6C9
RGB: (234,198,201)

Color info

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

RGB color model

#EAC6C9 color RGB value is (234,198,201).

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

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 201 of 255 = 79%

234
198
201

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 201 = 633 (100%)
R 234 of 633 ~ 36.97%
G 198 of 633 ~ 31.28%
B 201 of 633 ~ 31.75%

%36.97
%31.28
%31.75

CMYK color model

#EAC6C9 color CMYK value is (0,15,14,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 14.10%
  • key color value is 8.24%
CMYK:
(0,15,14,8)
C0M15Y14K8 
(0%,15%,14%,8%)
(0.00/0.15/0.14/0.08)	

CMYK percentages

%0
%15.38
%14.1
%8.24

Codes

Color #EAC6C9 in popluar color models

EAC6C9
RGB234198201
HSL355°46.15%84.71%
HSB/HSV355°15.38%91.76%
CMYK0.00%15.38%14.10%
8.24%

Color #EAC6C9 in popluar number systems.

HEXEAC6C9
Decimal234198201
Binary111010101100011011001001
Octal352306311

Shades and tints

Shades of #EAC6C9

#EAC6C9
(234,198,201)
#D5B4B7
(213,180,183)
#C0A2A5
(192,162,165)
#AB9093
(171,144,147)
#967E81
(150,126,129)
#816C6F
(129,108,111)
#6C5A5D
(108,90,93)
#57484B
(87,72,75)
#423639
(66,54,57)
#2D2427
(45,36,39)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #EAC6C9

#EAC6C9
(234,198,201)
#EBCBCD
(235,203,205)
#ECD0D1
(236,208,209)
#EDD5D5
(237,213,213)
#EEDAD9
(238,218,217)
#EFDFDD
(239,223,221)
#F0E4E1
(240,228,225)
#F1E9E5
(241,233,229)
#F2EEE9
(242,238,233)
#F3F3ED
(243,243,237)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6C9; }

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

This text font color is #EAC6C9.


Background Color

.myBgColor { background-color: #EAC6C9; }

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

This div background color is #EAC6C9.


Border color

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

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

This div border color is #EAC6C9.


Opacity

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

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

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

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

This text has shadow with #EAC6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6C9 on black background.


Color preview on white background

This text has color #EAC6C9 on white background.



Black color preview on #EAC6C9 background

This text has black color on #EAC6C9 background.


White color preview on #EAC6C9 background

This text has white color on #EAC6C9 background.