COLOR #ABD6B5

HEX: #ABD6B5
RGB: (171,214,181)

Color info

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

RGB color model

#ABD6B5 color RGB value is (171,214,181).

  • red value is 171;
  • green value is 214;
  • blue value is 181.
RGB:
(171,214,181)
(67%,84%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 181 of 255 = 71%

171
214
181

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

Portions of RGB colors in percentages

R + G + B =
171 + 214 + 181 = 566 (100%)
R 171 of 566 ~ 30.21%
G 214 of 566 ~ 37.81%
B 181 of 566 ~ 31.98%

%30.21
%37.81
%31.98

CMYK color model

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

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 16.08%
CMYK:
(20,0,15,16)
C20M0Y15K16 
(20%,0%,15%,16%)
(0.20/0.00/0.15/0.16)	

CMYK percentages

%20.09
%0
%15.42
%16.08

Codes

Color #ABD6B5 in popluar color models

ABD6B5
RGB171214181
HSL134°34.40%75.49%
HSB/HSV134°20.09%83.92%
CMYK20.09%0.00%15.42%
16.08%

Color #ABD6B5 in popluar number systems.

HEXABD6B5
Decimal171214181
Binary101010111101011010110101
Octal253326265

Shades and tints

Shades of #ABD6B5

#ABD6B5
(171,214,181)
#9CC3A5
(156,195,165)
#8DB095
(141,176,149)
#7E9D85
(126,157,133)
#6F8A75
(111,138,117)
#607765
(96,119,101)
#516455
(81,100,85)
#425145
(66,81,69)
#333E35
(51,62,53)
#242B25
(36,43,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #ABD6B5

#ABD6B5
(171,214,181)
#B2D9BB
(178,217,187)
#B9DCC1
(185,220,193)
#C0DFC7
(192,223,199)
#C7E2CD
(199,226,205)
#CEE5D3
(206,229,211)
#D5E8D9
(213,232,217)
#DCEBDF
(220,235,223)
#E3EEE5
(227,238,229)
#EAF1EB
(234,241,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD6B5 color. Also use rgb(171,214,181) instead hex code.

Text Font Color

.myTextColor { color: #ABD6B5; }

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

This text font color is #ABD6B5.


Background Color

.myBgColor { background-color: #ABD6B5; }

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

This div background color is #ABD6B5.


Border color

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

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

This div border color is #ABD6B5.


Opacity

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

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

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

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

This text has shadow with #ABD6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD6B5 on black background.


Color preview on white background

This text has color #ABD6B5 on white background.



Black color preview on #ABD6B5 background

This text has black color on #ABD6B5 background.


White color preview on #ABD6B5 background

This text has white color on #ABD6B5 background.