COLOR #ABBFCA

HEX: #ABBFCA RGB: (171,191,202)

Color info

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

RGB color model

#ABBFCA color RGB value is (171,191,202).

RGB: (171,191,202) (67%, 75%, 79%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 202 of 255 = 79%

171
191
202

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

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 202 = 564 (100%)
R 171 of 564 ~ 30.32%
G 191 of 564 ~ 33.87%
B 202 of 564 ~ 35.82'%

%30.32
%33.87
%35.82

CMYK color model

#ABBFCA color CMYK value is (15,5,0,21).

  • cyan value is 15.35%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (15,5,0,21)
C15M5Y0K21 (15%, 5%, 0%, 21%)
(0.15 / 0.05 / 0.00 / 0.21)

CMYK percentages

%15.35
%5.45
%0
%20.78

Codes

Color #ABBFCA in popluar color models

AB BF CA
RGB 171 191 202
HSL 201° 22.63% 73.14%
HSB/HSV 201° 15.35% 79.22%
CMYK 15.35% 5.45% 0.00%
20.78%

Color #ABBFCA in popluar number systems.

HEX AB BF CA
Decimal 171 191 202
Binary 10101011 10111111 11001010
Octal 253 277 312

Shades and tints

Shades of #ABBFCA

#ABBFCA
(171,191,202)
#9CAEB8
(156,174,184)
#8D9DA6
(141,157,166)
#7E8C94
(126,140,148)
#6F7B82
(111,123,130)
#606A70
(96,106,112)
#51595E
(81,89,94)
#42484C
(66,72,76)
#33373A
(51,55,58)
#242628
(36,38,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABBFCA

#ABBFCA
(171,191,202)
#B2C4CE
(178,196,206)
#B9C9D2
(185,201,210)
#C0CED6
(192,206,214)
#C7D3DA
(199,211,218)
#CED8DE
(206,216,222)
#D5DDE2
(213,221,226)
#DCE2E6
(220,226,230)
#E3E7EA
(227,231,234)
#EAECEE
(234,236,238)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFCA; }

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

This text font color is #ABBFCA.

Background Color

.myBgColor { background-color: #ABBFCA; }

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

This div background color is #ABBFCA.

Border color

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

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

This div border color is #ABBFCA.

Opacity

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

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

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

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

This text has shadow with #ABBFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFCA.

Preview

Color preview on black background

This text has color #ABBFCA on black background.


Color preview on white background

This text has color #ABBFCA on white background.


Black color preview on #ABBFCA background

This text has black color on #ABBFCA background.


White color preview on #ABBFCA background

This text has white color on #ABBFCA background.


Related colors

Complementary color

Complementary color for #hex is #544035.


I love getcolorcode.com

Triadic colors

1 #CAABBF and #BFCAAB with #ABBFCA are triadic colors.

2 #CABFAB and #BFABCA with #ABBFCA are triadic colors.