COLOR #7FABB2

HEX: #7FABB2
RGB: (127,171,178)

Color info

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

RGB color model

#7FABB2 color RGB value is (127,171,178).

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

RGB channels and saturation

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

127
171
178

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 178 = 476 (100%)
R 127 of 476 ~ 26.68%
G 171 of 476 ~ 35.92%
B 178 of 476 ~ 37.39%

%26.68
%35.92
%37.39

CMYK color model

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

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

CMYK percentages

%28.65
%3.93
%0
%30.2

Codes

Color #7FABB2 in popluar color models

7FABB2
RGB127171178
HSL188°24.88%59.80%
HSB/HSV188°28.65%69.80%
CMYK28.65%3.93%0.00%
30.20%

Color #7FABB2 in popluar number systems.

HEX7FABB2
Decimal127171178
Binary11111111010101110110010
Octal177253262

Shades and tints

Shades of #7FABB2

#7FABB2
(127,171,178)
#749CA2
(116,156,162)
#698D92
(105,141,146)
#5E7E82
(94,126,130)
#536F72
(83,111,114)
#486062
(72,96,98)
#3D5152
(61,81,82)
#324242
(50,66,66)
#273332
(39,51,50)
#1C2422
(28,36,34)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #7FABB2

#7FABB2
(127,171,178)
#8AB2B9
(138,178,185)
#95B9C0
(149,185,192)
#A0C0C7
(160,192,199)
#ABC7CE
(171,199,206)
#B6CED5
(182,206,213)
#C1D5DC
(193,213,220)
#CCDCE3
(204,220,227)
#D7E3EA
(215,227,234)
#E2EAF1
(226,234,241)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FABB2; }

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

This text font color is #7FABB2.


Background Color

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

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

This div background color is #7FABB2.


Border color

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

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

This div border color is #7FABB2.


Opacity

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

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

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

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

This text has shadow with #7FABB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FABB2 on black background.


Color preview on white background

This text has color #7FABB2 on white background.



Black color preview on #7FABB2 background

This text has black color on #7FABB2 background.


White color preview on #7FABB2 background

This text has white color on #7FABB2 background.