COLOR #A788AB

HEX: #A788AB
RGB: (167,136,171)

Color info

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

RGB color model

#A788AB color RGB value is (167,136,171).

  • red value is 167;
  • green value is 136;
  • blue value is 171.
RGB:
(167,136,171)
(65%,53%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 171 of 255 = 67%

167
136
171

R + G + B ~ 62%. #A788AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 171 = 474 (100%)
R 167 of 474 ~ 35.23%
G 136 of 474 ~ 28.69%
B 171 of 474 ~ 36.08%

%35.23
%28.69
%36.08

CMYK color model

#A788AB color CMYK value is (2,20,0,33).

  • cyan value is 2.34%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,20,0,33)
C2M20Y0K33 
(2%,20%,0%,33%)
(0.02/0.20/0.00/0.33)	

CMYK percentages

%2.34
%20.47
%0
%32.94

Codes

Color #A788AB in popluar color models

A788AB
RGB167136171
HSL293°17.24%60.20%
HSB/HSV293°20.47%67.06%
CMYK2.34%20.47%0.00%
32.94%

Color #A788AB in popluar number systems.

HEXA788AB
Decimal167136171
Binary101001111000100010101011
Octal247210253

Shades and tints

Shades of #A788AB

#A788AB
(167,136,171)
#987C9C
(152,124,156)
#89708D
(137,112,141)
#7A647E
(122,100,126)
#6B586F
(107,88,111)
#5C4C60
(92,76,96)
#4D4051
(77,64,81)
#3E3442
(62,52,66)
#2F2833
(47,40,51)
#201C24
(32,28,36)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #A788AB

#A788AB
(167,136,171)
#AF92B2
(175,146,178)
#B79CB9
(183,156,185)
#BFA6C0
(191,166,192)
#C7B0C7
(199,176,199)
#CFBACE
(207,186,206)
#D7C4D5
(215,196,213)
#DFCEDC
(223,206,220)
#E7D8E3
(231,216,227)
#EFE2EA
(239,226,234)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A788AB color. Also use rgb(167,136,171) instead hex code.

Text Font Color

.myTextColor { color: #A788AB; }

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

This text font color is #A788AB.


Background Color

.myBgColor { background-color: #A788AB; }

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

This div background color is #A788AB.


Border color

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

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

This div border color is #A788AB.


Opacity

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

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

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

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

This text has shadow with #A788AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A788AB on black background.


Color preview on white background

This text has color #A788AB on white background.



Black color preview on #A788AB background

This text has black color on #A788AB background.


White color preview on #A788AB background

This text has white color on #A788AB background.