COLOR #ABD8B3

HEX: #ABD8B3 RGB: (171,216,179)

Color info

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

RGB color model

#ABD8B3 color RGB value is (171,216,179).

RGB: (171,216,179) (67%, 85%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 216 of 255 = 85%
B 179 of 255 = 70%

171
216
179

R + G + B ~ 74%. #ABD8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 216 + 179 = 566 (100%)
R 171 of 566 ~ 30.21%
G 216 of 566 ~ 38.16%
B 179 of 566 ~ 31.63'%

%30.21
%38.16
%31.63

CMYK color model

#ABD8B3 color CMYK value is (21,0,17,15).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 17.13%
  • key color value is 15.29%

CMYK: (21,0,17,15)
C21M0Y17K15 (21%, 0%, 17%, 15%)
(0.21 / 0.00 / 0.17 / 0.15)

CMYK percentages

%20.83
%0
%17.13
%15.29

Codes

Color #ABD8B3 in popluar color models

AB D8 B3
RGB 171 216 179
HSL 131° 36.59% 75.88%
HSB/HSV 131° 20.83% 84.71%
CMYK 20.83% 0.00% 17.13%
15.29%

Color #ABD8B3 in popluar number systems.

HEX AB D8 B3
Decimal 171 216 179
Binary 10101011 11011000 10110011
Octal 253 330 263

Shades and tints

Shades of #ABD8B3

#ABD8B3
(171,216,179)
#9CC5A3
(156,197,163)
#8DB293
(141,178,147)
#7E9F83
(126,159,131)
#6F8C73
(111,140,115)
#607963
(96,121,99)
#516653
(81,102,83)
#425343
(66,83,67)
#334033
(51,64,51)
#242D23
(36,45,35)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #ABD8B3

#ABD8B3
(171,216,179)
#B2DBB9
(178,219,185)
#B9DEBF
(185,222,191)
#C0E1C5
(192,225,197)
#C7E4CB
(199,228,203)
#CEE7D1
(206,231,209)
#D5EAD7
(213,234,215)
#DCEDDD
(220,237,221)
#E3F0E3
(227,240,227)
#EAF3E9
(234,243,233)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD8B3 color. Also use rgb(171,216,179) instead hex code.

Text Font Color

.myTextColor { color: #ABD8B3; }

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

This text font color is #ABD8B3.

Background Color

.myBgColor { background-color: #ABD8B3; }

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

This div background color is #ABD8B3.

Border color

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

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

This div border color is #ABD8B3.

Opacity

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

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

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

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

This text has shadow with #ABD8B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD8B3.

Preview

Color preview on black background

This text has color #ABD8B3 on black background.


Color preview on white background

This text has color #ABD8B3 on white background.


Black color preview on #ABD8B3 background

This text has black color on #ABD8B3 background.


White color preview on #ABD8B3 background

This text has white color on #ABD8B3 background.


Related colors

Complementary color

Complementary color for #hex is #54274C.


I love getcolorcode.com

Triadic colors

1 #B3ABD8 and #D8B3AB with #ABD8B3 are triadic colors.

2 #B3D8AB and #D8ABB3 with #ABD8B3 are triadic colors.