COLOR #ABFDC4

HEX: #ABFDC4 RGB: (171,253,196)

Color info

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

RGB color model

#ABFDC4 color RGB value is (171,253,196).

RGB: (171,253,196) (67%, 99%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 253 of 255 = 99%
B 196 of 255 = 77%

171
253
196

R + G + B ~ 81%. #ABFDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 253 + 196 = 620 (100%)
R 171 of 620 ~ 27.58%
G 253 of 620 ~ 40.81%
B 196 of 620 ~ 31.61'%

%27.58
%40.81
%31.61

CMYK color model

#ABFDC4 color CMYK value is (32,0,23,1).

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 0.78%

CMYK: (32,0,23,1)
C32M0Y23K1 (32%, 0%, 23%, 1%)
(0.32 / 0.00 / 0.23 / 0.01)

CMYK percentages

%32.41
%0
%22.53
%0.78

Codes

Color #ABFDC4 in popluar color models

AB FD C4
RGB 171 253 196
HSL 138° 95.35% 83.14%
HSB/HSV 138° 32.41% 99.22%
CMYK 32.41% 0.00% 22.53%
0.78%

Color #ABFDC4 in popluar number systems.

HEX AB FD C4
Decimal 171 253 196
Binary 10101011 11111101 11000100
Octal 253 375 304

Shades and tints

Shades of #ABFDC4

#ABFDC4
(171,253,196)
#9CE6B3
(156,230,179)
#8DCFA2
(141,207,162)
#7EB891
(126,184,145)
#6FA180
(111,161,128)
#608A6F
(96,138,111)
#51735E
(81,115,94)
#425C4D
(66,92,77)
#33453C
(51,69,60)
#242E2B
(36,46,43)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABFDC4

#ABFDC4
(171,253,196)
#B2FDC9
(178,253,201)
#B9FDCE
(185,253,206)
#C0FDD3
(192,253,211)
#C7FDD8
(199,253,216)
#CEFDDD
(206,253,221)
#D5FDE2
(213,253,226)
#DCFDE7
(220,253,231)
#E3FDEC
(227,253,236)
#EAFDF1
(234,253,241)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFDC4 color. Also use rgb(171,253,196) instead hex code.

Text Font Color

.myTextColor { color: #ABFDC4; }

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

This text font color is #ABFDC4.

Background Color

.myBgColor { background-color: #ABFDC4; }

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

This div background color is #ABFDC4.

Border color

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

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

This div border color is #ABFDC4.

Opacity

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

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

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

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

This text has shadow with #ABFDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABFDC4.

Preview

Color preview on black background

This text has color #ABFDC4 on black background.


Color preview on white background

This text has color #ABFDC4 on white background.


Black color preview on #ABFDC4 background

This text has black color on #ABFDC4 background.


White color preview on #ABFDC4 background

This text has white color on #ABFDC4 background.


Related colors

Complementary color

Complementary color for #hex is #54023B.


I love getcolorcode.com

Triadic colors

1 #C4ABFD and #FDC4AB with #ABFDC4 are triadic colors.

2 #C4FDAB and #FDABC4 with #ABFDC4 are triadic colors.