COLOR #EE97BB

HEX: #EE97BB
RGB: (238,151,187)

Color info

#EE97BB contains mainly red and blue colors. Web safe color of #EE97BB is #FF99CC (or #F9C).

RGB color model

#EE97BB color RGB value is (238,151,187).

  • red value is 238;
  • green value is 151;
  • blue value is 187.
RGB:
(238,151,187)
(93%,59%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 151 of 255 = 59%
B 187 of 255 = 73%

238
151
187

R + G + B ~ 75%. #EE97BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 151 + 187 = 576 (100%)
R 238 of 576 ~ 41.32%
G 151 of 576 ~ 26.22%
B 187 of 576 ~ 32.47%

%41.32
%26.22
%32.47

CMYK color model

#EE97BB color CMYK value is (0,37,21,7).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 21.43%
  • key color value is 6.67%
CMYK:
(0,37,21,7)
C0M37Y21K7 
(0%,37%,21%,7%)
(0.00/0.37/0.21/0.07)	

CMYK percentages

%0
%36.55
%21.43
%6.67

Codes

Color #EE97BB in popluar color models

EE97BB
RGB238151187
HSL335°71.90%76.27%
HSB/HSV335°36.55%93.33%
CMYK0.00%36.55%21.43%
6.67%

Color #EE97BB in popluar number systems.

HEXEE97BB
Decimal238151187
Binary111011101001011110111011
Octal356227273

Shades and tints

Shades of #EE97BB

#EE97BB
(238,151,187)
#D98AAA
(217,138,170)
#C47D99
(196,125,153)
#AF7088
(175,112,136)
#9A6377
(154,99,119)
#855666
(133,86,102)
#704955
(112,73,85)
#5B3C44
(91,60,68)
#462F33
(70,47,51)
#312222
(49,34,34)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #EE97BB

#EE97BB
(238,151,187)
#EFA0C1
(239,160,193)
#F0A9C7
(240,169,199)
#F1B2CD
(241,178,205)
#F2BBD3
(242,187,211)
#F3C4D9
(243,196,217)
#F4CDDF
(244,205,223)
#F5D6E5
(245,214,229)
#F6DFEB
(246,223,235)
#F7E8F1
(247,232,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE97BB color. Also use rgb(238,151,187) instead hex code.

Text Font Color

.myTextColor { color: #EE97BB; }

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

This text font color is #EE97BB.


Background Color

.myBgColor { background-color: #EE97BB; }

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

This div background color is #EE97BB.


Border color

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

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

This div border color is #EE97BB.


Opacity

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

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

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

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

This text has shadow with #EE97BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE97BB on black background.


Color preview on white background

This text has color #EE97BB on white background.



Black color preview on #EE97BB background

This text has black color on #EE97BB background.


White color preview on #EE97BB background

This text has white color on #EE97BB background.