COLOR #ABB4CF

HEX: #ABB4CF
RGB: (171,180,207)

Color info

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

RGB color model

#ABB4CF color RGB value is (171,180,207).

  • red value is 171;
  • green value is 180;
  • blue value is 207.
RGB:
(171,180,207)
(67%,71%,81%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 207 of 255 = 81%

171
180
207

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 207 = 558 (100%)
R 171 of 558 ~ 30.65%
G 180 of 558 ~ 32.26%
B 207 of 558 ~ 37.1%

%30.65
%32.26
%37.1

CMYK color model

#ABB4CF color CMYK value is (17,13,0,19).

  • cyan value is 17.39%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,13,0,19)
C17M13Y0K19 
(17%,13%,0%,19%)
(0.17/0.13/0.00/0.19)	

CMYK percentages

%17.39
%13.04
%0
%18.82

Codes

Color #ABB4CF in popluar color models

ABB4CF
RGB171180207
HSL225°27.27%74.12%
HSB/HSV225°17.39%81.18%
CMYK17.39%13.04%0.00%
18.82%

Color #ABB4CF in popluar number systems.

HEXABB4CF
Decimal171180207
Binary101010111011010011001111
Octal253264317

Shades and tints

Shades of #ABB4CF

#ABB4CF
(171,180,207)
#9CA4BD
(156,164,189)
#8D94AB
(141,148,171)
#7E8499
(126,132,153)
#6F7487
(111,116,135)
#606475
(96,100,117)
#515463
(81,84,99)
#424451
(66,68,81)
#33343F
(51,52,63)
#24242D
(36,36,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #ABB4CF

#ABB4CF
(171,180,207)
#B2BAD3
(178,186,211)
#B9C0D7
(185,192,215)
#C0C6DB
(192,198,219)
#C7CCDF
(199,204,223)
#CED2E3
(206,210,227)
#D5D8E7
(213,216,231)
#DCDEEB
(220,222,235)
#E3E4EF
(227,228,239)
#EAEAF3
(234,234,243)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4CF; }

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

This text font color is #ABB4CF.


Background Color

.myBgColor { background-color: #ABB4CF; }

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

This div background color is #ABB4CF.


Border color

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

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

This div border color is #ABB4CF.


Opacity

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

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

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

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

This text has shadow with #ABB4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4CF on black background.


Color preview on white background

This text has color #ABB4CF on white background.



Black color preview on #ABB4CF background

This text has black color on #ABB4CF background.


White color preview on #ABB4CF background

This text has white color on #ABB4CF background.