COLOR #A890BC

HEX: #A890BC
RGB: (168,144,188)

Color info

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

RGB color model

#A890BC color RGB value is (168,144,188).

  • red value is 168;
  • green value is 144;
  • blue value is 188.
RGB:
(168,144,188)
(66%,56%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 188 of 255 = 74%

168
144
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 144 + 188 = 500 (100%)
R 168 of 500 ~ 33.6%
G 144 of 500 ~ 28.8%
B 188 of 500 ~ 37.6%

%33.6
%28.8
%37.6

CMYK color model

#A890BC color CMYK value is (11,23,0,26).

  • cyan value is 10.64%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,23,0,26)
C11M23Y0K26 
(11%,23%,0%,26%)
(0.11/0.23/0.00/0.26)	

CMYK percentages

%10.64
%23.4
%0
%26.27

Codes

Color #A890BC in popluar color models

A890BC
RGB168144188
HSL273°24.72%65.10%
HSB/HSV273°23.40%73.73%
CMYK10.64%23.40%0.00%
26.27%

Color #A890BC in popluar number systems.

HEXA890BC
Decimal168144188
Binary101010001001000010111100
Octal250220274

Shades and tints

Shades of #A890BC

#A890BC
(168,144,188)
#9983AB
(153,131,171)
#8A769A
(138,118,154)
#7B6989
(123,105,137)
#6C5C78
(108,92,120)
#5D4F67
(93,79,103)
#4E4256
(78,66,86)
#3F3545
(63,53,69)
#302834
(48,40,52)
#211B23
(33,27,35)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #A890BC

#A890BC
(168,144,188)
#AF9AC2
(175,154,194)
#B6A4C8
(182,164,200)
#BDAECE
(189,174,206)
#C4B8D4
(196,184,212)
#CBC2DA
(203,194,218)
#D2CCE0
(210,204,224)
#D9D6E6
(217,214,230)
#E0E0EC
(224,224,236)
#E7EAF2
(231,234,242)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A890BC; }

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

This text font color is #A890BC.


Background Color

.myBgColor { background-color: #A890BC; }

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

This div background color is #A890BC.


Border color

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

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

This div border color is #A890BC.


Opacity

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

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

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

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

This text has shadow with #A890BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A890BC on black background.


Color preview on white background

This text has color #A890BC on white background.



Black color preview on #A890BC background

This text has black color on #A890BC background.


White color preview on #A890BC background

This text has white color on #A890BC background.