COLOR #7FAFD4

HEX: #7FAFD4
RGB: (127,175,212)

Color info

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

RGB color model

#7FAFD4 color RGB value is (127,175,212).

  • red value is 127;
  • green value is 175;
  • blue value is 212.
RGB:
(127,175,212)
(50%,69%,83%)

RGB channels and saturation

R 127 of 255 = 50%
G 175 of 255 = 69%
B 212 of 255 = 83%

127
175
212

R + G + B ~ 67%. #7FAFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 175 + 212 = 514 (100%)
R 127 of 514 ~ 24.71%
G 175 of 514 ~ 34.05%
B 212 of 514 ~ 41.25%

%24.71
%34.05
%41.25

CMYK color model

#7FAFD4 color CMYK value is (40,17,0,17).

  • cyan value is 40.09%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(40,17,0,17)
C40M17Y0K17 
(40%,17%,0%,17%)
(0.40/0.17/0.00/0.17)	

CMYK percentages

%40.09
%17.45
%0
%16.86

Codes

Color #7FAFD4 in popluar color models

7FAFD4
RGB127175212
HSL206°49.71%66.47%
HSB/HSV206°40.09%83.14%
CMYK40.09%17.45%0.00%
16.86%

Color #7FAFD4 in popluar number systems.

HEX7FAFD4
Decimal127175212
Binary11111111010111111010100
Octal177257324

Shades and tints

Shades of #7FAFD4

#7FAFD4
(127,175,212)
#74A0C1
(116,160,193)
#6991AE
(105,145,174)
#5E829B
(94,130,155)
#537388
(83,115,136)
#486475
(72,100,117)
#3D5562
(61,85,98)
#32464F
(50,70,79)
#27373C
(39,55,60)
#1C2829
(28,40,41)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #7FAFD4

#7FAFD4
(127,175,212)
#8AB6D7
(138,182,215)
#95BDDA
(149,189,218)
#A0C4DD
(160,196,221)
#ABCBE0
(171,203,224)
#B6D2E3
(182,210,227)
#C1D9E6
(193,217,230)
#CCE0E9
(204,224,233)
#D7E7EC
(215,231,236)
#E2EEEF
(226,238,239)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAFD4 color. Also use rgb(127,175,212) instead hex code.

Text Font Color

.myTextColor { color: #7FAFD4; }

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

This text font color is #7FAFD4.


Background Color

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

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

This div background color is #7FAFD4.


Border color

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

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

This div border color is #7FAFD4.


Opacity

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

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

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

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

This text has shadow with #7FAFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAFD4 on black background.


Color preview on white background

This text has color #7FAFD4 on white background.



Black color preview on #7FAFD4 background

This text has black color on #7FAFD4 background.


White color preview on #7FAFD4 background

This text has white color on #7FAFD4 background.