COLOR #7891AD

HEX: #7891AD RGB: (120,145,173)

Color info

#7891AD contains red, green and blue colors in about the same proportion. Web safe color of #7891AD is #669999 (or #699).

RGB color model

#7891AD color RGB value is (120,145,173).

RGB: (120,145,173) (47%, 57%, 68%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 173 of 255 = 68%

120
145
173

R + G + B ~ 57%. #7891AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 145 + 173 = 438 (100%)
R 120 of 438 ~ 27.4%
G 145 of 438 ~ 33.11%
B 173 of 438 ~ 39.5'%

%27.4
%33.11
%39.5

CMYK color model

#7891AD color CMYK value is (31,16,0,32).

  • cyan value is 30.64%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (31,16,0,32)
C31M16Y0K32 (31%, 16%, 0%, 32%)
(0.31 / 0.16 / 0.00 / 0.32)

CMYK percentages

%30.64
%16.18
%0
%32.16

Codes

Color #7891AD in popluar color models

78 91 AD
RGB 120 145 173
HSL 212° 24.42% 57.45%
HSB/HSV 212° 30.64% 67.84%
CMYK 30.64% 16.18% 0.00%
32.16%

Color #7891AD in popluar number systems.

HEX 78 91 AD
Decimal 120 145 173
Binary 1111000 10010001 10101101
Octal 170 221 255

Shades and tints

Shades of #7891AD

#7891AD
(120,145,173)
#6E849E
(110,132,158)
#64778F
(100,119,143)
#5A6A80
(90,106,128)
#505D71
(80,93,113)
#465062
(70,80,98)
#3C4353
(60,67,83)
#323644
(50,54,68)
#282935
(40,41,53)
#1E1C26
(30,28,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #7891AD

#7891AD
(120,145,173)
#849BB4
(132,155,180)
#90A5BB
(144,165,187)
#9CAFC2
(156,175,194)
#A8B9C9
(168,185,201)
#B4C3D0
(180,195,208)
#C0CDD7
(192,205,215)
#CCD7DE
(204,215,222)
#D8E1E5
(216,225,229)
#E4EBEC
(228,235,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7891AD color. Also use rgb(120,145,173) instead hex code.

Text Font Color

.myTextColor { color: #7891AD; }

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

This text font color is #7891AD.

Background Color

.myBgColor { background-color: #7891AD; }

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

This div background color is #7891AD.

Border color

.myBorderColor { border: 1px solid #7891AD; }

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

This div border color is #7891AD.

Opacity

.myOpacity80 { color: #7891AD; opacity: 0.8; }

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

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

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

This text has shadow with #7891AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7891AD.

Preview

Color preview on black background

This text has color #7891AD on black background.


Color preview on white background

This text has color #7891AD on white background.


Black color preview on #7891AD background

This text has black color on #7891AD background.


White color preview on #7891AD background

This text has white color on #7891AD background.


Related colors

Complementary color

Complementary color for #hex is #876E52.


I love getcolorcode.com

Triadic colors

1 #AD7891 and #91AD78 with #7891AD are triadic colors.

2 #AD9178 and #9178AD with #7891AD are triadic colors.