COLOR #AB9DCF

HEX: #AB9DCF RGB: (171,157,207)

Color info

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

RGB color model

#AB9DCF color RGB value is (171,157,207).

RGB: (171,157,207) (67%, 62%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 207 of 255 = 81%

171
157
207

R + G + B ~ 70%. #AB9DCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 157 + 207 = 535 (100%)
R 171 of 535 ~ 31.96%
G 157 of 535 ~ 29.35%
B 207 of 535 ~ 38.69'%

%31.96
%29.35
%38.69

CMYK color model

#AB9DCF color CMYK value is (17,24,0,19).

  • cyan value is 17.39%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (17,24,0,19) C17M24Y0K19 (17%,24%,0%,19%) (0.17/0.24/0.00/0.19) 

CMYK percentages

%17.39
%24.15
%0
%18.82

Codes

Color #AB9DCF in popluar color models

AB 9D CF
RGB 171 157 207
HSL 257° 34.25% 71.37%
HSB/HSV 257° 24.15% 81.18%
CMYK 17.39% 24.15% 0.00%
18.82%

Color #AB9DCF in popluar number systems.

HEX AB 9D CF
Decimal 171 157 207
Binary 10101011 10011101 11001111
Octal 253 235 317

Shades and tints

Shades of #AB9DCF

#AB9DCF
(171,157,207)
#9C8FBD
(156,143,189)
#8D81AB
(141,129,171)
#7E7399
(126,115,153)
#6F6587
(111,101,135)
#605775
(96,87,117)
#514963
(81,73,99)
#423B51
(66,59,81)
#332D3F
(51,45,63)
#241F2D
(36,31,45)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #AB9DCF

#AB9DCF
(171,157,207)
#B2A5D3
(178,165,211)
#B9ADD7
(185,173,215)
#C0B5DB
(192,181,219)
#C7BDDF
(199,189,223)
#CEC5E3
(206,197,227)
#D5CDE7
(213,205,231)
#DCD5EB
(220,213,235)
#E3DDEF
(227,221,239)
#EAE5F3
(234,229,243)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9DCF; }

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

This text font color is #AB9DCF.

Background Color

.myBgColor { background-color: #AB9DCF; }

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

This div background color is #AB9DCF.

Border color

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

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

This div border color is #AB9DCF.

Opacity

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

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

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

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

This text has shadow with #AB9DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9DCF.

Preview

Color preview on black background

This text has color #AB9DCF on black background.


Color preview on white background

This text has color #AB9DCF on white background.


Black color preview on #AB9DCF background

This text has black color on #AB9DCF background.


White color preview on #AB9DCF background

This text has white color on #AB9DCF background.


Related colors

Complementary color

Complementary color for #hex is #546230.


I love getcolorcode.com

Triadic colors

1 #CFAB9D and #9DCFAB with #AB9DCF are triadic colors.

2 #CF9DAB and #9DABCF with #AB9DCF are triadic colors.