COLOR #A789C7

HEX: #A789C7 RGB: (167,137,199)

Color info

#A789C7 contains mainly red and blue colors. Web safe color of #A789C7 is #9999CC (or #99C).

RGB color model

#A789C7 color RGB value is (167,137,199).

RGB: (167,137,199) (65%, 54%, 78%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 199 of 255 = 78%

167
137
199

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

Portions of RGB colors in percentages

R + G + B = 167 + 137 + 199 = 503 (100%)
R 167 of 503 ~ 33.2%
G 137 of 503 ~ 27.24%
B 199 of 503 ~ 39.56'%

%33.2
%27.24
%39.56

CMYK color model

#A789C7 color CMYK value is (16,31,0,22).

  • cyan value is 16.08%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (16,31,0,22)
C16M31Y0K22 (16%, 31%, 0%, 22%)
(0.16 / 0.31 / 0.00 / 0.22)

CMYK percentages

%16.08
%31.16
%0
%21.96

Codes

Color #A789C7 in popluar color models

A7 89 C7
RGB 167 137 199
HSL 269° 35.63% 65.88%
HSB/HSV 269° 31.16% 78.04%
CMYK 16.08% 31.16% 0.00%
21.96%

Color #A789C7 in popluar number systems.

HEX A7 89 C7
Decimal 167 137 199
Binary 10100111 10001001 11000111
Octal 247 211 307

Shades and tints

Shades of #A789C7

#A789C7
(167,137,199)
#987DB5
(152,125,181)
#8971A3
(137,113,163)
#7A6591
(122,101,145)
#6B597F
(107,89,127)
#5C4D6D
(92,77,109)
#4D415B
(77,65,91)
#3E3549
(62,53,73)
#2F2937
(47,41,55)
#201D25
(32,29,37)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #A789C7

#A789C7
(167,137,199)
#AF93CC
(175,147,204)
#B79DD1
(183,157,209)
#BFA7D6
(191,167,214)
#C7B1DB
(199,177,219)
#CFBBE0
(207,187,224)
#D7C5E5
(215,197,229)
#DFCFEA
(223,207,234)
#E7D9EF
(231,217,239)
#EFE3F4
(239,227,244)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A789C7 color. Also use rgb(167,137,199) instead hex code.

Text Font Color

.myTextColor { color: #A789C7; }

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

This text font color is #A789C7.

Background Color

.myBgColor { background-color: #A789C7; }

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

This div background color is #A789C7.

Border color

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

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

This div border color is #A789C7.

Opacity

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

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

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

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

This text has shadow with #A789C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A789C7.

Preview

Color preview on black background

This text has color #A789C7 on black background.


Color preview on white background

This text has color #A789C7 on white background.


Black color preview on #A789C7 background

This text has black color on #A789C7 background.


White color preview on #A789C7 background

This text has white color on #A789C7 background.


Related colors

Complementary color

Complementary color for #hex is #587638.


I love getcolorcode.com

Triadic colors

1 #C7A789 and #89C7A7 with #A789C7 are triadic colors.

2 #C789A7 and #89A7C7 with #A789C7 are triadic colors.