COLOR #A890B5

HEX: #A890B5 RGB: (168,144,181)

Color info

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

RGB color model

#A890B5 color RGB value is (168,144,181).

RGB: (168,144,181) (66%, 56%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 181 of 255 = 71%

168
144
181

R + G + B ~ 64%. #A890B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 144 + 181 = 493 (100%)
R 168 of 493 ~ 34.08%
G 144 of 493 ~ 29.21%
B 181 of 493 ~ 36.71'%

%34.08
%29.21
%36.71

CMYK color model

#A890B5 color CMYK value is (7,20,0,29).

  • cyan value is 7.18%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,20,0,29)
C7M20Y0K29 (7%, 20%, 0%, 29%)
(0.07 / 0.20 / 0.00 / 0.29)

CMYK percentages

%7.18
%20.44
%0
%29.02

Codes

Color #A890B5 in popluar color models

A8 90 B5
RGB 168 144 181
HSL 279° 20.00% 63.73%
HSB/HSV 279° 20.44% 70.98%
CMYK 7.18% 20.44% 0.00%
29.02%

Color #A890B5 in popluar number systems.

HEX A8 90 B5
Decimal 168 144 181
Binary 10101000 10010000 10110101
Octal 250 220 265

Shades and tints

Shades of #A890B5

#A890B5
(168,144,181)
#9983A5
(153,131,165)
#8A7695
(138,118,149)
#7B6985
(123,105,133)
#6C5C75
(108,92,117)
#5D4F65
(93,79,101)
#4E4255
(78,66,85)
#3F3545
(63,53,69)
#302835
(48,40,53)
#211B25
(33,27,37)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #A890B5

#A890B5
(168,144,181)
#AF9ABB
(175,154,187)
#B6A4C1
(182,164,193)
#BDAEC7
(189,174,199)
#C4B8CD
(196,184,205)
#CBC2D3
(203,194,211)
#D2CCD9
(210,204,217)
#D9D6DF
(217,214,223)
#E0E0E5
(224,224,229)
#E7EAEB
(231,234,235)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A890B5; }

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

This text font color is #A890B5.

Background Color

.myBgColor { background-color: #A890B5; }

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

This div background color is #A890B5.

Border color

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

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

This div border color is #A890B5.

Opacity

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

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

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

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

This text has shadow with #A890B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A890B5.

Preview

Color preview on black background

This text has color #A890B5 on black background.


Color preview on white background

This text has color #A890B5 on white background.


Black color preview on #A890B5 background

This text has black color on #A890B5 background.


White color preview on #A890B5 background

This text has white color on #A890B5 background.


Related colors

Complementary color

Complementary color for #hex is #576F4A.


I love getcolorcode.com

Triadic colors

1 #B5A890 and #90B5A8 with #A890B5 are triadic colors.

2 #B590A8 and #90A8B5 with #A890B5 are triadic colors.