COLOR #A79BE7

HEX: #A79BE7 RGB: (167,155,231)

Color info

#A79BE7 contains mainly blue color. Web safe color of #A79BE7 is #9999FF (or #99F).

RGB color model

#A79BE7 color RGB value is (167,155,231).

RGB: (167,155,231) (65%, 61%, 91%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 231 of 255 = 91%

167
155
231

R + G + B ~ 72%. #A79BE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 231 = 553 (100%)
R 167 of 553 ~ 30.2%
G 155 of 553 ~ 28.03%
B 231 of 553 ~ 41.77'%

%30.2
%28.03
%41.77

CMYK color model

#A79BE7 color CMYK value is (28,33,0,9).

  • cyan value is 27.71%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (28,33,0,9)
C28M33Y0K9 (28%, 33%, 0%, 9%)
(0.28 / 0.33 / 0.00 / 0.09)

CMYK percentages

%27.71
%32.9
%0
%9.41

Codes

Color #A79BE7 in popluar color models

A7 9B E7
RGB 167 155 231
HSL 249° 61.29% 75.69%
HSB/HSV 249° 32.90% 90.59%
CMYK 27.71% 32.90% 0.00%
9.41%

Color #A79BE7 in popluar number systems.

HEX A7 9B E7
Decimal 167 155 231
Binary 10100111 10011011 11100111
Octal 247 233 347

Shades and tints

Shades of #A79BE7

#A79BE7
(167,155,231)
#988DD2
(152,141,210)
#897FBD
(137,127,189)
#7A71A8
(122,113,168)
#6B6393
(107,99,147)
#5C557E
(92,85,126)
#4D4769
(77,71,105)
#3E3954
(62,57,84)
#2F2B3F
(47,43,63)
#201D2A
(32,29,42)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A79BE7

#A79BE7
(167,155,231)
#AFA4E9
(175,164,233)
#B7ADEB
(183,173,235)
#BFB6ED
(191,182,237)
#C7BFEF
(199,191,239)
#CFC8F1
(207,200,241)
#D7D1F3
(215,209,243)
#DFDAF5
(223,218,245)
#E7E3F7
(231,227,247)
#EFECF9
(239,236,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79BE7 color. Also use rgb(167,155,231) instead hex code.

Text Font Color

.myTextColor { color: #A79BE7; }

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

This text font color is #A79BE7.

Background Color

.myBgColor { background-color: #A79BE7; }

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

This div background color is #A79BE7.

Border color

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

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

This div border color is #A79BE7.

Opacity

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

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

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

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

This text has shadow with #A79BE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79BE7.

Preview

Color preview on black background

This text has color #A79BE7 on black background.


Color preview on white background

This text has color #A79BE7 on white background.


Black color preview on #A79BE7 background

This text has black color on #A79BE7 background.


White color preview on #A79BE7 background

This text has white color on #A79BE7 background.


Related colors

Complementary color

Complementary color for #hex is #586418.


I love getcolorcode.com

Triadic colors

1 #E7A79B and #9BE7A7 with #A79BE7 are triadic colors.

2 #E79BA7 and #9BA7E7 with #A79BE7 are triadic colors.