COLOR #7C9FAB

HEX: #7C9FAB RGB: (124,159,171)

Color info

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

RGB color model

#7C9FAB color RGB value is (124,159,171).

RGB: (124,159,171) (49%, 62%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 159 of 255 = 62%
B 171 of 255 = 67%

124
159
171

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

Portions of RGB colors in percentages

R + G + B = 124 + 159 + 171 = 454 (100%)
R 124 of 454 ~ 27.31%
G 159 of 454 ~ 35.02%
B 171 of 454 ~ 37.67'%

%27.31
%35.02
%37.67

CMYK color model

#7C9FAB color CMYK value is (27,7,0,33).

  • cyan value is 27.49%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (27,7,0,33)
C27M7Y0K33 (27%, 7%, 0%, 33%)
(0.27 / 0.07 / 0.00 / 0.33)

CMYK percentages

%27.49
%7.02
%0
%32.94

Codes

Color #7C9FAB in popluar color models

7C 9F AB
RGB 124 159 171
HSL 195° 21.86% 57.84%
HSB/HSV 195° 27.49% 67.06%
CMYK 27.49% 7.02% 0.00%
32.94%

Color #7C9FAB in popluar number systems.

HEX 7C 9F AB
Decimal 124 159 171
Binary 1111100 10011111 10101011
Octal 174 237 253

Shades and tints

Shades of #7C9FAB

#7C9FAB
(124,159,171)
#71919C
(113,145,156)
#66838D
(102,131,141)
#5B757E
(91,117,126)
#50676F
(80,103,111)
#455960
(69,89,96)
#3A4B51
(58,75,81)
#2F3D42
(47,61,66)
#242F33
(36,47,51)
#192124
(25,33,36)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7C9FAB

#7C9FAB
(124,159,171)
#87A7B2
(135,167,178)
#92AFB9
(146,175,185)
#9DB7C0
(157,183,192)
#A8BFC7
(168,191,199)
#B3C7CE
(179,199,206)
#BECFD5
(190,207,213)
#C9D7DC
(201,215,220)
#D4DFE3
(212,223,227)
#DFE7EA
(223,231,234)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9FAB color. Also use rgb(124,159,171) instead hex code.

Text Font Color

.myTextColor { color: #7C9FAB; }

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

This text font color is #7C9FAB.

Background Color

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

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

This div background color is #7C9FAB.

Border color

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

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

This div border color is #7C9FAB.

Opacity

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

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

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

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

This text has shadow with #7C9FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9FAB.

Preview

Color preview on black background

This text has color #7C9FAB on black background.


Color preview on white background

This text has color #7C9FAB on white background.


Black color preview on #7C9FAB background

This text has black color on #7C9FAB background.


White color preview on #7C9FAB background

This text has white color on #7C9FAB background.


Related colors

Complementary color

Complementary color for #hex is #836054.


I love getcolorcode.com

Triadic colors

1 #AB7C9F and #9FAB7C with #7C9FAB are triadic colors.

2 #AB9F7C and #9F7CAB with #7C9FAB are triadic colors.