COLOR #A790B6

HEX: #A790B6
RGB: (167,144,182)

Color info

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

RGB color model

#A790B6 color RGB value is (167,144,182).

  • red value is 167;
  • green value is 144;
  • blue value is 182.
RGB:
(167,144,182)
(65%,56%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 182 of 255 = 71%

167
144
182

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

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 182 = 493 (100%)
R 167 of 493 ~ 33.87%
G 144 of 493 ~ 29.21%
B 182 of 493 ~ 36.92%

%33.87
%29.21
%36.92

CMYK color model

#A790B6 color CMYK value is (8,21,0,29).

  • cyan value is 8.24%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,21,0,29)
C8M21Y0K29 
(8%,21%,0%,29%)
(0.08/0.21/0.00/0.29)	

CMYK percentages

%8.24
%20.88
%0
%28.63

Codes

Color #A790B6 in popluar color models

A790B6
RGB167144182
HSL276°20.65%63.92%
HSB/HSV276°20.88%71.37%
CMYK8.24%20.88%0.00%
28.63%

Color #A790B6 in popluar number systems.

HEXA790B6
Decimal167144182
Binary101001111001000010110110
Octal247220266

Shades and tints

Shades of #A790B6

#A790B6
(167,144,182)
#9883A6
(152,131,166)
#897696
(137,118,150)
#7A6986
(122,105,134)
#6B5C76
(107,92,118)
#5C4F66
(92,79,102)
#4D4256
(77,66,86)
#3E3546
(62,53,70)
#2F2836
(47,40,54)
#201B26
(32,27,38)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #A790B6

#A790B6
(167,144,182)
#AF9ABC
(175,154,188)
#B7A4C2
(183,164,194)
#BFAEC8
(191,174,200)
#C7B8CE
(199,184,206)
#CFC2D4
(207,194,212)
#D7CCDA
(215,204,218)
#DFD6E0
(223,214,224)
#E7E0E6
(231,224,230)
#EFEAEC
(239,234,236)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A790B6 color. Also use rgb(167,144,182) instead hex code.

Text Font Color

.myTextColor { color: #A790B6; }

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

This text font color is #A790B6.


Background Color

.myBgColor { background-color: #A790B6; }

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

This div background color is #A790B6.


Border color

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

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

This div border color is #A790B6.


Opacity

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

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

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

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

This text has shadow with #A790B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A790B6 on black background.


Color preview on white background

This text has color #A790B6 on white background.



Black color preview on #A790B6 background

This text has black color on #A790B6 background.


White color preview on #A790B6 background

This text has white color on #A790B6 background.