COLOR #7FABB3

HEX: #7FABB3
RGB: (127,171,179)

Color info

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

RGB color model

#7FABB3 color RGB value is (127,171,179).

  • red value is 127;
  • green value is 171;
  • blue value is 179.
RGB:
(127,171,179)
(50%,67%,70%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 179 of 255 = 70%

127
171
179

R + G + B ~ 62%. #7FABB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 179 = 477 (100%)
R 127 of 477 ~ 26.62%
G 171 of 477 ~ 35.85%
B 179 of 477 ~ 37.53%

%26.62
%35.85
%37.53

CMYK color model

#7FABB3 color CMYK value is (29,4,0,30).

  • cyan value is 29.05%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(29,4,0,30)
C29M4Y0K30 
(29%,4%,0%,30%)
(0.29/0.04/0.00/0.30)	

CMYK percentages

%29.05
%4.47
%0
%29.8

Codes

Color #7FABB3 in popluar color models

7FABB3
RGB127171179
HSL189°25.49%60.00%
HSB/HSV189°29.05%70.20%
CMYK29.05%4.47%0.00%
29.80%

Color #7FABB3 in popluar number systems.

HEX7FABB3
Decimal127171179
Binary11111111010101110110011
Octal177253263

Shades and tints

Shades of #7FABB3

#7FABB3
(127,171,179)
#749CA3
(116,156,163)
#698D93
(105,141,147)
#5E7E83
(94,126,131)
#536F73
(83,111,115)
#486063
(72,96,99)
#3D5153
(61,81,83)
#324243
(50,66,67)
#273333
(39,51,51)
#1C2423
(28,36,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #7FABB3

#7FABB3
(127,171,179)
#8AB2B9
(138,178,185)
#95B9BF
(149,185,191)
#A0C0C5
(160,192,197)
#ABC7CB
(171,199,203)
#B6CED1
(182,206,209)
#C1D5D7
(193,213,215)
#CCDCDD
(204,220,221)
#D7E3E3
(215,227,227)
#E2EAE9
(226,234,233)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FABB3; }

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

This text font color is #7FABB3.


Background Color

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

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

This div background color is #7FABB3.


Border color

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

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

This div border color is #7FABB3.


Opacity

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

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

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

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

This text has shadow with #7FABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FABB3 on black background.


Color preview on white background

This text has color #7FABB3 on white background.



Black color preview on #7FABB3 background

This text has black color on #7FABB3 background.


White color preview on #7FABB3 background

This text has white color on #7FABB3 background.