COLOR #A894B2

HEX: #A894B2
RGB: (168,148,178)

Color info

#A894B2 contains red, green and blue colors in about the same proportion. Web safe color of #A894B2 is #999999 (or #999).

RGB color model

#A894B2 color RGB value is (168,148,178).

  • red value is 168;
  • green value is 148;
  • blue value is 178.
RGB:
(168,148,178)
(66%,58%,70%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 178 of 255 = 70%

168
148
178

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 178 = 494 (100%)
R 168 of 494 ~ 34.01%
G 148 of 494 ~ 29.96%
B 178 of 494 ~ 36.03%

%34.01
%29.96
%36.03

CMYK color model

#A894B2 color CMYK value is (6,17,0,30).

  • cyan value is 5.62%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(6,17,0,30)
C6M17Y0K30 
(6%,17%,0%,30%)
(0.06/0.17/0.00/0.30)	

CMYK percentages

%5.62
%16.85
%0
%30.2

Codes

Color #A894B2 in popluar color models

A894B2
RGB168148178
HSL280°16.30%63.92%
HSB/HSV280°16.85%69.80%
CMYK5.62%16.85%0.00%
30.20%

Color #A894B2 in popluar number systems.

HEXA894B2
Decimal168148178
Binary101010001001010010110010
Octal250224262

Shades and tints

Shades of #A894B2

#A894B2
(168,148,178)
#9987A2
(153,135,162)
#8A7A92
(138,122,146)
#7B6D82
(123,109,130)
#6C6072
(108,96,114)
#5D5362
(93,83,98)
#4E4652
(78,70,82)
#3F3942
(63,57,66)
#302C32
(48,44,50)
#211F22
(33,31,34)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A894B2

#A894B2
(168,148,178)
#AF9DB9
(175,157,185)
#B6A6C0
(182,166,192)
#BDAFC7
(189,175,199)
#C4B8CE
(196,184,206)
#CBC1D5
(203,193,213)
#D2CADC
(210,202,220)
#D9D3E3
(217,211,227)
#E0DCEA
(224,220,234)
#E7E5F1
(231,229,241)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A894B2 color. Also use rgb(168,148,178) instead hex code.

Text Font Color

.myTextColor { color: #A894B2; }

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

This text font color is #A894B2.


Background Color

.myBgColor { background-color: #A894B2; }

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

This div background color is #A894B2.


Border color

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

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

This div border color is #A894B2.


Opacity

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

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

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

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

This text has shadow with #A894B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A894B2 on black background.


Color preview on white background

This text has color #A894B2 on white background.



Black color preview on #A894B2 background

This text has black color on #A894B2 background.


White color preview on #A894B2 background

This text has white color on #A894B2 background.