COLOR #7F90AB

HEX: #7F90AB RGB: (127,144,171)

Color info

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

RGB color model

#7F90AB color RGB value is (127,144,171).

RGB: (127,144,171) (50%, 56%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 171 of 255 = 67%

127
144
171

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

Portions of RGB colors in percentages

R + G + B = 127 + 144 + 171 = 442 (100%)
R 127 of 442 ~ 28.73%
G 144 of 442 ~ 32.58%
B 171 of 442 ~ 38.69'%

%28.73
%32.58
%38.69

CMYK color model

#7F90AB color CMYK value is (26,16,0,33).

  • cyan value is 25.73%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,16,0,33)
C26M16Y0K33 (26%, 16%, 0%, 33%)
(0.26 / 0.16 / 0.00 / 0.33)

CMYK percentages

%25.73
%15.79
%0
%32.94

Codes

Color #7F90AB in popluar color models

7F 90 AB
RGB 127 144 171
HSL 217° 20.75% 58.43%
HSB/HSV 217° 25.73% 67.06%
CMYK 25.73% 15.79% 0.00%
32.94%

Color #7F90AB in popluar number systems.

HEX 7F 90 AB
Decimal 127 144 171
Binary 1111111 10010000 10101011
Octal 177 220 253

Shades and tints

Shades of #7F90AB

#7F90AB
(127,144,171)
#74839C
(116,131,156)
#69768D
(105,118,141)
#5E697E
(94,105,126)
#535C6F
(83,92,111)
#484F60
(72,79,96)
#3D4251
(61,66,81)
#323542
(50,53,66)
#272833
(39,40,51)
#1C1B24
(28,27,36)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #7F90AB

#7F90AB
(127,144,171)
#8A9AB2
(138,154,178)
#95A4B9
(149,164,185)
#A0AEC0
(160,174,192)
#ABB8C7
(171,184,199)
#B6C2CE
(182,194,206)
#C1CCD5
(193,204,213)
#CCD6DC
(204,214,220)
#D7E0E3
(215,224,227)
#E2EAEA
(226,234,234)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F90AB color. Also use rgb(127,144,171) instead hex code.

Text Font Color

.myTextColor { color: #7F90AB; }

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

This text font color is #7F90AB.

Background Color

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

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

This div background color is #7F90AB.

Border color

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

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

This div border color is #7F90AB.

Opacity

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

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

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

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

This text has shadow with #7F90AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F90AB.

Preview

Color preview on black background

This text has color #7F90AB on black background.


Color preview on white background

This text has color #7F90AB on white background.


Black color preview on #7F90AB background

This text has black color on #7F90AB background.


White color preview on #7F90AB background

This text has white color on #7F90AB background.


Related colors

Complementary color

Complementary color for #hex is #806F54.


I love getcolorcode.com

Triadic colors

1 #AB7F90 and #90AB7F with #7F90AB are triadic colors.

2 #AB907F and #907FAB with #7F90AB are triadic colors.