COLOR #A799B2

HEX: #A799B2
RGB: (167,153,178)

Color info

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

RGB color model

#A799B2 color RGB value is (167,153,178).

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

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 178 of 255 = 70%

167
153
178

R + G + B ~ 65%. #A799B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 178 = 498 (100%)
R 167 of 498 ~ 33.53%
G 153 of 498 ~ 30.72%
B 178 of 498 ~ 35.74%

%33.53
%30.72
%35.74

CMYK color model

#A799B2 color CMYK value is (6,14,0,30).

  • cyan value is 6.18%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(6,14,0,30)
C6M14Y0K30 
(6%,14%,0%,30%)
(0.06/0.14/0.00/0.30)	

CMYK percentages

%6.18
%14.04
%0
%30.2

Codes

Color #A799B2 in popluar color models

A799B2
RGB167153178
HSL274°13.97%64.90%
HSB/HSV274°14.04%69.80%
CMYK6.18%14.04%0.00%
30.20%

Color #A799B2 in popluar number systems.

HEXA799B2
Decimal167153178
Binary101001111001100110110010
Octal247231262

Shades and tints

Shades of #A799B2

#A799B2
(167,153,178)
#988CA2
(152,140,162)
#897F92
(137,127,146)
#7A7282
(122,114,130)
#6B6572
(107,101,114)
#5C5862
(92,88,98)
#4D4B52
(77,75,82)
#3E3E42
(62,62,66)
#2F3132
(47,49,50)
#202422
(32,36,34)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #A799B2

#A799B2
(167,153,178)
#AFA2B9
(175,162,185)
#B7ABC0
(183,171,192)
#BFB4C7
(191,180,199)
#C7BDCE
(199,189,206)
#CFC6D5
(207,198,213)
#D7CFDC
(215,207,220)
#DFD8E3
(223,216,227)
#E7E1EA
(231,225,234)
#EFEAF1
(239,234,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A799B2; }

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

This text font color is #A799B2.


Background Color

.myBgColor { background-color: #A799B2; }

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

This div background color is #A799B2.


Border color

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

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

This div border color is #A799B2.


Opacity

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

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

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

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

This text has shadow with #A799B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A799B2 on black background.


Color preview on white background

This text has color #A799B2 on white background.



Black color preview on #A799B2 background

This text has black color on #A799B2 background.


White color preview on #A799B2 background

This text has white color on #A799B2 background.