COLOR #ABDDBC

HEX: #ABDDBC RGB: (171,221,188)

Color info

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

RGB color model

#ABDDBC color RGB value is (171,221,188).

RGB: (171,221,188) (67%, 87%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 188 of 255 = 74%

171
221
188

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

Portions of RGB colors in percentages

R + G + B = 171 + 221 + 188 = 580 (100%)
R 171 of 580 ~ 29.48%
G 221 of 580 ~ 38.1%
B 188 of 580 ~ 32.41'%

%29.48
%38.1
%32.41

CMYK color model

#ABDDBC color CMYK value is (23,0,15,13).

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

CMYK: (23,0,15,13)
C23M0Y15K13 (23%, 0%, 15%, 13%)
(0.23 / 0.00 / 0.15 / 0.13)

CMYK percentages

%22.62
%0
%14.93
%13.33

Codes

Color #ABDDBC in popluar color models

AB DD BC
RGB 171 221 188
HSL 140° 42.37% 76.86%
HSB/HSV 140° 22.62% 86.67%
CMYK 22.62% 0.00% 14.93%
13.33%

Color #ABDDBC in popluar number systems.

HEX AB DD BC
Decimal 171 221 188
Binary 10101011 11011101 10111100
Octal 253 335 274

Shades and tints

Shades of #ABDDBC

#ABDDBC
(171,221,188)
#9CC9AB
(156,201,171)
#8DB59A
(141,181,154)
#7EA189
(126,161,137)
#6F8D78
(111,141,120)
#607967
(96,121,103)
#516556
(81,101,86)
#425145
(66,81,69)
#333D34
(51,61,52)
#242923
(36,41,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABDDBC

#ABDDBC
(171,221,188)
#B2E0C2
(178,224,194)
#B9E3C8
(185,227,200)
#C0E6CE
(192,230,206)
#C7E9D4
(199,233,212)
#CEECDA
(206,236,218)
#D5EFE0
(213,239,224)
#DCF2E6
(220,242,230)
#E3F5EC
(227,245,236)
#EAF8F2
(234,248,242)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDDBC; }

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

This text font color is #ABDDBC.

Background Color

.myBgColor { background-color: #ABDDBC; }

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

This div background color is #ABDDBC.

Border color

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

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

This div border color is #ABDDBC.

Opacity

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

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

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

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

This text has shadow with #ABDDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDDBC.

Preview

Color preview on black background

This text has color #ABDDBC on black background.


Color preview on white background

This text has color #ABDDBC on white background.


Black color preview on #ABDDBC background

This text has black color on #ABDDBC background.


White color preview on #ABDDBC background

This text has white color on #ABDDBC background.


Related colors

Complementary color

Complementary color for #hex is #542243.


I love getcolorcode.com

Triadic colors

1 #BCABDD and #DDBCAB with #ABDDBC are triadic colors.

2 #BCDDAB and #DDABBC with #ABDDBC are triadic colors.