COLOR #ABBDD6

HEX: #ABBDD6 RGB: (171,189,214)

Color info

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

RGB color model

#ABBDD6 color RGB value is (171,189,214).

RGB: (171,189,214) (67%, 74%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 214 of 255 = 84%

171
189
214

R + G + B ~ 75%. #ABBDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 214 = 574 (100%)
R 171 of 574 ~ 29.79%
G 189 of 574 ~ 32.93%
B 214 of 574 ~ 37.28'%

%29.79
%32.93
%37.28

CMYK color model

#ABBDD6 color CMYK value is (20,12,0,16).

  • cyan value is 20.09%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (20,12,0,16) C20M12Y0K16 (20%,12%,0%,16%) (0.20/0.12/0.00/0.16) 

CMYK percentages

%20.09
%11.68
%0
%16.08

Codes

Color #ABBDD6 in popluar color models

AB BD D6
RGB 171 189 214
HSL 215° 34.40% 75.49%
HSB/HSV 215° 20.09% 83.92%
CMYK 20.09% 11.68% 0.00%
16.08%

Color #ABBDD6 in popluar number systems.

HEX AB BD D6
Decimal 171 189 214
Binary 10101011 10111101 11010110
Octal 253 275 326

Shades and tints

Shades of #ABBDD6

#ABBDD6
(171,189,214)
#9CACC3
(156,172,195)
#8D9BB0
(141,155,176)
#7E8A9D
(126,138,157)
#6F798A
(111,121,138)
#606877
(96,104,119)
#515764
(81,87,100)
#424651
(66,70,81)
#33353E
(51,53,62)
#24242B
(36,36,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #ABBDD6

#ABBDD6
(171,189,214)
#B2C3D9
(178,195,217)
#B9C9DC
(185,201,220)
#C0CFDF
(192,207,223)
#C7D5E2
(199,213,226)
#CEDBE5
(206,219,229)
#D5E1E8
(213,225,232)
#DCE7EB
(220,231,235)
#E3EDEE
(227,237,238)
#EAF3F1
(234,243,241)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBDD6 color. Also use rgb(171,189,214) instead hex code.

Text Font Color

.myTextColor { color: #ABBDD6; }

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

This text font color is #ABBDD6.

Background Color

.myBgColor { background-color: #ABBDD6; }

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

This div background color is #ABBDD6.

Border color

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

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

This div border color is #ABBDD6.

Opacity

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

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

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

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

This text has shadow with #ABBDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBDD6.

Preview

Color preview on black background

This text has color #ABBDD6 on black background.


Color preview on white background

This text has color #ABBDD6 on white background.


Black color preview on #ABBDD6 background

This text has black color on #ABBDD6 background.


White color preview on #ABBDD6 background

This text has white color on #ABBDD6 background.


Related colors

Complementary color

Complementary color for #hex is #544229.


I love getcolorcode.com

Triadic colors

1 #D6ABBD and #BDD6AB with #ABBDD6 are triadic colors.

2 #D6BDAB and #BDABD6 with #ABBDD6 are triadic colors.