COLOR #EB97BF

HEX: #EB97BF
RGB: (235,151,191)

Color info

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

RGB color model

#EB97BF color RGB value is (235,151,191).

  • red value is 235;
  • green value is 151;
  • blue value is 191.
RGB:
(235,151,191)
(92%,59%,75%)

RGB channels and saturation

R 235 of 255 = 92%
G 151 of 255 = 59%
B 191 of 255 = 75%

235
151
191

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

Portions of RGB colors in percentages

R + G + B =
235 + 151 + 191 = 577 (100%)
R 235 of 577 ~ 40.73%
G 151 of 577 ~ 26.17%
B 191 of 577 ~ 33.1%

%40.73
%26.17
%33.1

CMYK color model

#EB97BF color CMYK value is (0,36,19,8).

  • cyan value is 0.00%
  • magenta value is 35.74%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(0,36,19,8)
C0M36Y19K8 
(0%,36%,19%,8%)
(0.00/0.36/0.19/0.08)	

CMYK percentages

%0
%35.74
%18.72
%7.84

Codes

Color #EB97BF in popluar color models

EB97BF
RGB235151191
HSL331°67.74%75.69%
HSB/HSV331°35.74%92.16%
CMYK0.00%35.74%18.72%
7.84%

Color #EB97BF in popluar number systems.

HEXEB97BF
Decimal235151191
Binary111010111001011110111111
Octal353227277

Shades and tints

Shades of #EB97BF

#EB97BF
(235,151,191)
#D68AAE
(214,138,174)
#C17D9D
(193,125,157)
#AC708C
(172,112,140)
#97637B
(151,99,123)
#82566A
(130,86,106)
#6D4959
(109,73,89)
#583C48
(88,60,72)
#432F37
(67,47,55)
#2E2226
(46,34,38)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #EB97BF

#EB97BF
(235,151,191)
#ECA0C4
(236,160,196)
#EDA9C9
(237,169,201)
#EEB2CE
(238,178,206)
#EFBBD3
(239,187,211)
#F0C4D8
(240,196,216)
#F1CDDD
(241,205,221)
#F2D6E2
(242,214,226)
#F3DFE7
(243,223,231)
#F4E8EC
(244,232,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB97BF color. Also use rgb(235,151,191) instead hex code.

Text Font Color

.myTextColor { color: #EB97BF; }

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

This text font color is #EB97BF.


Background Color

.myBgColor { background-color: #EB97BF; }

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

This div background color is #EB97BF.


Border color

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

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

This div border color is #EB97BF.


Opacity

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

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

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

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

This text has shadow with #EB97BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB97BF on black background.


Color preview on white background

This text has color #EB97BF on white background.



Black color preview on #EB97BF background

This text has black color on #EB97BF background.


White color preview on #EB97BF background

This text has white color on #EB97BF background.