COLOR #AB9ED7

HEX: #AB9ED7
RGB: (171,158,215)

Color info

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

RGB color model

#AB9ED7 color RGB value is (171,158,215).

  • red value is 171;
  • green value is 158;
  • blue value is 215.
RGB:
(171,158,215)
(67%,62%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 215 of 255 = 84%

171
158
215

R + G + B ~ 71%. #AB9ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 215 = 544 (100%)
R 171 of 544 ~ 31.43%
G 158 of 544 ~ 29.04%
B 215 of 544 ~ 39.52%

%31.43
%29.04
%39.52

CMYK color model

#AB9ED7 color CMYK value is (20,27,0,16).

  • cyan value is 20.47%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,27,0,16)
C20M27Y0K16 
(20%,27%,0%,16%)
(0.20/0.27/0.00/0.16)	

CMYK percentages

%20.47
%26.51
%0
%15.69

Codes

Color #AB9ED7 in popluar color models

AB9ED7
RGB171158215
HSL254°41.61%73.14%
HSB/HSV254°26.51%84.31%
CMYK20.47%26.51%0.00%
15.69%

Color #AB9ED7 in popluar number systems.

HEXAB9ED7
Decimal171158215
Binary101010111001111011010111
Octal253236327

Shades and tints

Shades of #AB9ED7

#AB9ED7
(171,158,215)
#9C90C4
(156,144,196)
#8D82B1
(141,130,177)
#7E749E
(126,116,158)
#6F668B
(111,102,139)
#605878
(96,88,120)
#514A65
(81,74,101)
#423C52
(66,60,82)
#332E3F
(51,46,63)
#24202C
(36,32,44)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #AB9ED7

#AB9ED7
(171,158,215)
#B2A6DA
(178,166,218)
#B9AEDD
(185,174,221)
#C0B6E0
(192,182,224)
#C7BEE3
(199,190,227)
#CEC6E6
(206,198,230)
#D5CEE9
(213,206,233)
#DCD6EC
(220,214,236)
#E3DEEF
(227,222,239)
#EAE6F2
(234,230,242)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9ED7 color. Also use rgb(171,158,215) instead hex code.

Text Font Color

.myTextColor { color: #AB9ED7; }

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

This text font color is #AB9ED7.


Background Color

.myBgColor { background-color: #AB9ED7; }

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

This div background color is #AB9ED7.


Border color

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

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

This div border color is #AB9ED7.


Opacity

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

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

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

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

This text has shadow with #AB9ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9ED7 on black background.


Color preview on white background

This text has color #AB9ED7 on white background.



Black color preview on #AB9ED7 background

This text has black color on #AB9ED7 background.


White color preview on #AB9ED7 background

This text has white color on #AB9ED7 background.