COLOR #ABB4CD

HEX: #ABB4CD RGB: (171,180,205)

Color info

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

RGB color model

#ABB4CD color RGB value is (171,180,205).

RGB: (171,180,205) (67%, 71%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 205 of 255 = 80%

171
180
205

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

Portions of RGB colors in percentages

R + G + B = 171 + 180 + 205 = 556 (100%)
R 171 of 556 ~ 30.76%
G 180 of 556 ~ 32.37%
B 205 of 556 ~ 36.87'%

%30.76
%32.37
%36.87

CMYK color model

#ABB4CD color CMYK value is (17,12,0,20).

  • cyan value is 16.59%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (17,12,0,20) C17M12Y0K20 (17%,12%,0%,20%) (0.17/0.12/0.00/0.20) 

CMYK percentages

%16.59
%12.2
%0
%19.61

Codes

Color #ABB4CD in popluar color models

AB B4 CD
RGB 171 180 205
HSL 224° 25.37% 73.73%
HSB/HSV 224° 16.59% 80.39%
CMYK 16.59% 12.20% 0.00%
19.61%

Color #ABB4CD in popluar number systems.

HEX AB B4 CD
Decimal 171 180 205
Binary 10101011 10110100 11001101
Octal 253 264 315

Shades and tints

Shades of #ABB4CD

#ABB4CD
(171,180,205)
#9CA4BB
(156,164,187)
#8D94A9
(141,148,169)
#7E8497
(126,132,151)
#6F7485
(111,116,133)
#606473
(96,100,115)
#515461
(81,84,97)
#42444F
(66,68,79)
#33343D
(51,52,61)
#24242B
(36,36,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABB4CD

#ABB4CD
(171,180,205)
#B2BAD1
(178,186,209)
#B9C0D5
(185,192,213)
#C0C6D9
(192,198,217)
#C7CCDD
(199,204,221)
#CED2E1
(206,210,225)
#D5D8E5
(213,216,229)
#DCDEE9
(220,222,233)
#E3E4ED
(227,228,237)
#EAEAF1
(234,234,241)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4CD; }

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

This text font color is #ABB4CD.

Background Color

.myBgColor { background-color: #ABB4CD; }

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

This div background color is #ABB4CD.

Border color

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

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

This div border color is #ABB4CD.

Opacity

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

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

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

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

This text has shadow with #ABB4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB4CD.

Preview

Color preview on black background

This text has color #ABB4CD on black background.


Color preview on white background

This text has color #ABB4CD on white background.


Black color preview on #ABB4CD background

This text has black color on #ABB4CD background.


White color preview on #ABB4CD background

This text has white color on #ABB4CD background.


Related colors

Complementary color

Complementary color for #hex is #544B32.


I love getcolorcode.com

Triadic colors

1 #CDABB4 and #B4CDAB with #ABB4CD are triadic colors.

2 #CDB4AB and #B4ABCD with #ABB4CD are triadic colors.