COLOR #ABBCCF

HEX: #ABBCCF RGB: (171,188,207)

Color info

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

RGB color model

#ABBCCF color RGB value is (171,188,207).

RGB: (171,188,207) (67%, 74%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 207 of 255 = 81%

171
188
207

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

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 207 = 566 (100%)
R 171 of 566 ~ 30.21%
G 188 of 566 ~ 33.22%
B 207 of 566 ~ 36.57'%

%30.21
%33.22
%36.57

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (17,9,0,19)
C17M9Y0K19 (17%, 9%, 0%, 19%)
(0.17 / 0.09 / 0.00 / 0.19)

CMYK percentages

%17.39
%9.18
%0
%18.82

Codes

Color #ABBCCF in popluar color models

AB BC CF
RGB 171 188 207
HSL 212° 27.27% 74.12%
HSB/HSV 212° 17.39% 81.18%
CMYK 17.39% 9.18% 0.00%
18.82%

Color #ABBCCF in popluar number systems.

HEX AB BC CF
Decimal 171 188 207
Binary 10101011 10111100 11001111
Octal 253 274 317

Shades and tints

Shades of #ABBCCF

#ABBCCF
(171,188,207)
#9CABBD
(156,171,189)
#8D9AAB
(141,154,171)
#7E8999
(126,137,153)
#6F7887
(111,120,135)
#606775
(96,103,117)
#515663
(81,86,99)
#424551
(66,69,81)
#33343F
(51,52,63)
#24232D
(36,35,45)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #ABBCCF

#ABBCCF
(171,188,207)
#B2C2D3
(178,194,211)
#B9C8D7
(185,200,215)
#C0CEDB
(192,206,219)
#C7D4DF
(199,212,223)
#CEDAE3
(206,218,227)
#D5E0E7
(213,224,231)
#DCE6EB
(220,230,235)
#E3ECEF
(227,236,239)
#EAF2F3
(234,242,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBCCF color. Also use rgb(171,188,207) instead hex code.

Text Font Color

.myTextColor { color: #ABBCCF; }

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

This text font color is #ABBCCF.

Background Color

.myBgColor { background-color: #ABBCCF; }

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

This div background color is #ABBCCF.

Border color

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

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

This div border color is #ABBCCF.

Opacity

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

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

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

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

This text has shadow with #ABBCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCCF.

Preview

Color preview on black background

This text has color #ABBCCF on black background.


Color preview on white background

This text has color #ABBCCF on white background.


Black color preview on #ABBCCF background

This text has black color on #ABBCCF background.


White color preview on #ABBCCF background

This text has white color on #ABBCCF background.


Related colors

Complementary color

Complementary color for #hex is #544330.


I love getcolorcode.com

Triadic colors

1 #CFABBC and #BCCFAB with #ABBCCF are triadic colors.

2 #CFBCAB and #BCABCF with #ABBCCF are triadic colors.