COLOR #EBAFD2

HEX: #EBAFD2
RGB: (235,175,210)

Color info

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

RGB color model

#EBAFD2 color RGB value is (235,175,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 175 of 255 = 69%
B 210 of 255 = 82%

235
175
210

R + G + B ~ 81%. #EBAFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 175 + 210 = 620 (100%)
R 235 of 620 ~ 37.9%
G 175 of 620 ~ 28.23%
B 210 of 620 ~ 33.87%

%37.9
%28.23
%33.87

CMYK color model

#EBAFD2 color CMYK value is (0,26,11,8).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,26,11,8)
C0M26Y11K8 
(0%,26%,11%,8%)
(0.00/0.26/0.11/0.08)	

CMYK percentages

%0
%25.53
%10.64
%7.84

Codes

Color #EBAFD2 in popluar color models

EBAFD2
RGB235175210
HSL325°60.00%80.39%
HSB/HSV325°25.53%92.16%
CMYK0.00%25.53%10.64%
7.84%

Color #EBAFD2 in popluar number systems.

HEXEBAFD2
Decimal235175210
Binary111010111010111111010010
Octal353257322

Shades and tints

Shades of #EBAFD2

#EBAFD2
(235,175,210)
#D6A0BF
(214,160,191)
#C191AC
(193,145,172)
#AC8299
(172,130,153)
#977386
(151,115,134)
#826473
(130,100,115)
#6D5560
(109,85,96)
#58464D
(88,70,77)
#43373A
(67,55,58)
#2E2827
(46,40,39)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBAFD2

#EBAFD2
(235,175,210)
#ECB6D6
(236,182,214)
#EDBDDA
(237,189,218)
#EEC4DE
(238,196,222)
#EFCBE2
(239,203,226)
#F0D2E6
(240,210,230)
#F1D9EA
(241,217,234)
#F2E0EE
(242,224,238)
#F3E7F2
(243,231,242)
#F4EEF6
(244,238,246)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAFD2; }

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

This text font color is #EBAFD2.


Background Color

.myBgColor { background-color: #EBAFD2; }

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

This div background color is #EBAFD2.


Border color

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

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

This div border color is #EBAFD2.


Opacity

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

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

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

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

This text has shadow with #EBAFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAFD2 on black background.


Color preview on white background

This text has color #EBAFD2 on white background.



Black color preview on #EBAFD2 background

This text has black color on #EBAFD2 background.


White color preview on #EBAFD2 background

This text has white color on #EBAFD2 background.