COLOR #AB7BBD

HEX: #AB7BBD RGB: (171,123,189)

Color info

#AB7BBD contains mainly red and blue colors. Web safe color of #AB7BBD is #9966CC (or #96C).

RGB color model

#AB7BBD color RGB value is (171,123,189).

RGB: (171,123,189) (67%, 48%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 189 of 255 = 74%

171
123
189

R + G + B ~ 63%. #AB7BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 123 + 189 = 483 (100%)
R 171 of 483 ~ 35.4%
G 123 of 483 ~ 25.47%
B 189 of 483 ~ 39.13'%

%35.4
%25.47
%39.13

CMYK color model

#AB7BBD color CMYK value is (10,35,0,26).

  • cyan value is 9.52%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (10,35,0,26)
C10M35Y0K26 (10%, 35%, 0%, 26%)
(0.10 / 0.35 / 0.00 / 0.26)

CMYK percentages

%9.52
%34.92
%0
%25.88

Codes

Color #AB7BBD in popluar color models

AB 7B BD
RGB 171 123 189
HSL 284° 33.33% 61.18%
HSB/HSV 284° 34.92% 74.12%
CMYK 9.52% 34.92% 0.00%
25.88%

Color #AB7BBD in popluar number systems.

HEX AB 7B BD
Decimal 171 123 189
Binary 10101011 1111011 10111101
Octal 253 173 275

Shades and tints

Shades of #AB7BBD

#AB7BBD
(171,123,189)
#9C70AC
(156,112,172)
#8D659B
(141,101,155)
#7E5A8A
(126,90,138)
#6F4F79
(111,79,121)
#604468
(96,68,104)
#513957
(81,57,87)
#422E46
(66,46,70)
#332335
(51,35,53)
#241824
(36,24,36)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #AB7BBD

#AB7BBD
(171,123,189)
#B287C3
(178,135,195)
#B993C9
(185,147,201)
#C09FCF
(192,159,207)
#C7ABD5
(199,171,213)
#CEB7DB
(206,183,219)
#D5C3E1
(213,195,225)
#DCCFE7
(220,207,231)
#E3DBED
(227,219,237)
#EAE7F3
(234,231,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7BBD color. Also use rgb(171,123,189) instead hex code.

Text Font Color

.myTextColor { color: #AB7BBD; }

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

This text font color is #AB7BBD.

Background Color

.myBgColor { background-color: #AB7BBD; }

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

This div background color is #AB7BBD.

Border color

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

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

This div border color is #AB7BBD.

Opacity

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

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

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

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

This text has shadow with #AB7BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7BBD.

Preview

Color preview on black background

This text has color #AB7BBD on black background.


Color preview on white background

This text has color #AB7BBD on white background.


Black color preview on #AB7BBD background

This text has black color on #AB7BBD background.


White color preview on #AB7BBD background

This text has white color on #AB7BBD background.


Related colors

Complementary color

Complementary color for #hex is #548442.


I love getcolorcode.com

Triadic colors

1 #BDAB7B and #7BBDAB with #AB7BBD are triadic colors.

2 #BD7BAB and #7BABBD with #AB7BBD are triadic colors.