COLOR #ABFFDD

HEX: #ABFFDD RGB: (171,255,221)

Color info

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

RGB color model

#ABFFDD color RGB value is (171,255,221).

RGB: (171,255,221) (67%, 100%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 221 of 255 = 87%

171
255
221

R + G + B ~ 85%. #ABFFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 255 + 221 = 647 (100%)
R 171 of 647 ~ 26.43%
G 255 of 647 ~ 39.41%
B 221 of 647 ~ 34.16'%

%26.43
%39.41
%34.16

CMYK color model

#ABFFDD color CMYK value is (33,0,13,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%

CMYK: (33,0,13,0)
C33M0Y13K0 (33%, 0%, 13%, 0%)
(0.33 / 0.00 / 0.13 / 0.00)

CMYK percentages

%32.94
%0
%13.33
%0

Codes

Color #ABFFDD in popluar color models

AB FF DD
RGB 171 255 221
HSL 156° 100.00% 83.53%
HSB/HSV 156° 32.94% 100.00%
CMYK 32.94% 0.00% 13.33%
0.00%

Color #ABFFDD in popluar number systems.

HEX AB FF DD
Decimal 171 255 221
Binary 10101011 11111111 11011101
Octal 253 377 335

Shades and tints

Shades of #ABFFDD

#ABFFDD
(171,255,221)
#9CE8C9
(156,232,201)
#8DD1B5
(141,209,181)
#7EBAA1
(126,186,161)
#6FA38D
(111,163,141)
#608C79
(96,140,121)
#517565
(81,117,101)
#425E51
(66,94,81)
#33473D
(51,71,61)
#243029
(36,48,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABFFDD

#ABFFDD
(171,255,221)
#B2FFE0
(178,255,224)
#B9FFE3
(185,255,227)
#C0FFE6
(192,255,230)
#C7FFE9
(199,255,233)
#CEFFEC
(206,255,236)
#D5FFEF
(213,255,239)
#DCFFF2
(220,255,242)
#E3FFF5
(227,255,245)
#EAFFF8
(234,255,248)
#F1FFFB
(241,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFFDD color. Also use rgb(171,255,221) instead hex code.

Text Font Color

.myTextColor { color: #ABFFDD; }

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

This text font color is #ABFFDD.

Background Color

.myBgColor { background-color: #ABFFDD; }

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

This div background color is #ABFFDD.

Border color

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

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

This div border color is #ABFFDD.

Opacity

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

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

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

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

This text has shadow with #ABFFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABFFDD.

Preview

Color preview on black background

This text has color #ABFFDD on black background.


Color preview on white background

This text has color #ABFFDD on white background.


Black color preview on #ABFFDD background

This text has black color on #ABFFDD background.


White color preview on #ABFFDD background

This text has white color on #ABFFDD background.


Related colors

Complementary color

Complementary color for #hex is #540022.


I love getcolorcode.com

Triadic colors

1 #DDABFF and #FFDDAB with #ABFFDD are triadic colors.

2 #DDFFAB and #FFABDD with #ABFFDD are triadic colors.