COLOR #EAC6CA

HEX: #EAC6CA RGB: (234,198,202)

Color info

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

RGB color model

#EAC6CA color RGB value is (234,198,202).

RGB: (234,198,202) (92%, 78%, 79%)

RGB channels and saturation

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

234
198
202

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

Portions of RGB colors in percentages

R + G + B = 234 + 198 + 202 = 634 (100%)
R 234 of 634 ~ 36.91%
G 198 of 634 ~ 31.23%
B 202 of 634 ~ 31.86'%

%36.91
%31.23
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 13.68%
  • 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
%13.68
%8.24

Codes

Color #EAC6CA in popluar color models

EA C6 CA
RGB 234 198 202
HSL 353° 46.15% 84.71%
HSB/HSV 353° 15.38% 91.76%
CMYK 0.00% 15.38% 13.68%
8.24%

Color #EAC6CA in popluar number systems.

HEX EA C6 CA
Decimal 234 198 202
Binary 11101010 11000110 11001010
Octal 352 306 312

Shades and tints

Shades of #EAC6CA

#EAC6CA
(234,198,202)
#D5B4B8
(213,180,184)
#C0A2A6
(192,162,166)
#AB9094
(171,144,148)
#967E82
(150,126,130)
#816C70
(129,108,112)
#6C5A5E
(108,90,94)
#57484C
(87,72,76)
#42363A
(66,54,58)
#2D2428
(45,36,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #EAC6CA

#EAC6CA
(234,198,202)
#EBCBCE
(235,203,206)
#ECD0D2
(236,208,210)
#EDD5D6
(237,213,214)
#EEDADA
(238,218,218)
#EFDFDE
(239,223,222)
#F0E4E2
(240,228,226)
#F1E9E6
(241,233,230)
#F2EEEA
(242,238,234)
#F3F3EE
(243,243,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6CA; }

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

This text font color is #EAC6CA.

Background Color

.myBgColor { background-color: #EAC6CA; }

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

This div background color is #EAC6CA.

Border color

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

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

This div border color is #EAC6CA.

Opacity

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

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

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

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

This text has shadow with #EAC6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC6CA.

Preview

Color preview on black background

This text has color #EAC6CA on black background.


Color preview on white background

This text has color #EAC6CA on white background.


Black color preview on #EAC6CA background

This text has black color on #EAC6CA background.


White color preview on #EAC6CA background

This text has white color on #EAC6CA background.


Related colors

Complementary color

Complementary color for #hex is #153935.


I love getcolorcode.com

Triadic colors

1 #CAEAC6 and #C6CAEA with #EAC6CA are triadic colors.

2 #CAC6EA and #C6EACA with #EAC6CA are triadic colors.