COLOR #A799BC

HEX: #A799BC RGB: (167,153,188)

Color info

#A799BC contains red, green and blue colors in about the same proportion. Web safe color of #A799BC is #9999CC (or #99C).

RGB color model

#A799BC color RGB value is (167,153,188).

RGB: (167,153,188) (65%, 60%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 188 of 255 = 74%

167
153
188

R + G + B ~ 66%. #A799BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 153 + 188 = 508 (100%)
R 167 of 508 ~ 32.87%
G 153 of 508 ~ 30.12%
B 188 of 508 ~ 37.01'%

%32.87
%30.12
%37.01

CMYK color model

#A799BC color CMYK value is (11,19,0,26).

  • cyan value is 11.17%
  • magenta value is 18.62%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (11,19,0,26) C11M19Y0K26 (11%,19%,0%,26%) (0.11/0.19/0.00/0.26) 

CMYK percentages

%11.17
%18.62
%0
%26.27

Codes

Color #A799BC in popluar color models

A7 99 BC
RGB 167 153 188
HSL 264° 20.71% 66.86%
HSB/HSV 264° 18.62% 73.73%
CMYK 11.17% 18.62% 0.00%
26.27%

Color #A799BC in popluar number systems.

HEX A7 99 BC
Decimal 167 153 188
Binary 10100111 10011001 10111100
Octal 247 231 274

Shades and tints

Shades of #A799BC

#A799BC
(167,153,188)
#988CAB
(152,140,171)
#897F9A
(137,127,154)
#7A7289
(122,114,137)
#6B6578
(107,101,120)
#5C5867
(92,88,103)
#4D4B56
(77,75,86)
#3E3E45
(62,62,69)
#2F3134
(47,49,52)
#202423
(32,36,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #A799BC

#A799BC
(167,153,188)
#AFA2C2
(175,162,194)
#B7ABC8
(183,171,200)
#BFB4CE
(191,180,206)
#C7BDD4
(199,189,212)
#CFC6DA
(207,198,218)
#D7CFE0
(215,207,224)
#DFD8E6
(223,216,230)
#E7E1EC
(231,225,236)
#EFEAF2
(239,234,242)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A799BC; }

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

This text font color is #A799BC.

Background Color

.myBgColor { background-color: #A799BC; }

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

This div background color is #A799BC.

Border color

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

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

This div border color is #A799BC.

Opacity

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

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

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

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

This text has shadow with #A799BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A799BC.

Preview

Color preview on black background

This text has color #A799BC on black background.


Color preview on white background

This text has color #A799BC on white background.


Black color preview on #A799BC background

This text has black color on #A799BC background.


White color preview on #A799BC background

This text has white color on #A799BC background.


Related colors

Complementary color

Complementary color for #hex is #586643.


I love getcolorcode.com

Triadic colors

1 #BCA799 and #99BCA7 with #A799BC are triadic colors.

2 #BC99A7 and #99A7BC with #A799BC are triadic colors.