COLOR #A892BB

HEX: #A892BB
RGB: (168,146,187)

Color info

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

RGB color model

#A892BB color RGB value is (168,146,187).

  • red value is 168;
  • green value is 146;
  • blue value is 187.
RGB:
(168,146,187)
(66%,57%,73%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 187 of 255 = 73%

168
146
187

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

Portions of RGB colors in percentages

R + G + B =
168 + 146 + 187 = 501 (100%)
R 168 of 501 ~ 33.53%
G 146 of 501 ~ 29.14%
B 187 of 501 ~ 37.33%

%33.53
%29.14
%37.33

CMYK color model

#A892BB color CMYK value is (10,22,0,27).

  • cyan value is 10.16%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,22,0,27)
C10M22Y0K27 
(10%,22%,0%,27%)
(0.10/0.22/0.00/0.27)	

CMYK percentages

%10.16
%21.93
%0
%26.67

Codes

Color #A892BB in popluar color models

A892BB
RGB168146187
HSL272°23.16%65.29%
HSB/HSV272°21.93%73.33%
CMYK10.16%21.93%0.00%
26.67%

Color #A892BB in popluar number systems.

HEXA892BB
Decimal168146187
Binary101010001001001010111011
Octal250222273

Shades and tints

Shades of #A892BB

#A892BB
(168,146,187)
#9985AA
(153,133,170)
#8A7899
(138,120,153)
#7B6B88
(123,107,136)
#6C5E77
(108,94,119)
#5D5166
(93,81,102)
#4E4455
(78,68,85)
#3F3744
(63,55,68)
#302A33
(48,42,51)
#211D22
(33,29,34)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A892BB

#A892BB
(168,146,187)
#AF9BC1
(175,155,193)
#B6A4C7
(182,164,199)
#BDADCD
(189,173,205)
#C4B6D3
(196,182,211)
#CBBFD9
(203,191,217)
#D2C8DF
(210,200,223)
#D9D1E5
(217,209,229)
#E0DAEB
(224,218,235)
#E7E3F1
(231,227,241)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A892BB; }

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

This text font color is #A892BB.


Background Color

.myBgColor { background-color: #A892BB; }

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

This div background color is #A892BB.


Border color

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

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

This div border color is #A892BB.


Opacity

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

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

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

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

This text has shadow with #A892BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A892BB on black background.


Color preview on white background

This text has color #A892BB on white background.



Black color preview on #A892BB background

This text has black color on #A892BB background.


White color preview on #A892BB background

This text has white color on #A892BB background.