COLOR #ABDDB1

HEX: #ABDDB1 RGB: (171,221,177)

Color info

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

RGB color model

#ABDDB1 color RGB value is (171,221,177).

RGB: (171,221,177) (67%, 87%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 177 of 255 = 69%

171
221
177

R + G + B ~ 74%. #ABDDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 221 + 177 = 569 (100%)
R 171 of 569 ~ 30.05%
G 221 of 569 ~ 38.84%
B 177 of 569 ~ 31.11'%

%30.05
%38.84
%31.11

CMYK color model

#ABDDB1 color CMYK value is (23,0,20,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 13.33%

CMYK: (23,0,20,13)
C23M0Y20K13 (23%, 0%, 20%, 13%)
(0.23 / 0.00 / 0.20 / 0.13)

CMYK percentages

%22.62
%0
%19.91
%13.33

Codes

Color #ABDDB1 in popluar color models

AB DD B1
RGB 171 221 177
HSL 127° 42.37% 76.86%
HSB/HSV 127° 22.62% 86.67%
CMYK 22.62% 0.00% 19.91%
13.33%

Color #ABDDB1 in popluar number systems.

HEX AB DD B1
Decimal 171 221 177
Binary 10101011 11011101 10110001
Octal 253 335 261

Shades and tints

Shades of #ABDDB1

#ABDDB1
(171,221,177)
#9CC9A1
(156,201,161)
#8DB591
(141,181,145)
#7EA181
(126,161,129)
#6F8D71
(111,141,113)
#607961
(96,121,97)
#516551
(81,101,81)
#425141
(66,81,65)
#333D31
(51,61,49)
#242921
(36,41,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABDDB1

#ABDDB1
(171,221,177)
#B2E0B8
(178,224,184)
#B9E3BF
(185,227,191)
#C0E6C6
(192,230,198)
#C7E9CD
(199,233,205)
#CEECD4
(206,236,212)
#D5EFDB
(213,239,219)
#DCF2E2
(220,242,226)
#E3F5E9
(227,245,233)
#EAF8F0
(234,248,240)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDDB1; }

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

This text font color is #ABDDB1.

Background Color

.myBgColor { background-color: #ABDDB1; }

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

This div background color is #ABDDB1.

Border color

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

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

This div border color is #ABDDB1.

Opacity

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

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

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

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

This text has shadow with #ABDDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDDB1.

Preview

Color preview on black background

This text has color #ABDDB1 on black background.


Color preview on white background

This text has color #ABDDB1 on white background.


Black color preview on #ABDDB1 background

This text has black color on #ABDDB1 background.


White color preview on #ABDDB1 background

This text has white color on #ABDDB1 background.


Related colors

Complementary color

Complementary color for #hex is #54224E.


I love getcolorcode.com

Triadic colors

1 #B1ABDD and #DDB1AB with #ABDDB1 are triadic colors.

2 #B1DDAB and #DDABB1 with #ABDDB1 are triadic colors.