COLOR #A788A3

HEX: #A788A3
RGB: (167,136,163)

Color info

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

RGB color model

#A788A3 color RGB value is (167,136,163).

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

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 163 of 255 = 64%

167
136
163

R + G + B ~ 61%. #A788A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 163 = 466 (100%)
R 167 of 466 ~ 35.84%
G 136 of 466 ~ 29.18%
B 163 of 466 ~ 34.98%

%35.84
%29.18
%34.98

CMYK color model

#A788A3 color CMYK value is (0,19,2,35).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 2.40%
  • key color value is 34.51%
CMYK:
(0,19,2,35)
C0M19Y2K35 
(0%,19%,2%,35%)
(0.00/0.19/0.02/0.35)	

CMYK percentages

%0
%18.56
%2.4
%34.51

Codes

Color #A788A3 in popluar color models

A788A3
RGB167136163
HSL308°14.98%59.41%
HSB/HSV308°18.56%65.49%
CMYK0.00%18.56%2.40%
34.51%

Color #A788A3 in popluar number systems.

HEXA788A3
Decimal167136163
Binary101001111000100010100011
Octal247210243

Shades and tints

Shades of #A788A3

#A788A3
(167,136,163)
#987C95
(152,124,149)
#897087
(137,112,135)
#7A6479
(122,100,121)
#6B586B
(107,88,107)
#5C4C5D
(92,76,93)
#4D404F
(77,64,79)
#3E3441
(62,52,65)
#2F2833
(47,40,51)
#201C25
(32,28,37)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A788A3

#A788A3
(167,136,163)
#AF92AB
(175,146,171)
#B79CB3
(183,156,179)
#BFA6BB
(191,166,187)
#C7B0C3
(199,176,195)
#CFBACB
(207,186,203)
#D7C4D3
(215,196,211)
#DFCEDB
(223,206,219)
#E7D8E3
(231,216,227)
#EFE2EB
(239,226,235)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A788A3; }

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

This text font color is #A788A3.


Background Color

.myBgColor { background-color: #A788A3; }

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

This div background color is #A788A3.


Border color

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

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

This div border color is #A788A3.


Opacity

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

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

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

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

This text has shadow with #A788A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A788A3 on black background.


Color preview on white background

This text has color #A788A3 on white background.



Black color preview on #A788A3 background

This text has black color on #A788A3 background.


White color preview on #A788A3 background

This text has white color on #A788A3 background.