COLOR #ABBFD6

HEX: #ABBFD6 RGB: (171,191,214)

Color info

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

RGB color model

#ABBFD6 color RGB value is (171,191,214).

RGB: (171,191,214) (67%, 75%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 214 of 255 = 84%

171
191
214

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

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 214 = 576 (100%)
R 171 of 576 ~ 29.69%
G 191 of 576 ~ 33.16%
B 214 of 576 ~ 37.15'%

%29.69
%33.16
%37.15

CMYK color model

#ABBFD6 color CMYK value is (20,11,0,16).

  • cyan value is 20.09%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (20,11,0,16)
C20M11Y0K16 (20%, 11%, 0%, 16%)
(0.20 / 0.11 / 0.00 / 0.16)

CMYK percentages

%20.09
%10.75
%0
%16.08

Codes

Color #ABBFD6 in popluar color models

AB BF D6
RGB 171 191 214
HSL 212° 34.40% 75.49%
HSB/HSV 212° 20.09% 83.92%
CMYK 20.09% 10.75% 0.00%
16.08%

Color #ABBFD6 in popluar number systems.

HEX AB BF D6
Decimal 171 191 214
Binary 10101011 10111111 11010110
Octal 253 277 326

Shades and tints

Shades of #ABBFD6

#ABBFD6
(171,191,214)
#9CAEC3
(156,174,195)
#8D9DB0
(141,157,176)
#7E8C9D
(126,140,157)
#6F7B8A
(111,123,138)
#606A77
(96,106,119)
#515964
(81,89,100)
#424851
(66,72,81)
#33373E
(51,55,62)
#24262B
(36,38,43)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #ABBFD6

#ABBFD6
(171,191,214)
#B2C4D9
(178,196,217)
#B9C9DC
(185,201,220)
#C0CEDF
(192,206,223)
#C7D3E2
(199,211,226)
#CED8E5
(206,216,229)
#D5DDE8
(213,221,232)
#DCE2EB
(220,226,235)
#E3E7EE
(227,231,238)
#EAECF1
(234,236,241)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFD6; }

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

This text font color is #ABBFD6.

Background Color

.myBgColor { background-color: #ABBFD6; }

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

This div background color is #ABBFD6.

Border color

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

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

This div border color is #ABBFD6.

Opacity

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

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

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

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

This text has shadow with #ABBFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFD6.

Preview

Color preview on black background

This text has color #ABBFD6 on black background.


Color preview on white background

This text has color #ABBFD6 on white background.


Black color preview on #ABBFD6 background

This text has black color on #ABBFD6 background.


White color preview on #ABBFD6 background

This text has white color on #ABBFD6 background.


Related colors

Complementary color

Complementary color for #hex is #544029.


I love getcolorcode.com

Triadic colors

1 #D6ABBF and #BFD6AB with #ABBFD6 are triadic colors.

2 #D6BFAB and #BFABD6 with #ABBFD6 are triadic colors.