COLOR #ABF9D1

HEX: #ABF9D1
RGB: (171,249,209)

Color info

#ABF9D1 contains mainly green and blue colors. Web safe color of #ABF9D1 is #99FFCC (or #9FC).

RGB color model

#ABF9D1 color RGB value is (171,249,209).

  • red value is 171;
  • green value is 249;
  • blue value is 209.
RGB:
(171,249,209)
(67%,98%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 249 of 255 = 98%
B 209 of 255 = 82%

171
249
209

R + G + B ~ 82%. #ABF9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 249 + 209 = 629 (100%)
R 171 of 629 ~ 27.19%
G 249 of 629 ~ 39.59%
B 209 of 629 ~ 33.23%

%27.19
%39.59
%33.23

CMYK color model

#ABF9D1 color CMYK value is (31,0,16,2).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(31,0,16,2)
C31M0Y16K2 
(31%,0%,16%,2%)
(0.31/0.00/0.16/0.02)	

CMYK percentages

%31.33
%0
%16.06
%2.35

Codes

Color #ABF9D1 in popluar color models

ABF9D1
RGB171249209
HSL149°86.67%82.35%
HSB/HSV149°31.33%97.65%
CMYK31.33%0.00%16.06%
2.35%

Color #ABF9D1 in popluar number systems.

HEXABF9D1
Decimal171249209
Binary101010111111100111010001
Octal253371321

Shades and tints

Shades of #ABF9D1

#ABF9D1
(171,249,209)
#9CE3BE
(156,227,190)
#8DCDAB
(141,205,171)
#7EB798
(126,183,152)
#6FA185
(111,161,133)
#608B72
(96,139,114)
#51755F
(81,117,95)
#425F4C
(66,95,76)
#334939
(51,73,57)
#243326
(36,51,38)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #ABF9D1

#ABF9D1
(171,249,209)
#B2F9D5
(178,249,213)
#B9F9D9
(185,249,217)
#C0F9DD
(192,249,221)
#C7F9E1
(199,249,225)
#CEF9E5
(206,249,229)
#D5F9E9
(213,249,233)
#DCF9ED
(220,249,237)
#E3F9F1
(227,249,241)
#EAF9F5
(234,249,245)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF9D1 color. Also use rgb(171,249,209) instead hex code.

Text Font Color

.myTextColor { color: #ABF9D1; }

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

This text font color is #ABF9D1.


Background Color

.myBgColor { background-color: #ABF9D1; }

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

This div background color is #ABF9D1.


Border color

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

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

This div border color is #ABF9D1.


Opacity

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

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

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

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

This text has shadow with #ABF9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF9D1 on black background.


Color preview on white background

This text has color #ABF9D1 on white background.



Black color preview on #ABF9D1 background

This text has black color on #ABF9D1 background.


White color preview on #ABF9D1 background

This text has white color on #ABF9D1 background.