COLOR #EC97AA

HEX: #EC97AA
RGB: (236,151,170)

Color info

#EC97AA contains mainly red color. Web safe color of #EC97AA is #FF9999 (or #F99).

RGB color model

#EC97AA color RGB value is (236,151,170).

  • red value is 236;
  • green value is 151;
  • blue value is 170.
RGB:
(236,151,170)
(93%,59%,67%)

RGB channels and saturation

R 236 of 255 = 93%
G 151 of 255 = 59%
B 170 of 255 = 67%

236
151
170

R + G + B ~ 73%. #EC97AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 151 + 170 = 557 (100%)
R 236 of 557 ~ 42.37%
G 151 of 557 ~ 27.11%
B 170 of 557 ~ 30.52%

%42.37
%27.11
%30.52

CMYK color model

#EC97AA color CMYK value is (0,36,28,7).

  • cyan value is 0.00%
  • magenta value is 36.02%
  • yellow value is 27.97%
  • key color value is 7.45%
CMYK:
(0,36,28,7)
C0M36Y28K7 
(0%,36%,28%,7%)
(0.00/0.36/0.28/0.07)	

CMYK percentages

%0
%36.02
%27.97
%7.45

Codes

Color #EC97AA in popluar color models

EC97AA
RGB236151170
HSL347°69.11%75.88%
HSB/HSV347°36.02%92.55%
CMYK0.00%36.02%27.97%
7.45%

Color #EC97AA in popluar number systems.

HEXEC97AA
Decimal236151170
Binary111011001001011110101010
Octal354227252

Shades and tints

Shades of #EC97AA

#EC97AA
(236,151,170)
#D78A9B
(215,138,155)
#C27D8C
(194,125,140)
#AD707D
(173,112,125)
#98636E
(152,99,110)
#83565F
(131,86,95)
#6E4950
(110,73,80)
#593C41
(89,60,65)
#442F32
(68,47,50)
#2F2223
(47,34,35)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #EC97AA

#EC97AA
(236,151,170)
#EDA0B1
(237,160,177)
#EEA9B8
(238,169,184)
#EFB2BF
(239,178,191)
#F0BBC6
(240,187,198)
#F1C4CD
(241,196,205)
#F2CDD4
(242,205,212)
#F3D6DB
(243,214,219)
#F4DFE2
(244,223,226)
#F5E8E9
(245,232,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC97AA color. Also use rgb(236,151,170) instead hex code.

Text Font Color

.myTextColor { color: #EC97AA; }

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

This text font color is #EC97AA.


Background Color

.myBgColor { background-color: #EC97AA; }

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

This div background color is #EC97AA.


Border color

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

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

This div border color is #EC97AA.


Opacity

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

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

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

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

This text has shadow with #EC97AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC97AA on black background.


Color preview on white background

This text has color #EC97AA on white background.



Black color preview on #EC97AA background

This text has black color on #EC97AA background.


White color preview on #EC97AA background

This text has white color on #EC97AA background.