COLOR #EB96A4

HEX: #EB96A4
RGB: (235,150,164)

Color info

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

RGB color model

#EB96A4 color RGB value is (235,150,164).

  • red value is 235;
  • green value is 150;
  • blue value is 164.
RGB:
(235,150,164)
(92%,59%,64%)

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 164 of 255 = 64%

235
150
164

R + G + B ~ 72%. #EB96A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 150 + 164 = 549 (100%)
R 235 of 549 ~ 42.81%
G 150 of 549 ~ 27.32%
B 164 of 549 ~ 29.87%

%42.81
%27.32
%29.87

CMYK color model

#EB96A4 color CMYK value is (0,36,30,8).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 30.21%
  • key color value is 7.84%
CMYK:
(0,36,30,8)
C0M36Y30K8 
(0%,36%,30%,8%)
(0.00/0.36/0.30/0.08)	

CMYK percentages

%0
%36.17
%30.21
%7.84

Codes

Color #EB96A4 in popluar color models

EB96A4
RGB235150164
HSL350°68.00%75.49%
HSB/HSV350°36.17%92.16%
CMYK0.00%36.17%30.21%
7.84%

Color #EB96A4 in popluar number systems.

HEXEB96A4
Decimal235150164
Binary111010111001011010100100
Octal353226244

Shades and tints

Shades of #EB96A4

#EB96A4
(235,150,164)
#D68996
(214,137,150)
#C17C88
(193,124,136)
#AC6F7A
(172,111,122)
#97626C
(151,98,108)
#82555E
(130,85,94)
#6D4850
(109,72,80)
#583B42
(88,59,66)
#432E34
(67,46,52)
#2E2126
(46,33,38)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EB96A4

#EB96A4
(235,150,164)
#EC9FAC
(236,159,172)
#EDA8B4
(237,168,180)
#EEB1BC
(238,177,188)
#EFBAC4
(239,186,196)
#F0C3CC
(240,195,204)
#F1CCD4
(241,204,212)
#F2D5DC
(242,213,220)
#F3DEE4
(243,222,228)
#F4E7EC
(244,231,236)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB96A4 color. Also use rgb(235,150,164) instead hex code.

Text Font Color

.myTextColor { color: #EB96A4; }

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

This text font color is #EB96A4.


Background Color

.myBgColor { background-color: #EB96A4; }

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

This div background color is #EB96A4.


Border color

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

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

This div border color is #EB96A4.


Opacity

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

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

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

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

This text has shadow with #EB96A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB96A4 on black background.


Color preview on white background

This text has color #EB96A4 on white background.



Black color preview on #EB96A4 background

This text has black color on #EB96A4 background.


White color preview on #EB96A4 background

This text has white color on #EB96A4 background.