COLOR #ABBFB7

HEX: #ABBFB7
RGB: (171,191,183)

Color info

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

RGB color model

#ABBFB7 color RGB value is (171,191,183).

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

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 183 of 255 = 72%

171
191
183

R + G + B ~ 71%. #ABBFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 183 = 545 (100%)
R 171 of 545 ~ 31.38%
G 191 of 545 ~ 35.05%
B 183 of 545 ~ 33.58%

%31.38
%35.05
%33.58

CMYK color model

#ABBFB7 color CMYK value is (10,0,4,25).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 25.10%
CMYK:
(10,0,4,25)
C10M0Y4K25 
(10%,0%,4%,25%)
(0.10/0.00/0.04/0.25)	

CMYK percentages

%10.47
%0
%4.19
%25.1

Codes

Color #ABBFB7 in popluar color models

ABBFB7
RGB171191183
HSL156°13.51%70.98%
HSB/HSV156°10.47%74.90%
CMYK10.47%0.00%4.19%
25.10%

Color #ABBFB7 in popluar number systems.

HEXABBFB7
Decimal171191183
Binary101010111011111110110111
Octal253277267

Shades and tints

Shades of #ABBFB7

#ABBFB7
(171,191,183)
#9CAEA7
(156,174,167)
#8D9D97
(141,157,151)
#7E8C87
(126,140,135)
#6F7B77
(111,123,119)
#606A67
(96,106,103)
#515957
(81,89,87)
#424847
(66,72,71)
#333737
(51,55,55)
#242627
(36,38,39)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABBFB7

#ABBFB7
(171,191,183)
#B2C4BD
(178,196,189)
#B9C9C3
(185,201,195)
#C0CEC9
(192,206,201)
#C7D3CF
(199,211,207)
#CED8D5
(206,216,213)
#D5DDDB
(213,221,219)
#DCE2E1
(220,226,225)
#E3E7E7
(227,231,231)
#EAECED
(234,236,237)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFB7; }

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

This text font color is #ABBFB7.


Background Color

.myBgColor { background-color: #ABBFB7; }

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

This div background color is #ABBFB7.


Border color

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

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

This div border color is #ABBFB7.


Opacity

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

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

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

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

This text has shadow with #ABBFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBFB7 on black background.


Color preview on white background

This text has color #ABBFB7 on white background.



Black color preview on #ABBFB7 background

This text has black color on #ABBFB7 background.


White color preview on #ABBFB7 background

This text has white color on #ABBFB7 background.