COLOR #A788B2

HEX: #A788B2
RGB: (167,136,178)

Color info

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

RGB color model

#A788B2 color RGB value is (167,136,178).

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

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 178 of 255 = 70%

167
136
178

R + G + B ~ 63%. #A788B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 178 = 481 (100%)
R 167 of 481 ~ 34.72%
G 136 of 481 ~ 28.27%
B 178 of 481 ~ 37.01%

%34.72
%28.27
%37.01

CMYK color model

#A788B2 color CMYK value is (6,24,0,30).

  • cyan value is 6.18%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(6,24,0,30)
C6M24Y0K30 
(6%,24%,0%,30%)
(0.06/0.24/0.00/0.30)	

CMYK percentages

%6.18
%23.6
%0
%30.2

Codes

Color #A788B2 in popluar color models

A788B2
RGB167136178
HSL284°21.43%61.57%
HSB/HSV284°23.60%69.80%
CMYK6.18%23.60%0.00%
30.20%

Color #A788B2 in popluar number systems.

HEXA788B2
Decimal167136178
Binary101001111000100010110010
Octal247210262

Shades and tints

Shades of #A788B2

#A788B2
(167,136,178)
#987CA2
(152,124,162)
#897092
(137,112,146)
#7A6482
(122,100,130)
#6B5872
(107,88,114)
#5C4C62
(92,76,98)
#4D4052
(77,64,82)
#3E3442
(62,52,66)
#2F2832
(47,40,50)
#201C22
(32,28,34)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A788B2

#A788B2
(167,136,178)
#AF92B9
(175,146,185)
#B79CC0
(183,156,192)
#BFA6C7
(191,166,199)
#C7B0CE
(199,176,206)
#CFBAD5
(207,186,213)
#D7C4DC
(215,196,220)
#DFCEE3
(223,206,227)
#E7D8EA
(231,216,234)
#EFE2F1
(239,226,241)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A788B2; }

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

This text font color is #A788B2.


Background Color

.myBgColor { background-color: #A788B2; }

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

This div background color is #A788B2.


Border color

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

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

This div border color is #A788B2.


Opacity

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

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

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

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

This text has shadow with #A788B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A788B2 on black background.


Color preview on white background

This text has color #A788B2 on white background.



Black color preview on #A788B2 background

This text has black color on #A788B2 background.


White color preview on #A788B2 background

This text has white color on #A788B2 background.