COLOR #A788AE

HEX: #A788AE
RGB: (167,136,174)

Color info

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

RGB color model

#A788AE color RGB value is (167,136,174).

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

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 174 of 255 = 68%

167
136
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 174 = 477 (100%)
R 167 of 477 ~ 35.01%
G 136 of 477 ~ 28.51%
B 174 of 477 ~ 36.48%

%35.01
%28.51
%36.48

CMYK color model

#A788AE color CMYK value is (4,22,0,32).

  • cyan value is 4.02%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(4,22,0,32)
C4M22Y0K32 
(4%,22%,0%,32%)
(0.04/0.22/0.00/0.32)	

CMYK percentages

%4.02
%21.84
%0
%31.76

Codes

Color #A788AE in popluar color models

A788AE
RGB167136174
HSL289°19.00%60.78%
HSB/HSV289°21.84%68.24%
CMYK4.02%21.84%0.00%
31.76%

Color #A788AE in popluar number systems.

HEXA788AE
Decimal167136174
Binary101001111000100010101110
Octal247210256

Shades and tints

Shades of #A788AE

#A788AE
(167,136,174)
#987C9F
(152,124,159)
#897090
(137,112,144)
#7A6481
(122,100,129)
#6B5872
(107,88,114)
#5C4C63
(92,76,99)
#4D4054
(77,64,84)
#3E3445
(62,52,69)
#2F2836
(47,40,54)
#201C27
(32,28,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #A788AE

#A788AE
(167,136,174)
#AF92B5
(175,146,181)
#B79CBC
(183,156,188)
#BFA6C3
(191,166,195)
#C7B0CA
(199,176,202)
#CFBAD1
(207,186,209)
#D7C4D8
(215,196,216)
#DFCEDF
(223,206,223)
#E7D8E6
(231,216,230)
#EFE2ED
(239,226,237)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A788AE; }

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

This text font color is #A788AE.


Background Color

.myBgColor { background-color: #A788AE; }

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

This div background color is #A788AE.


Border color

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

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

This div border color is #A788AE.


Opacity

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

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

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

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

This text has shadow with #A788AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A788AE on black background.


Color preview on white background

This text has color #A788AE on white background.



Black color preview on #A788AE background

This text has black color on #A788AE background.


White color preview on #A788AE background

This text has white color on #A788AE background.