COLOR #ABAFCD

HEX: #ABAFCD
RGB: (171,175,205)

Color info

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

RGB color model

#ABAFCD color RGB value is (171,175,205).

  • red value is 171;
  • green value is 175;
  • blue value is 205.
RGB:
(171,175,205)
(67%,69%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 205 of 255 = 80%

171
175
205

R + G + B ~ 72%. #ABAFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 205 = 551 (100%)
R 171 of 551 ~ 31.03%
G 175 of 551 ~ 31.76%
B 205 of 551 ~ 37.21%

%31.03
%31.76
%37.21

CMYK color model

#ABAFCD color CMYK value is (17,15,0,20).

  • cyan value is 16.59%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,15,0,20)
C17M15Y0K20 
(17%,15%,0%,20%)
(0.17/0.15/0.00/0.20)	

CMYK percentages

%16.59
%14.63
%0
%19.61

Codes

Color #ABAFCD in popluar color models

ABAFCD
RGB171175205
HSL233°25.37%73.73%
HSB/HSV233°16.59%80.39%
CMYK16.59%14.63%0.00%
19.61%

Color #ABAFCD in popluar number systems.

HEXABAFCD
Decimal171175205
Binary101010111010111111001101
Octal253257315

Shades and tints

Shades of #ABAFCD

#ABAFCD
(171,175,205)
#9CA0BB
(156,160,187)
#8D91A9
(141,145,169)
#7E8297
(126,130,151)
#6F7385
(111,115,133)
#606473
(96,100,115)
#515561
(81,85,97)
#42464F
(66,70,79)
#33373D
(51,55,61)
#24282B
(36,40,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABAFCD

#ABAFCD
(171,175,205)
#B2B6D1
(178,182,209)
#B9BDD5
(185,189,213)
#C0C4D9
(192,196,217)
#C7CBDD
(199,203,221)
#CED2E1
(206,210,225)
#D5D9E5
(213,217,229)
#DCE0E9
(220,224,233)
#E3E7ED
(227,231,237)
#EAEEF1
(234,238,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFCD; }

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

This text font color is #ABAFCD.


Background Color

.myBgColor { background-color: #ABAFCD; }

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

This div background color is #ABAFCD.


Border color

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

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

This div border color is #ABAFCD.


Opacity

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

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

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

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

This text has shadow with #ABAFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFCD on black background.


Color preview on white background

This text has color #ABAFCD on white background.



Black color preview on #ABAFCD background

This text has black color on #ABAFCD background.


White color preview on #ABAFCD background

This text has white color on #ABAFCD background.