COLOR #ABB2DB

HEX: #ABB2DB RGB: (171,178,219)

Color info

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

RGB color model

#ABB2DB color RGB value is (171,178,219).

RGB: (171,178,219) (67%, 70%, 86%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 219 of 255 = 86%

171
178
219

R + G + B ~ 74%. #ABB2DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 219 = 568 (100%)
R 171 of 568 ~ 30.11%
G 178 of 568 ~ 31.34%
B 219 of 568 ~ 38.56'%

%30.11
%31.34
%38.56

CMYK color model

#ABB2DB color CMYK value is (22,19,0,14).

  • cyan value is 21.92%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,19,0,14)
C22M19Y0K14 (22%, 19%, 0%, 14%)
(0.22 / 0.19 / 0.00 / 0.14)

CMYK percentages

%21.92
%18.72
%0
%14.12

Codes

Color #ABB2DB in popluar color models

AB B2 DB
RGB 171 178 219
HSL 231° 40.00% 76.47%
HSB/HSV 231° 21.92% 85.88%
CMYK 21.92% 18.72% 0.00%
14.12%

Color #ABB2DB in popluar number systems.

HEX AB B2 DB
Decimal 171 178 219
Binary 10101011 10110010 11011011
Octal 253 262 333

Shades and tints

Shades of #ABB2DB

#ABB2DB
(171,178,219)
#9CA2C8
(156,162,200)
#8D92B5
(141,146,181)
#7E82A2
(126,130,162)
#6F728F
(111,114,143)
#60627C
(96,98,124)
#515269
(81,82,105)
#424256
(66,66,86)
#333243
(51,50,67)
#242230
(36,34,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #ABB2DB

#ABB2DB
(171,178,219)
#B2B9DE
(178,185,222)
#B9C0E1
(185,192,225)
#C0C7E4
(192,199,228)
#C7CEE7
(199,206,231)
#CED5EA
(206,213,234)
#D5DCED
(213,220,237)
#DCE3F0
(220,227,240)
#E3EAF3
(227,234,243)
#EAF1F6
(234,241,246)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB2DB color. Also use rgb(171,178,219) instead hex code.

Text Font Color

.myTextColor { color: #ABB2DB; }

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

This text font color is #ABB2DB.

Background Color

.myBgColor { background-color: #ABB2DB; }

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

This div background color is #ABB2DB.

Border color

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

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

This div border color is #ABB2DB.

Opacity

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

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

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

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

This text has shadow with #ABB2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2DB.

Preview

Color preview on black background

This text has color #ABB2DB on black background.


Color preview on white background

This text has color #ABB2DB on white background.


Black color preview on #ABB2DB background

This text has black color on #ABB2DB background.


White color preview on #ABB2DB background

This text has white color on #ABB2DB background.


Related colors

Complementary color

Complementary color for #hex is #544D24.


I love getcolorcode.com

Triadic colors

1 #DBABB2 and #B2DBAB with #ABB2DB are triadic colors.

2 #DBB2AB and #B2ABDB with #ABB2DB are triadic colors.