COLOR #A79CCB

HEX: #A79CCB RGB: (167,156,203)

Color info

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

RGB color model

#A79CCB color RGB value is (167,156,203).

RGB: (167,156,203) (65%, 61%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 203 of 255 = 80%

167
156
203

R + G + B ~ 69%. #A79CCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 156 + 203 = 526 (100%)
R 167 of 526 ~ 31.75%
G 156 of 526 ~ 29.66%
B 203 of 526 ~ 38.59'%

%31.75
%29.66
%38.59

CMYK color model

#A79CCB color CMYK value is (18,23,0,20).

  • cyan value is 17.73%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (18,23,0,20) C18M23Y0K20 (18%,23%,0%,20%) (0.18/0.23/0.00/0.20) 

CMYK percentages

%17.73
%23.15
%0
%20.39

Codes

Color #A79CCB in popluar color models

A7 9C CB
RGB 167 156 203
HSL 254° 31.13% 70.39%
HSB/HSV 254° 23.15% 79.61%
CMYK 17.73% 23.15% 0.00%
20.39%

Color #A79CCB in popluar number systems.

HEX A7 9C CB
Decimal 167 156 203
Binary 10100111 10011100 11001011
Octal 247 234 313

Shades and tints

Shades of #A79CCB

#A79CCB
(167,156,203)
#988EB9
(152,142,185)
#8980A7
(137,128,167)
#7A7295
(122,114,149)
#6B6483
(107,100,131)
#5C5671
(92,86,113)
#4D485F
(77,72,95)
#3E3A4D
(62,58,77)
#2F2C3B
(47,44,59)
#201E29
(32,30,41)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A79CCB

#A79CCB
(167,156,203)
#AFA5CF
(175,165,207)
#B7AED3
(183,174,211)
#BFB7D7
(191,183,215)
#C7C0DB
(199,192,219)
#CFC9DF
(207,201,223)
#D7D2E3
(215,210,227)
#DFDBE7
(223,219,231)
#E7E4EB
(231,228,235)
#EFEDEF
(239,237,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79CCB color. Also use rgb(167,156,203) instead hex code.

Text Font Color

.myTextColor { color: #A79CCB; }

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

This text font color is #A79CCB.

Background Color

.myBgColor { background-color: #A79CCB; }

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

This div background color is #A79CCB.

Border color

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

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

This div border color is #A79CCB.

Opacity

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

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

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

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

This text has shadow with #A79CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79CCB.

Preview

Color preview on black background

This text has color #A79CCB on black background.


Color preview on white background

This text has color #A79CCB on white background.


Black color preview on #A79CCB background

This text has black color on #A79CCB background.


White color preview on #A79CCB background

This text has white color on #A79CCB background.


Related colors

Complementary color

Complementary color for #hex is #586334.


I love getcolorcode.com

Triadic colors

1 #CBA79C and #9CCBA7 with #A79CCB are triadic colors.

2 #CB9CA7 and #9CA7CB with #A79CCB are triadic colors.