COLOR #ABBFDD

HEX: #ABBFDD RGB: (171,191,221)

Color info

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

RGB color model

#ABBFDD color RGB value is (171,191,221).

RGB: (171,191,221) (67%, 75%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 221 of 255 = 87%

171
191
221

R + G + B ~ 76%. #ABBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 221 = 583 (100%)
R 171 of 583 ~ 29.33%
G 191 of 583 ~ 32.76%
B 221 of 583 ~ 37.91'%

%29.33
%32.76
%37.91

CMYK color model

#ABBFDD color CMYK value is (23,14,0,13).

  • cyan value is 22.62%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (23,14,0,13)
C23M14Y0K13 (23%, 14%, 0%, 13%)
(0.23 / 0.14 / 0.00 / 0.13)

CMYK percentages

%22.62
%13.57
%0
%13.33

Codes

Color #ABBFDD in popluar color models

AB BF DD
RGB 171 191 221
HSL 216° 42.37% 76.86%
HSB/HSV 216° 22.62% 86.67%
CMYK 22.62% 13.57% 0.00%
13.33%

Color #ABBFDD in popluar number systems.

HEX AB BF DD
Decimal 171 191 221
Binary 10101011 10111111 11011101
Octal 253 277 335

Shades and tints

Shades of #ABBFDD

#ABBFDD
(171,191,221)
#9CAEC9
(156,174,201)
#8D9DB5
(141,157,181)
#7E8CA1
(126,140,161)
#6F7B8D
(111,123,141)
#606A79
(96,106,121)
#515965
(81,89,101)
#424851
(66,72,81)
#33373D
(51,55,61)
#242629
(36,38,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABBFDD

#ABBFDD
(171,191,221)
#B2C4E0
(178,196,224)
#B9C9E3
(185,201,227)
#C0CEE6
(192,206,230)
#C7D3E9
(199,211,233)
#CED8EC
(206,216,236)
#D5DDEF
(213,221,239)
#DCE2F2
(220,226,242)
#E3E7F5
(227,231,245)
#EAECF8
(234,236,248)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFDD; }

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

This text font color is #ABBFDD.

Background Color

.myBgColor { background-color: #ABBFDD; }

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

This div background color is #ABBFDD.

Border color

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

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

This div border color is #ABBFDD.

Opacity

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

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

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

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

This text has shadow with #ABBFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFDD.

Preview

Color preview on black background

This text has color #ABBFDD on black background.


Color preview on white background

This text has color #ABBFDD on white background.


Black color preview on #ABBFDD background

This text has black color on #ABBFDD background.


White color preview on #ABBFDD background

This text has white color on #ABBFDD background.


Related colors

Complementary color

Complementary color for #hex is #544022.


I love getcolorcode.com

Triadic colors

1 #DDABBF and #BFDDAB with #ABBFDD are triadic colors.

2 #DDBFAB and #BFABDD with #ABBFDD are triadic colors.