COLOR #ABCBAD

HEX: #ABCBAD
RGB: (171,203,173)

Color info

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

RGB color model

#ABCBAD color RGB value is (171,203,173).

  • red value is 171;
  • green value is 203;
  • blue value is 173.
RGB:
(171,203,173)
(67%,80%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 173 of 255 = 68%

171
203
173

R + G + B ~ 72%. #ABCBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 173 = 547 (100%)
R 171 of 547 ~ 31.26%
G 203 of 547 ~ 37.11%
B 173 of 547 ~ 31.63%

%31.26
%37.11
%31.63

CMYK color model

#ABCBAD color CMYK value is (16,0,15,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 20.39%
CMYK:
(16,0,15,20)
C16M0Y15K20 
(16%,0%,15%,20%)
(0.16/0.00/0.15/0.20)	

CMYK percentages

%15.76
%0
%14.78
%20.39

Codes

Color #ABCBAD in popluar color models

ABCBAD
RGB171203173
HSL124°23.53%73.33%
HSB/HSV124°15.76%79.61%
CMYK15.76%0.00%14.78%
20.39%

Color #ABCBAD in popluar number systems.

HEXABCBAD
Decimal171203173
Binary101010111100101110101101
Octal253313255

Shades and tints

Shades of #ABCBAD

#ABCBAD
(171,203,173)
#9CB99E
(156,185,158)
#8DA78F
(141,167,143)
#7E9580
(126,149,128)
#6F8371
(111,131,113)
#607162
(96,113,98)
#515F53
(81,95,83)
#424D44
(66,77,68)
#333B35
(51,59,53)
#242926
(36,41,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABCBAD

#ABCBAD
(171,203,173)
#B2CFB4
(178,207,180)
#B9D3BB
(185,211,187)
#C0D7C2
(192,215,194)
#C7DBC9
(199,219,201)
#CEDFD0
(206,223,208)
#D5E3D7
(213,227,215)
#DCE7DE
(220,231,222)
#E3EBE5
(227,235,229)
#EAEFEC
(234,239,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCBAD color. Also use rgb(171,203,173) instead hex code.

Text Font Color

.myTextColor { color: #ABCBAD; }

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

This text font color is #ABCBAD.


Background Color

.myBgColor { background-color: #ABCBAD; }

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

This div background color is #ABCBAD.


Border color

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

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

This div border color is #ABCBAD.


Opacity

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

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

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

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

This text has shadow with #ABCBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCBAD on black background.


Color preview on white background

This text has color #ABCBAD on white background.



Black color preview on #ABCBAD background

This text has black color on #ABCBAD background.


White color preview on #ABCBAD background

This text has white color on #ABCBAD background.