COLOR #ABBDA9

HEX: #ABBDA9
RGB: (171,189,169)

Color info

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

RGB color model

#ABBDA9 color RGB value is (171,189,169).

  • red value is 171;
  • green value is 189;
  • blue value is 169.
RGB: (171,189,169) (67%,74%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 169 of 255 = 66%

171
189
169

R + G + B ~ 69%. #ABBDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 169 = 529 (100%)
R 171 of 529 ~ 32.33%
G 189 of 529 ~ 35.73%
B 169 of 529 ~ 31.95%

%32.33
%35.73
%31.95

CMYK color model

#ABBDA9 color CMYK value is (10,0,11,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK: (10,0,11,26) C10M0Y11K26 (10%,0%,11%,26%) (0.10/0.00/0.11/0.26)

CMYK percentages

%9.52
%0
%10.58
%25.88

Codes

Color #ABBDA9 in popluar color models

ABBDA9
RGB171189169
HSL114°13.16%70.20%
HSB/HSV114°10.58%74.12%
CMYK9.52%0.00%10.58%
25.88%

Color #ABBDA9 in popluar number systems.

HEXABBDA9
Decimal171189169
Binary101010111011110110101001
Octal253275251

Shades and tints

Shades of #ABBDA9

#ABBDA9
(171,189,169)
#9CAC9A
(156,172,154)
#8D9B8B
(141,155,139)
#7E8A7C
(126,138,124)
#6F796D
(111,121,109)
#60685E
(96,104,94)
#51574F
(81,87,79)
#424640
(66,70,64)
#333531
(51,53,49)
#242422
(36,36,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABBDA9

#ABBDA9
(171,189,169)
#B2C3B0
(178,195,176)
#B9C9B7
(185,201,183)
#C0CFBE
(192,207,190)
#C7D5C5
(199,213,197)
#CEDBCC
(206,219,204)
#D5E1D3
(213,225,211)
#DCE7DA
(220,231,218)
#E3EDE1
(227,237,225)
#EAF3E8
(234,243,232)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBDA9 color. Also use rgb(171,189,169) instead hex code.

Text Font Color

.myTextColor { color: #ABBDA9; }

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

This text font color is #ABBDA9.


Background Color

.myBgColor { background-color: #ABBDA9; }

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

This div background color is #ABBDA9.


Border color

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

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

This div border color is #ABBDA9.


Opacity

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

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

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

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

This text has shadow with #ABBDA9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABBDA9 on black background.


Color preview on white background

This text has color #ABBDA9 on white background.



Black color preview on #ABBDA9 background

This text has black color on #ABBDA9 background.


White color preview on #ABBDA9 background

This text has white color on #ABBDA9 background.