COLOR #ABAFD2

HEX: #ABAFD2
RGB: (171,175,210)

Color info

#ABAFD2 contains red, green and blue colors in about the same proportion. Web safe color of #ABAFD2 is #9999CC (or #99C).

RGB color model

#ABAFD2 color RGB value is (171,175,210).

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

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 210 of 255 = 82%

171
175
210

R + G + B ~ 73%. #ABAFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 210 = 556 (100%)
R 171 of 556 ~ 30.76%
G 175 of 556 ~ 31.47%
B 210 of 556 ~ 37.77%

%30.76
%31.47
%37.77

CMYK color model

#ABAFD2 color CMYK value is (19,17,0,18).

  • cyan value is 18.57%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,17,0,18)
C19M17Y0K18 
(19%,17%,0%,18%)
(0.19/0.17/0.00/0.18)	

CMYK percentages

%18.57
%16.67
%0
%17.65

Codes

Color #ABAFD2 in popluar color models

ABAFD2
RGB171175210
HSL234°30.23%74.71%
HSB/HSV234°18.57%82.35%
CMYK18.57%16.67%0.00%
17.65%

Color #ABAFD2 in popluar number systems.

HEXABAFD2
Decimal171175210
Binary101010111010111111010010
Octal253257322

Shades and tints

Shades of #ABAFD2

#ABAFD2
(171,175,210)
#9CA0BF
(156,160,191)
#8D91AC
(141,145,172)
#7E8299
(126,130,153)
#6F7386
(111,115,134)
#606473
(96,100,115)
#515560
(81,85,96)
#42464D
(66,70,77)
#33373A
(51,55,58)
#242827
(36,40,39)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABAFD2

#ABAFD2
(171,175,210)
#B2B6D6
(178,182,214)
#B9BDDA
(185,189,218)
#C0C4DE
(192,196,222)
#C7CBE2
(199,203,226)
#CED2E6
(206,210,230)
#D5D9EA
(213,217,234)
#DCE0EE
(220,224,238)
#E3E7F2
(227,231,242)
#EAEEF6
(234,238,246)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFD2; }

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

This text font color is #ABAFD2.


Background Color

.myBgColor { background-color: #ABAFD2; }

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

This div background color is #ABAFD2.


Border color

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

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

This div border color is #ABAFD2.


Opacity

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

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

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

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

This text has shadow with #ABAFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFD2 on black background.


Color preview on white background

This text has color #ABAFD2 on white background.



Black color preview on #ABAFD2 background

This text has black color on #ABAFD2 background.


White color preview on #ABAFD2 background

This text has white color on #ABAFD2 background.