COLOR #A994B8

HEX: #A994B8
RGB: (169,148,184)

Color info

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

RGB color model

#A994B8 color RGB value is (169,148,184).

  • red value is 169;
  • green value is 148;
  • blue value is 184.
RGB: (169,148,184) (66%,58%,72%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 184 of 255 = 72%

169
148
184

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 184 = 501 (100%)
R 169 of 501 ~ 33.73%
G 148 of 501 ~ 29.54%
B 184 of 501 ~ 36.73%

%33.73
%29.54
%36.73

CMYK color model

#A994B8 color CMYK value is (8,20,0,28).

  • cyan value is 8.15%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (8,20,0,28) C8M20Y0K28 (8%,20%,0%,28%) (0.08/0.20/0.00/0.28)

CMYK percentages

%8.15
%19.57
%0
%27.84

Codes

Color #A994B8 in popluar color models

A994B8
RGB169148184
HSL275°20.22%65.10%
HSB/HSV275°19.57%72.16%
CMYK8.15%19.57%0.00%
27.84%

Color #A994B8 in popluar number systems.

HEXA994B8
Decimal169148184
Binary101010011001010010111000
Octal251224270

Shades and tints

Shades of #A994B8

#A994B8
(169,148,184)
#9A87A8
(154,135,168)
#8B7A98
(139,122,152)
#7C6D88
(124,109,136)
#6D6078
(109,96,120)
#5E5368
(94,83,104)
#4F4658
(79,70,88)
#403948
(64,57,72)
#312C38
(49,44,56)
#221F28
(34,31,40)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #A994B8

#A994B8
(169,148,184)
#B09DBE
(176,157,190)
#B7A6C4
(183,166,196)
#BEAFCA
(190,175,202)
#C5B8D0
(197,184,208)
#CCC1D6
(204,193,214)
#D3CADC
(211,202,220)
#DAD3E2
(218,211,226)
#E1DCE8
(225,220,232)
#E8E5EE
(232,229,238)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A994B8 color. Also use rgb(169,148,184) instead hex code.

Text Font Color

.myTextColor { color: #A994B8; }

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

This text font color is #A994B8.


Background Color

.myBgColor { background-color: #A994B8; }

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

This div background color is #A994B8.


Border color

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

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

This div border color is #A994B8.


Opacity

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

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

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

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

This text has shadow with #A994B8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A994B8 on black background.


Color preview on white background

This text has color #A994B8 on white background.



Black color preview on #A994B8 background

This text has black color on #A994B8 background.


White color preview on #A994B8 background

This text has white color on #A994B8 background.