COLOR #A890BB

HEX: #A890BB RGB: (168,144,187)

Color info

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

RGB color model

#A890BB color RGB value is (168,144,187).

RGB: (168,144,187) (66%, 56%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 187 of 255 = 73%

168
144
187

R + G + B ~ 65%. #A890BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 144 + 187 = 499 (100%)
R 168 of 499 ~ 33.67%
G 144 of 499 ~ 28.86%
B 187 of 499 ~ 37.47'%

%33.67
%28.86
%37.47

CMYK color model

#A890BB color CMYK value is (10,23,0,27).

  • cyan value is 10.16%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,23,0,27)
C10M23Y0K27 (10%, 23%, 0%, 27%)
(0.10 / 0.23 / 0.00 / 0.27)

CMYK percentages

%10.16
%22.99
%0
%26.67

Codes

Color #A890BB in popluar color models

A8 90 BB
RGB 168 144 187
HSL 273° 24.02% 64.90%
HSB/HSV 273° 22.99% 73.33%
CMYK 10.16% 22.99% 0.00%
26.67%

Color #A890BB in popluar number systems.

HEX A8 90 BB
Decimal 168 144 187
Binary 10101000 10010000 10111011
Octal 250 220 273

Shades and tints

Shades of #A890BB

#A890BB
(168,144,187)
#9983AA
(153,131,170)
#8A7699
(138,118,153)
#7B6988
(123,105,136)
#6C5C77
(108,92,119)
#5D4F66
(93,79,102)
#4E4255
(78,66,85)
#3F3544
(63,53,68)
#302833
(48,40,51)
#211B22
(33,27,34)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A890BB

#A890BB
(168,144,187)
#AF9AC1
(175,154,193)
#B6A4C7
(182,164,199)
#BDAECD
(189,174,205)
#C4B8D3
(196,184,211)
#CBC2D9
(203,194,217)
#D2CCDF
(210,204,223)
#D9D6E5
(217,214,229)
#E0E0EB
(224,224,235)
#E7EAF1
(231,234,241)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A890BB color. Also use rgb(168,144,187) instead hex code.

Text Font Color

.myTextColor { color: #A890BB; }

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

This text font color is #A890BB.

Background Color

.myBgColor { background-color: #A890BB; }

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

This div background color is #A890BB.

Border color

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

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

This div border color is #A890BB.

Opacity

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

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

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

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

This text has shadow with #A890BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A890BB.

Preview

Color preview on black background

This text has color #A890BB on black background.


Color preview on white background

This text has color #A890BB on white background.


Black color preview on #A890BB background

This text has black color on #A890BB background.


White color preview on #A890BB background

This text has white color on #A890BB background.


Related colors

Complementary color

Complementary color for #hex is #576F44.


I love getcolorcode.com

Triadic colors

1 #BBA890 and #90BBA8 with #A890BB are triadic colors.

2 #BB90A8 and #90A8BB with #A890BB are triadic colors.