COLOR #EB83AC

HEX: #EB83AC
RGB: (235,131,172)

Color info

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

RGB color model

#EB83AC color RGB value is (235,131,172).

  • red value is 235;
  • green value is 131;
  • blue value is 172.
RGB:
(235,131,172)
(92%,51%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 131 of 255 = 51%
B 172 of 255 = 67%

235
131
172

R + G + B ~ 70%. #EB83AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 131 + 172 = 538 (100%)
R 235 of 538 ~ 43.68%
G 131 of 538 ~ 24.35%
B 172 of 538 ~ 31.97%

%43.68
%24.35
%31.97

CMYK color model

#EB83AC color CMYK value is (0,44,27,8).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 26.81%
  • key color value is 7.84%
CMYK:
(0,44,27,8)
C0M44Y27K8 
(0%,44%,27%,8%)
(0.00/0.44/0.27/0.08)	

CMYK percentages

%0
%44.26
%26.81
%7.84

Codes

Color #EB83AC in popluar color models

EB83AC
RGB235131172
HSL336°72.22%71.76%
HSB/HSV336°44.26%92.16%
CMYK0.00%44.26%26.81%
7.84%

Color #EB83AC in popluar number systems.

HEXEB83AC
Decimal235131172
Binary111010111000001110101100
Octal353203254

Shades and tints

Shades of #EB83AC

#EB83AC
(235,131,172)
#D6789D
(214,120,157)
#C16D8E
(193,109,142)
#AC627F
(172,98,127)
#975770
(151,87,112)
#824C61
(130,76,97)
#6D4152
(109,65,82)
#583643
(88,54,67)
#432B34
(67,43,52)
#2E2025
(46,32,37)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EB83AC

#EB83AC
(235,131,172)
#EC8EB3
(236,142,179)
#ED99BA
(237,153,186)
#EEA4C1
(238,164,193)
#EFAFC8
(239,175,200)
#F0BACF
(240,186,207)
#F1C5D6
(241,197,214)
#F2D0DD
(242,208,221)
#F3DBE4
(243,219,228)
#F4E6EB
(244,230,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB83AC color. Also use rgb(235,131,172) instead hex code.

Text Font Color

.myTextColor { color: #EB83AC; }

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

This text font color is #EB83AC.


Background Color

.myBgColor { background-color: #EB83AC; }

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

This div background color is #EB83AC.


Border color

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

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

This div border color is #EB83AC.


Opacity

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

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

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

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

This text has shadow with #EB83AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB83AC on black background.


Color preview on white background

This text has color #EB83AC on white background.



Black color preview on #EB83AC background

This text has black color on #EB83AC background.


White color preview on #EB83AC background

This text has white color on #EB83AC background.