COLOR #7FABB9

HEX: #7FABB9 RGB: (127,171,185)

Color info

#7FABB9 contains red, green and blue colors in about the same proportion. Web safe color of #7FABB9 is #6699CC (or #69C).

RGB color model

#7FABB9 color RGB value is (127,171,185).

RGB: (127,171,185) (50%, 67%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 185 of 255 = 73%

127
171
185

R + G + B ~ 63%. #7FABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 171 + 185 = 483 (100%)
R 127 of 483 ~ 26.29%
G 171 of 483 ~ 35.4%
B 185 of 483 ~ 38.3'%

%26.29
%35.4
%38.3

CMYK color model

#7FABB9 color CMYK value is (31,8,0,27).

  • cyan value is 31.35%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (31,8,0,27)
C31M8Y0K27 (31%, 8%, 0%, 27%)
(0.31 / 0.08 / 0.00 / 0.27)

CMYK percentages

%31.35
%7.57
%0
%27.45

Codes

Color #7FABB9 in popluar color models

7F AB B9
RGB 127 171 185
HSL 194° 29.29% 61.18%
HSB/HSV 194° 31.35% 72.55%
CMYK 31.35% 7.57% 0.00%
27.45%

Color #7FABB9 in popluar number systems.

HEX 7F AB B9
Decimal 127 171 185
Binary 1111111 10101011 10111001
Octal 177 253 271

Shades and tints

Shades of #7FABB9

#7FABB9
(127,171,185)
#749CA9
(116,156,169)
#698D99
(105,141,153)
#5E7E89
(94,126,137)
#536F79
(83,111,121)
#486069
(72,96,105)
#3D5159
(61,81,89)
#324249
(50,66,73)
#273339
(39,51,57)
#1C2429
(28,36,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #7FABB9

#7FABB9
(127,171,185)
#8AB2BF
(138,178,191)
#95B9C5
(149,185,197)
#A0C0CB
(160,192,203)
#ABC7D1
(171,199,209)
#B6CED7
(182,206,215)
#C1D5DD
(193,213,221)
#CCDCE3
(204,220,227)
#D7E3E9
(215,227,233)
#E2EAEF
(226,234,239)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FABB9; }

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

This text font color is #7FABB9.

Background Color

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

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

This div background color is #7FABB9.

Border color

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

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

This div border color is #7FABB9.

Opacity

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

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

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

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

This text has shadow with #7FABB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FABB9.

Preview

Color preview on black background

This text has color #7FABB9 on black background.


Color preview on white background

This text has color #7FABB9 on white background.


Black color preview on #7FABB9 background

This text has black color on #7FABB9 background.


White color preview on #7FABB9 background

This text has white color on #7FABB9 background.


Related colors

Complementary color

Complementary color for #hex is #805446.


I love getcolorcode.com

Triadic colors

1 #B97FAB and #ABB97F with #7FABB9 are triadic colors.

2 #B9AB7F and #AB7FB9 with #7FABB9 are triadic colors.