COLOR #ABACD2

HEX: #ABACD2 RGB: (171,172,210)

Color info

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

RGB color model

#ABACD2 color RGB value is (171,172,210).

RGB: (171,172,210) (67%, 67%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 210 of 255 = 82%

171
172
210

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

Portions of RGB colors in percentages

R + G + B = 171 + 172 + 210 = 553 (100%)
R 171 of 553 ~ 30.92%
G 172 of 553 ~ 31.1%
B 210 of 553 ~ 37.97'%

%30.92
%31.1
%37.97

CMYK color model

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

  • cyan value is 18.57%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (19,18,0,18)
C19M18Y0K18 (19%, 18%, 0%, 18%)
(0.19 / 0.18 / 0.00 / 0.18)

CMYK percentages

%18.57
%18.1
%0
%17.65

Codes

Color #ABACD2 in popluar color models

AB AC D2
RGB 171 172 210
HSL 238° 30.23% 74.71%
HSB/HSV 238° 18.57% 82.35%
CMYK 18.57% 18.10% 0.00%
17.65%

Color #ABACD2 in popluar number systems.

HEX AB AC D2
Decimal 171 172 210
Binary 10101011 10101100 11010010
Octal 253 254 322

Shades and tints

Shades of #ABACD2

#ABACD2
(171,172,210)
#9C9DBF
(156,157,191)
#8D8EAC
(141,142,172)
#7E7F99
(126,127,153)
#6F7086
(111,112,134)
#606173
(96,97,115)
#515260
(81,82,96)
#42434D
(66,67,77)
#33343A
(51,52,58)
#242527
(36,37,39)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABACD2

#ABACD2
(171,172,210)
#B2B3D6
(178,179,214)
#B9BADA
(185,186,218)
#C0C1DE
(192,193,222)
#C7C8E2
(199,200,226)
#CECFE6
(206,207,230)
#D5D6EA
(213,214,234)
#DCDDEE
(220,221,238)
#E3E4F2
(227,228,242)
#EAEBF6
(234,235,246)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABACD2; }

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

This text font color is #ABACD2.

Background Color

.myBgColor { background-color: #ABACD2; }

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

This div background color is #ABACD2.

Border color

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

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

This div border color is #ABACD2.

Opacity

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

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

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

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

This text has shadow with #ABACD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABACD2.

Preview

Color preview on black background

This text has color #ABACD2 on black background.


Color preview on white background

This text has color #ABACD2 on white background.


Black color preview on #ABACD2 background

This text has black color on #ABACD2 background.


White color preview on #ABACD2 background

This text has white color on #ABACD2 background.


Related colors

Complementary color

Complementary color for #hex is #54532D.


I love getcolorcode.com

Triadic colors

1 #D2ABAC and #ACD2AB with #ABACD2 are triadic colors.

2 #D2ACAB and #ACABD2 with #ABACD2 are triadic colors.