COLOR #EB99AF

HEX: #EB99AF
RGB: (235,153,175)

Color info

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

RGB color model

#EB99AF color RGB value is (235,153,175).

  • red value is 235;
  • green value is 153;
  • blue value is 175.
RGB:
(235,153,175)
(92%,60%,69%)

RGB channels and saturation

R 235 of 255 = 92%
G 153 of 255 = 60%
B 175 of 255 = 69%

235
153
175

R + G + B ~ 74%. #EB99AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 153 + 175 = 563 (100%)
R 235 of 563 ~ 41.74%
G 153 of 563 ~ 27.18%
B 175 of 563 ~ 31.08%

%41.74
%27.18
%31.08

CMYK color model

#EB99AF color CMYK value is (0,35,26,8).

  • cyan value is 0.00%
  • magenta value is 34.89%
  • yellow value is 25.53%
  • key color value is 7.84%
CMYK:
(0,35,26,8)
C0M35Y26K8 
(0%,35%,26%,8%)
(0.00/0.35/0.26/0.08)	

CMYK percentages

%0
%34.89
%25.53
%7.84

Codes

Color #EB99AF in popluar color models

EB99AF
RGB235153175
HSL344°67.21%76.08%
HSB/HSV344°34.89%92.16%
CMYK0.00%34.89%25.53%
7.84%

Color #EB99AF in popluar number systems.

HEXEB99AF
Decimal235153175
Binary111010111001100110101111
Octal353231257

Shades and tints

Shades of #EB99AF

#EB99AF
(235,153,175)
#D68CA0
(214,140,160)
#C17F91
(193,127,145)
#AC7282
(172,114,130)
#976573
(151,101,115)
#825864
(130,88,100)
#6D4B55
(109,75,85)
#583E46
(88,62,70)
#433137
(67,49,55)
#2E2428
(46,36,40)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EB99AF

#EB99AF
(235,153,175)
#ECA2B6
(236,162,182)
#EDABBD
(237,171,189)
#EEB4C4
(238,180,196)
#EFBDCB
(239,189,203)
#F0C6D2
(240,198,210)
#F1CFD9
(241,207,217)
#F2D8E0
(242,216,224)
#F3E1E7
(243,225,231)
#F4EAEE
(244,234,238)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB99AF color. Also use rgb(235,153,175) instead hex code.

Text Font Color

.myTextColor { color: #EB99AF; }

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

This text font color is #EB99AF.


Background Color

.myBgColor { background-color: #EB99AF; }

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

This div background color is #EB99AF.


Border color

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

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

This div border color is #EB99AF.


Opacity

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

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

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

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

This text has shadow with #EB99AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB99AF on black background.


Color preview on white background

This text has color #EB99AF on white background.



Black color preview on #EB99AF background

This text has black color on #EB99AF background.


White color preview on #EB99AF background

This text has white color on #EB99AF background.