COLOR #ABC3AF

HEX: #ABC3AF
RGB: (171,195,175)

Color info

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

RGB color model

#ABC3AF color RGB value is (171,195,175).

  • red value is 171;
  • green value is 195;
  • blue value is 175.
RGB: (171,195,175) (67%,76%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 195 of 255 = 76%
B 175 of 255 = 69%

171
195
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 195 + 175 = 541 (100%)
R 171 of 541 ~ 31.61%
G 195 of 541 ~ 36.04%
B 175 of 541 ~ 32.35%

%31.61
%36.04
%32.35

CMYK color model

#ABC3AF color CMYK value is (12,0,10,24).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK: (12,0,10,24) C12M0Y10K24 (12%,0%,10%,24%) (0.12/0.00/0.10/0.24)

CMYK percentages

%12.31
%0
%10.26
%23.53

Codes

Color #ABC3AF in popluar color models

ABC3AF
RGB171195175
HSL130°16.67%71.76%
HSB/HSV130°12.31%76.47%
CMYK12.31%0.00%10.26%
23.53%

Color #ABC3AF in popluar number systems.

HEXABC3AF
Decimal171195175
Binary101010111100001110101111
Octal253303257

Shades and tints

Shades of #ABC3AF

#ABC3AF
(171,195,175)
#9CB2A0
(156,178,160)
#8DA191
(141,161,145)
#7E9082
(126,144,130)
#6F7F73
(111,127,115)
#606E64
(96,110,100)
#515D55
(81,93,85)
#424C46
(66,76,70)
#333B37
(51,59,55)
#242A28
(36,42,40)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABC3AF

#ABC3AF
(171,195,175)
#B2C8B6
(178,200,182)
#B9CDBD
(185,205,189)
#C0D2C4
(192,210,196)
#C7D7CB
(199,215,203)
#CEDCD2
(206,220,210)
#D5E1D9
(213,225,217)
#DCE6E0
(220,230,224)
#E3EBE7
(227,235,231)
#EAF0EE
(234,240,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC3AF color. Also use rgb(171,195,175) instead hex code.

Text Font Color

.myTextColor { color: #ABC3AF; }

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

This text font color is #ABC3AF.


Background Color

.myBgColor { background-color: #ABC3AF; }

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

This div background color is #ABC3AF.


Border color

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

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

This div border color is #ABC3AF.


Opacity

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

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

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

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

This text has shadow with #ABC3AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABC3AF on black background.


Color preview on white background

This text has color #ABC3AF on white background.



Black color preview on #ABC3AF background

This text has black color on #ABC3AF background.


White color preview on #ABC3AF background

This text has white color on #ABC3AF background.