COLOR #7C89AF

HEX: #7C89AF RGB: (124,137,175)

Color info

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

RGB color model

#7C89AF color RGB value is (124,137,175).

RGB: (124,137,175) (49%, 54%, 69%)

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 175 of 255 = 69%

124
137
175

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

Portions of RGB colors in percentages

R + G + B = 124 + 137 + 175 = 436 (100%)
R 124 of 436 ~ 28.44%
G 137 of 436 ~ 31.42%
B 175 of 436 ~ 40.14'%

%28.44
%31.42
%40.14

CMYK color model

#7C89AF color CMYK value is (29,22,0,31).

  • cyan value is 29.14%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (29,22,0,31)
C29M22Y0K31 (29%, 22%, 0%, 31%)
(0.29 / 0.22 / 0.00 / 0.31)

CMYK percentages

%29.14
%21.71
%0
%31.37

Codes

Color #7C89AF in popluar color models

7C 89 AF
RGB 124 137 175
HSL 225° 24.17% 58.63%
HSB/HSV 225° 29.14% 68.63%
CMYK 29.14% 21.71% 0.00%
31.37%

Color #7C89AF in popluar number systems.

HEX 7C 89 AF
Decimal 124 137 175
Binary 1111100 10001001 10101111
Octal 174 211 257

Shades and tints

Shades of #7C89AF

#7C89AF
(124,137,175)
#717DA0
(113,125,160)
#667191
(102,113,145)
#5B6582
(91,101,130)
#505973
(80,89,115)
#454D64
(69,77,100)
#3A4155
(58,65,85)
#2F3546
(47,53,70)
#242937
(36,41,55)
#191D28
(25,29,40)
#0E1119
(14,17,25)
#000000
(0,0,0)

Tints of #7C89AF

#7C89AF
(124,137,175)
#8793B6
(135,147,182)
#929DBD
(146,157,189)
#9DA7C4
(157,167,196)
#A8B1CB
(168,177,203)
#B3BBD2
(179,187,210)
#BEC5D9
(190,197,217)
#C9CFE0
(201,207,224)
#D4D9E7
(212,217,231)
#DFE3EE
(223,227,238)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C89AF color. Also use rgb(124,137,175) instead hex code.

Text Font Color

.myTextColor { color: #7C89AF; }

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

This text font color is #7C89AF.

Background Color

.myBgColor { background-color: #7C89AF; }

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

This div background color is #7C89AF.

Border color

.myBorderColor { border: 1px solid #7C89AF; }

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

This div border color is #7C89AF.

Opacity

.myOpacity80 { color: #7C89AF; opacity: 0.8; }

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

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

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

This text has shadow with #7C89AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C89AF.

Preview

Color preview on black background

This text has color #7C89AF on black background.


Color preview on white background

This text has color #7C89AF on white background.


Black color preview on #7C89AF background

This text has black color on #7C89AF background.


White color preview on #7C89AF background

This text has white color on #7C89AF background.


Related colors

Complementary color

Complementary color for #hex is #837650.


I love getcolorcode.com

Triadic colors

1 #AF7C89 and #89AF7C with #7C89AF are triadic colors.

2 #AF897C and #897CAF with #7C89AF are triadic colors.