COLOR #ABBFC4

HEX: #ABBFC4 RGB: (171,191,196)

Color info

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

RGB color model

#ABBFC4 color RGB value is (171,191,196).

RGB: (171,191,196) (67%, 75%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 196 of 255 = 77%

171
191
196

R + G + B ~ 73%. #ABBFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 196 = 558 (100%)
R 171 of 558 ~ 30.65%
G 191 of 558 ~ 34.23%
B 196 of 558 ~ 35.13'%

%30.65
%34.23
%35.13

CMYK color model

#ABBFC4 color CMYK value is (13,3,0,23).

  • cyan value is 12.76%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (13,3,0,23)
C13M3Y0K23 (13%, 3%, 0%, 23%)
(0.13 / 0.03 / 0.00 / 0.23)

CMYK percentages

%12.76
%2.55
%0
%23.14

Codes

Color #ABBFC4 in popluar color models

AB BF C4
RGB 171 191 196
HSL 192° 17.48% 71.96%
HSB/HSV 192° 12.76% 76.86%
CMYK 12.76% 2.55% 0.00%
23.14%

Color #ABBFC4 in popluar number systems.

HEX AB BF C4
Decimal 171 191 196
Binary 10101011 10111111 11000100
Octal 253 277 304

Shades and tints

Shades of #ABBFC4

#ABBFC4
(171,191,196)
#9CAEB3
(156,174,179)
#8D9DA2
(141,157,162)
#7E8C91
(126,140,145)
#6F7B80
(111,123,128)
#606A6F
(96,106,111)
#51595E
(81,89,94)
#42484D
(66,72,77)
#33373C
(51,55,60)
#24262B
(36,38,43)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #ABBFC4

#ABBFC4
(171,191,196)
#B2C4C9
(178,196,201)
#B9C9CE
(185,201,206)
#C0CED3
(192,206,211)
#C7D3D8
(199,211,216)
#CED8DD
(206,216,221)
#D5DDE2
(213,221,226)
#DCE2E7
(220,226,231)
#E3E7EC
(227,231,236)
#EAECF1
(234,236,241)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFC4; }

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

This text font color is #ABBFC4.

Background Color

.myBgColor { background-color: #ABBFC4; }

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

This div background color is #ABBFC4.

Border color

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

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

This div border color is #ABBFC4.

Opacity

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

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

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

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

This text has shadow with #ABBFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFC4.

Preview

Color preview on black background

This text has color #ABBFC4 on black background.


Color preview on white background

This text has color #ABBFC4 on white background.


Black color preview on #ABBFC4 background

This text has black color on #ABBFC4 background.


White color preview on #ABBFC4 background

This text has white color on #ABBFC4 background.


Related colors

Complementary color

Complementary color for #hex is #54403B.


I love getcolorcode.com

Triadic colors

1 #C4ABBF and #BFC4AB with #ABBFC4 are triadic colors.

2 #C4BFAB and #BFABC4 with #ABBFC4 are triadic colors.