COLOR #ABCDB9

HEX: #ABCDB9 RGB: (171,205,185)

Color info

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

RGB color model

#ABCDB9 color RGB value is (171,205,185).

RGB: (171,205,185) (67%, 80%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 185 of 255 = 73%

171
205
185

R + G + B ~ 73%. #ABCDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 205 + 185 = 561 (100%)
R 171 of 561 ~ 30.48%
G 205 of 561 ~ 36.54%
B 185 of 561 ~ 32.98'%

%30.48
%36.54
%32.98

CMYK color model

#ABCDB9 color CMYK value is (17,0,10,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 19.61%

CMYK: (17,0,10,20)
C17M0Y10K20 (17%, 0%, 10%, 20%)
(0.17 / 0.00 / 0.10 / 0.20)

CMYK percentages

%16.59
%0
%9.76
%19.61

Codes

Color #ABCDB9 in popluar color models

AB CD B9
RGB 171 205 185
HSL 145° 25.37% 73.73%
HSB/HSV 145° 16.59% 80.39%
CMYK 16.59% 0.00% 9.76%
19.61%

Color #ABCDB9 in popluar number systems.

HEX AB CD B9
Decimal 171 205 185
Binary 10101011 11001101 10111001
Octal 253 315 271

Shades and tints

Shades of #ABCDB9

#ABCDB9
(171,205,185)
#9CBBA9
(156,187,169)
#8DA999
(141,169,153)
#7E9789
(126,151,137)
#6F8579
(111,133,121)
#607369
(96,115,105)
#516159
(81,97,89)
#424F49
(66,79,73)
#333D39
(51,61,57)
#242B29
(36,43,41)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABCDB9

#ABCDB9
(171,205,185)
#B2D1BF
(178,209,191)
#B9D5C5
(185,213,197)
#C0D9CB
(192,217,203)
#C7DDD1
(199,221,209)
#CEE1D7
(206,225,215)
#D5E5DD
(213,229,221)
#DCE9E3
(220,233,227)
#E3EDE9
(227,237,233)
#EAF1EF
(234,241,239)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCDB9 color. Also use rgb(171,205,185) instead hex code.

Text Font Color

.myTextColor { color: #ABCDB9; }

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

This text font color is #ABCDB9.

Background Color

.myBgColor { background-color: #ABCDB9; }

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

This div background color is #ABCDB9.

Border color

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

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

This div border color is #ABCDB9.

Opacity

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

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

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

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

This text has shadow with #ABCDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCDB9.

Preview

Color preview on black background

This text has color #ABCDB9 on black background.


Color preview on white background

This text has color #ABCDB9 on white background.


Black color preview on #ABCDB9 background

This text has black color on #ABCDB9 background.


White color preview on #ABCDB9 background

This text has white color on #ABCDB9 background.


Related colors

Complementary color

Complementary color for #hex is #543246.


I love getcolorcode.com

Triadic colors

1 #B9ABCD and #CDB9AB with #ABCDB9 are triadic colors.

2 #B9CDAB and #CDABB9 with #ABCDB9 are triadic colors.