COLOR #ABBDA6

HEX: #ABBDA6
RGB: (171,189,166)

Color info

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

RGB color model

#ABBDA6 color RGB value is (171,189,166).

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

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 166 of 255 = 65%

171
189
166

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 166 = 526 (100%)
R 171 of 526 ~ 32.51%
G 189 of 526 ~ 35.93%
B 166 of 526 ~ 31.56%

%32.51
%35.93
%31.56

CMYK color model

#ABBDA6 color CMYK value is (10,0,12,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(10,0,12,26)
C10M0Y12K26 
(10%,0%,12%,26%)
(0.10/0.00/0.12/0.26)	

CMYK percentages

%9.52
%0
%12.17
%25.88

Codes

Color #ABBDA6 in popluar color models

ABBDA6
RGB171189166
HSL107°14.84%69.61%
HSB/HSV107°12.17%74.12%
CMYK9.52%0.00%12.17%
25.88%

Color #ABBDA6 in popluar number systems.

HEXABBDA6
Decimal171189166
Binary101010111011110110100110
Octal253275246

Shades and tints

Shades of #ABBDA6

#ABBDA6
(171,189,166)
#9CAC97
(156,172,151)
#8D9B88
(141,155,136)
#7E8A79
(126,138,121)
#6F796A
(111,121,106)
#60685B
(96,104,91)
#51574C
(81,87,76)
#42463D
(66,70,61)
#33352E
(51,53,46)
#24241F
(36,36,31)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #ABBDA6

#ABBDA6
(171,189,166)
#B2C3AE
(178,195,174)
#B9C9B6
(185,201,182)
#C0CFBE
(192,207,190)
#C7D5C6
(199,213,198)
#CEDBCE
(206,219,206)
#D5E1D6
(213,225,214)
#DCE7DE
(220,231,222)
#E3EDE6
(227,237,230)
#EAF3EE
(234,243,238)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDA6; }

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

This text font color is #ABBDA6.


Background Color

.myBgColor { background-color: #ABBDA6; }

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

This div background color is #ABBDA6.


Border color

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

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

This div border color is #ABBDA6.


Opacity

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

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

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

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

This text has shadow with #ABBDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDA6 on black background.


Color preview on white background

This text has color #ABBDA6 on white background.



Black color preview on #ABBDA6 background

This text has black color on #ABBDA6 background.


White color preview on #ABBDA6 background

This text has white color on #ABBDA6 background.