COLOR #ABBFD3

HEX: #ABBFD3
RGB: (171,191,211)

Color info

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

RGB color model

#ABBFD3 color RGB value is (171,191,211).

  • red value is 171;
  • green value is 191;
  • blue value is 211.
RGB:
(171,191,211)
(67%,75%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 211 of 255 = 83%

171
191
211

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

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 211 = 573 (100%)
R 171 of 573 ~ 29.84%
G 191 of 573 ~ 33.33%
B 211 of 573 ~ 36.82%

%29.84
%33.33
%36.82

CMYK color model

#ABBFD3 color CMYK value is (19,9,0,17).

  • cyan value is 18.96%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(19,9,0,17)
C19M9Y0K17 
(19%,9%,0%,17%)
(0.19/0.09/0.00/0.17)	

CMYK percentages

%18.96
%9.48
%0
%17.25

Codes

Color #ABBFD3 in popluar color models

ABBFD3
RGB171191211
HSL210°31.25%74.90%
HSB/HSV210°18.96%82.75%
CMYK18.96%9.48%0.00%
17.25%

Color #ABBFD3 in popluar number systems.

HEXABBFD3
Decimal171191211
Binary101010111011111111010011
Octal253277323

Shades and tints

Shades of #ABBFD3

#ABBFD3
(171,191,211)
#9CAEC0
(156,174,192)
#8D9DAD
(141,157,173)
#7E8C9A
(126,140,154)
#6F7B87
(111,123,135)
#606A74
(96,106,116)
#515961
(81,89,97)
#42484E
(66,72,78)
#33373B
(51,55,59)
#242628
(36,38,40)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABBFD3

#ABBFD3
(171,191,211)
#B2C4D7
(178,196,215)
#B9C9DB
(185,201,219)
#C0CEDF
(192,206,223)
#C7D3E3
(199,211,227)
#CED8E7
(206,216,231)
#D5DDEB
(213,221,235)
#DCE2EF
(220,226,239)
#E3E7F3
(227,231,243)
#EAECF7
(234,236,247)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFD3; }

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

This text font color is #ABBFD3.


Background Color

.myBgColor { background-color: #ABBFD3; }

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

This div background color is #ABBFD3.


Border color

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

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

This div border color is #ABBFD3.


Opacity

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

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

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

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

This text has shadow with #ABBFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBFD3 on black background.


Color preview on white background

This text has color #ABBFD3 on white background.



Black color preview on #ABBFD3 background

This text has black color on #ABBFD3 background.


White color preview on #ABBFD3 background

This text has white color on #ABBFD3 background.