COLOR #ABCABD

HEX: #ABCABD RGB: (171,202,189)

Color info

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

RGB color model

#ABCABD color RGB value is (171,202,189).

RGB: (171,202,189) (67%, 79%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 189 of 255 = 74%

171
202
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 202 + 189 = 562 (100%)
R 171 of 562 ~ 30.43%
G 202 of 562 ~ 35.94%
B 189 of 562 ~ 33.63'%

%30.43
%35.94
%33.63

CMYK color model

#ABCABD color CMYK value is (15,0,6,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK: (15,0,6,21) C15M0Y6K21 (15%,0%,6%,21%) (0.15/0.00/0.06/0.21) 

CMYK percentages

%15.35
%0
%6.44
%20.78

Codes

Color #ABCABD in popluar color models

AB CA BD
RGB 171 202 189
HSL 155° 22.63% 73.14%
HSB/HSV 155° 15.35% 79.22%
CMYK 15.35% 0.00% 6.44%
20.78%

Color #ABCABD in popluar number systems.

HEX AB CA BD
Decimal 171 202 189
Binary 10101011 11001010 10111101
Octal 253 312 275

Shades and tints

Shades of #ABCABD

#ABCABD
(171,202,189)
#9CB8AC
(156,184,172)
#8DA69B
(141,166,155)
#7E948A
(126,148,138)
#6F8279
(111,130,121)
#607068
(96,112,104)
#515E57
(81,94,87)
#424C46
(66,76,70)
#333A35
(51,58,53)
#242824
(36,40,36)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABCABD

#ABCABD
(171,202,189)
#B2CEC3
(178,206,195)
#B9D2C9
(185,210,201)
#C0D6CF
(192,214,207)
#C7DAD5
(199,218,213)
#CEDEDB
(206,222,219)
#D5E2E1
(213,226,225)
#DCE6E7
(220,230,231)
#E3EAED
(227,234,237)
#EAEEF3
(234,238,243)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCABD color. Also use rgb(171,202,189) instead hex code.

Text Font Color

.myTextColor { color: #ABCABD; }

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

This text font color is #ABCABD.

Background Color

.myBgColor { background-color: #ABCABD; }

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

This div background color is #ABCABD.

Border color

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

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

This div border color is #ABCABD.

Opacity

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

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

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

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

This text has shadow with #ABCABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCABD.

Preview

Color preview on black background

This text has color #ABCABD on black background.


Color preview on white background

This text has color #ABCABD on white background.


Black color preview on #ABCABD background

This text has black color on #ABCABD background.


White color preview on #ABCABD background

This text has white color on #ABCABD background.


Related colors

Complementary color

Complementary color for #hex is #543542.


I love getcolorcode.com

Triadic colors

1 #BDABCA and #CABDAB with #ABCABD are triadic colors.

2 #BDCAAB and #CAABBD with #ABCABD are triadic colors.