COLOR #ABDFBA

HEX: #ABDFBA RGB: (171,223,186)

Color info

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

RGB color model

#ABDFBA color RGB value is (171,223,186).

RGB: (171,223,186) (67%, 87%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 186 of 255 = 73%

171
223
186

R + G + B ~ 76%. #ABDFBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 223 + 186 = 580 (100%)
R 171 of 580 ~ 29.48%
G 223 of 580 ~ 38.45%
B 186 of 580 ~ 32.07'%

%29.48
%38.45
%32.07

CMYK color model

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

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • 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
%16.59
%12.55

Codes

Color #ABDFBA in popluar color models

AB DF BA
RGB 171 223 186
HSL 137° 44.83% 77.25%
HSB/HSV 137° 23.32% 87.45%
CMYK 23.32% 0.00% 16.59%
12.55%

Color #ABDFBA in popluar number systems.

HEX AB DF BA
Decimal 171 223 186
Binary 10101011 11011111 10111010
Octal 253 337 272

Shades and tints

Shades of #ABDFBA

#ABDFBA
(171,223,186)
#9CCBAA
(156,203,170)
#8DB79A
(141,183,154)
#7EA38A
(126,163,138)
#6F8F7A
(111,143,122)
#607B6A
(96,123,106)
#51675A
(81,103,90)
#42534A
(66,83,74)
#333F3A
(51,63,58)
#242B2A
(36,43,42)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABDFBA

#ABDFBA
(171,223,186)
#B2E1C0
(178,225,192)
#B9E3C6
(185,227,198)
#C0E5CC
(192,229,204)
#C7E7D2
(199,231,210)
#CEE9D8
(206,233,216)
#D5EBDE
(213,235,222)
#DCEDE4
(220,237,228)
#E3EFEA
(227,239,234)
#EAF1F0
(234,241,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDFBA; }

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

This text font color is #ABDFBA.

Background Color

.myBgColor { background-color: #ABDFBA; }

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

This div background color is #ABDFBA.

Border color

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

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

This div border color is #ABDFBA.

Opacity

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

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

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

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

This text has shadow with #ABDFBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDFBA.

Preview

Color preview on black background

This text has color #ABDFBA on black background.


Color preview on white background

This text has color #ABDFBA on white background.


Black color preview on #ABDFBA background

This text has black color on #ABDFBA background.


White color preview on #ABDFBA background

This text has white color on #ABDFBA background.


Related colors

Complementary color

Complementary color for #hex is #542045.


I love getcolorcode.com

Triadic colors

1 #BAABDF and #DFBAAB with #ABDFBA are triadic colors.

2 #BADFAB and #DFABBA with #ABDFBA are triadic colors.