COLOR #EBAABF

HEX: #EBAABF
RGB: (235,170,191)

Color info

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

RGB color model

#EBAABF color RGB value is (235,170,191).

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

RGB channels and saturation

R 235 of 255 = 92%
G 170 of 255 = 67%
B 191 of 255 = 75%

235
170
191

R + G + B ~ 78%. #EBAABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 170 + 191 = 596 (100%)
R 235 of 596 ~ 39.43%
G 170 of 596 ~ 28.52%
B 191 of 596 ~ 32.05%

%39.43
%28.52
%32.05

CMYK color model

#EBAABF color CMYK value is (0,28,19,8).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(0,28,19,8)
C0M28Y19K8 
(0%,28%,19%,8%)
(0.00/0.28/0.19/0.08)	

CMYK percentages

%0
%27.66
%18.72
%7.84

Codes

Color #EBAABF in popluar color models

EBAABF
RGB235170191
HSL341°61.90%79.41%
HSB/HSV341°27.66%92.16%
CMYK0.00%27.66%18.72%
7.84%

Color #EBAABF in popluar number systems.

HEXEBAABF
Decimal235170191
Binary111010111010101010111111
Octal353252277

Shades and tints

Shades of #EBAABF

#EBAABF
(235,170,191)
#D69BAE
(214,155,174)
#C18C9D
(193,140,157)
#AC7D8C
(172,125,140)
#976E7B
(151,110,123)
#825F6A
(130,95,106)
#6D5059
(109,80,89)
#584148
(88,65,72)
#433237
(67,50,55)
#2E2326
(46,35,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #EBAABF

#EBAABF
(235,170,191)
#ECB1C4
(236,177,196)
#EDB8C9
(237,184,201)
#EEBFCE
(238,191,206)
#EFC6D3
(239,198,211)
#F0CDD8
(240,205,216)
#F1D4DD
(241,212,221)
#F2DBE2
(242,219,226)
#F3E2E7
(243,226,231)
#F4E9EC
(244,233,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAABF; }

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

This text font color is #EBAABF.


Background Color

.myBgColor { background-color: #EBAABF; }

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

This div background color is #EBAABF.


Border color

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

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

This div border color is #EBAABF.


Opacity

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

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

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

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

This text has shadow with #EBAABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAABF on black background.


Color preview on white background

This text has color #EBAABF on white background.



Black color preview on #EBAABF background

This text has black color on #EBAABF background.


White color preview on #EBAABF background

This text has white color on #EBAABF background.