COLOR #ABDFB8

HEX: #ABDFB8
RGB: (171,223,184)

Color info

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

RGB color model

#ABDFB8 color RGB value is (171,223,184).

  • red value is 171;
  • green value is 223;
  • blue value is 184.
RGB:
(171,223,184)
(67%,87%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 184 of 255 = 72%

171
223
184

R + G + B ~ 75%. #ABDFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 223 + 184 = 578 (100%)
R 171 of 578 ~ 29.58%
G 223 of 578 ~ 38.58%
B 184 of 578 ~ 31.83%

%29.58
%38.58
%31.83

CMYK color model

#ABDFB8 color CMYK value is (23,0,17,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 12.55%
CMYK:
(23,0,17,13)
C23M0Y17K13 
(23%,0%,17%,13%)
(0.23/0.00/0.17/0.13)	

CMYK percentages

%23.32
%0
%17.49
%12.55

Codes

Color #ABDFB8 in popluar color models

ABDFB8
RGB171223184
HSL135°44.83%77.25%
HSB/HSV135°23.32%87.45%
CMYK23.32%0.00%17.49%
12.55%

Color #ABDFB8 in popluar number systems.

HEXABDFB8
Decimal171223184
Binary101010111101111110111000
Octal253337270

Shades and tints

Shades of #ABDFB8

#ABDFB8
(171,223,184)
#9CCBA8
(156,203,168)
#8DB798
(141,183,152)
#7EA388
(126,163,136)
#6F8F78
(111,143,120)
#607B68
(96,123,104)
#516758
(81,103,88)
#425348
(66,83,72)
#333F38
(51,63,56)
#242B28
(36,43,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABDFB8

#ABDFB8
(171,223,184)
#B2E1BE
(178,225,190)
#B9E3C4
(185,227,196)
#C0E5CA
(192,229,202)
#C7E7D0
(199,231,208)
#CEE9D6
(206,233,214)
#D5EBDC
(213,235,220)
#DCEDE2
(220,237,226)
#E3EFE8
(227,239,232)
#EAF1EE
(234,241,238)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDFB8 color. Also use rgb(171,223,184) instead hex code.

Text Font Color

.myTextColor { color: #ABDFB8; }

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

This text font color is #ABDFB8.


Background Color

.myBgColor { background-color: #ABDFB8; }

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

This div background color is #ABDFB8.


Border color

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

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

This div border color is #ABDFB8.


Opacity

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

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

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

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

This text has shadow with #ABDFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDFB8 on black background.


Color preview on white background

This text has color #ABDFB8 on white background.



Black color preview on #ABDFB8 background

This text has black color on #ABDFB8 background.


White color preview on #ABDFB8 background

This text has white color on #ABDFB8 background.