COLOR #7C9AB3

HEX: #7C9AB3
RGB: (124,154,179)

Color info

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

RGB color model

#7C9AB3 color RGB value is (124,154,179).

  • red value is 124;
  • green value is 154;
  • blue value is 179.
RGB: (124,154,179) (49%,60%,70%)

RGB channels and saturation

R 124 of 255 = 49%
G 154 of 255 = 60%
B 179 of 255 = 70%

124
154
179

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

Portions of RGB colors in percentages

R + G + B =
124 + 154 + 179 = 457 (100%)
R 124 of 457 ~ 27.13%
G 154 of 457 ~ 33.7%
B 179 of 457 ~ 39.17%

%27.13
%33.7
%39.17

CMYK color model

#7C9AB3 color CMYK value is (31,14,0,30).

  • cyan value is 30.73%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (31,14,0,30) C31M14Y0K30 (31%,14%,0%,30%) (0.31/0.14/0.00/0.30)

CMYK percentages

%30.73
%13.97
%0
%29.8

Codes

Color #7C9AB3 in popluar color models

7C9AB3
RGB124154179
HSL207°26.57%59.41%
HSB/HSV207°30.73%70.20%
CMYK30.73%13.97%0.00%
29.80%

Color #7C9AB3 in popluar number systems.

HEX7C9AB3
Decimal124154179
Binary11111001001101010110011
Octal174232263

Shades and tints

Shades of #7C9AB3

#7C9AB3
(124,154,179)
#718CA3
(113,140,163)
#667E93
(102,126,147)
#5B7083
(91,112,131)
#506273
(80,98,115)
#455463
(69,84,99)
#3A4653
(58,70,83)
#2F3843
(47,56,67)
#242A33
(36,42,51)
#191C23
(25,28,35)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #7C9AB3

#7C9AB3
(124,154,179)
#87A3B9
(135,163,185)
#92ACBF
(146,172,191)
#9DB5C5
(157,181,197)
#A8BECB
(168,190,203)
#B3C7D1
(179,199,209)
#BED0D7
(190,208,215)
#C9D9DD
(201,217,221)
#D4E2E3
(212,226,227)
#DFEBE9
(223,235,233)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9AB3 color. Also use rgb(124,154,179) instead hex code.

Text Font Color

.myTextColor { color: #7C9AB3; }

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

This text font color is #7C9AB3.


Background Color

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

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

This div background color is #7C9AB3.


Border color

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

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

This div border color is #7C9AB3.


Opacity

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

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

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

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

This text has shadow with #7C9AB3 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #7C9AB3; -webkit-box-shadow:	1px 1px 3px 2px #7C9AB3; box-shadow:	1px 1px 3px 2px #7C9AB3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7C9AB3; -webkit-box-shadow: 1px 1px 3px 2px #7C9AB3; box-shadow:1px 1px 3px 2px #7C9AB3;">
Div content here</div>
This div box has shadow with color #7C9AB3.

Preview

Color preview on black background

This text has color #7C9AB3 on black background.


Color preview on white background

This text has color #7C9AB3 on white background.



Black color preview on #7C9AB3 background

This text has black color on #7C9AB3 background.


White color preview on #7C9AB3 background

This text has white color on #7C9AB3 background.