COLOR #7FABC8

HEX: #7FABC8 RGB: (127,171,200)

Color info

#7FABC8 contains mainly green and blue colors. Web safe color of #7FABC8 is #6699CC (or #69C).

RGB color model

#7FABC8 color RGB value is (127,171,200).

RGB: (127,171,200) (50%, 67%, 78%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 200 of 255 = 78%

127
171
200

R + G + B ~ 65%. #7FABC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 171 + 200 = 498 (100%)
R 127 of 498 ~ 25.5%
G 171 of 498 ~ 34.34%
B 200 of 498 ~ 40.16'%

%25.5
%34.34
%40.16

CMYK color model

#7FABC8 color CMYK value is (37,15,0,22).

  • cyan value is 36.50%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (37,15,0,22) C37M15Y0K22 (37%,15%,0%,22%) (0.37/0.15/0.00/0.22) 

CMYK percentages

%36.5
%14.5
%0
%21.57

Codes

Color #7FABC8 in popluar color models

7F AB C8
RGB 127 171 200
HSL 204° 39.89% 64.12%
HSB/HSV 204° 36.50% 78.43%
CMYK 36.50% 14.50% 0.00%
21.57%

Color #7FABC8 in popluar number systems.

HEX 7F AB C8
Decimal 127 171 200
Binary 1111111 10101011 11001000
Octal 177 253 310

Shades and tints

Shades of #7FABC8

#7FABC8
(127,171,200)
#749CB6
(116,156,182)
#698DA4
(105,141,164)
#5E7E92
(94,126,146)
#536F80
(83,111,128)
#48606E
(72,96,110)
#3D515C
(61,81,92)
#32424A
(50,66,74)
#273338
(39,51,56)
#1C2426
(28,36,38)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #7FABC8

#7FABC8
(127,171,200)
#8AB2CD
(138,178,205)
#95B9D2
(149,185,210)
#A0C0D7
(160,192,215)
#ABC7DC
(171,199,220)
#B6CEE1
(182,206,225)
#C1D5E6
(193,213,230)
#CCDCEB
(204,220,235)
#D7E3F0
(215,227,240)
#E2EAF5
(226,234,245)
#EDF1FA
(237,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FABC8; }

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

This text font color is #7FABC8.

Background Color

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

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

This div background color is #7FABC8.

Border color

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

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

This div border color is #7FABC8.

Opacity

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

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

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

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

This text has shadow with #7FABC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FABC8.

Preview

Color preview on black background

This text has color #7FABC8 on black background.


Color preview on white background

This text has color #7FABC8 on white background.


Black color preview on #7FABC8 background

This text has black color on #7FABC8 background.


White color preview on #7FABC8 background

This text has white color on #7FABC8 background.


Related colors

Complementary color

Complementary color for #hex is #805437.


I love getcolorcode.com

Triadic colors

1 #C87FAB and #ABC87F with #7FABC8 are triadic colors.

2 #C8AB7F and #AB7FC8 with #7FABC8 are triadic colors.