COLOR #7FAFE2

HEX: #7FAFE2
RGB: (127,175,226)

Color info

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

RGB color model

#7FAFE2 color RGB value is (127,175,226).

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

RGB channels and saturation

R 127 of 255 = 50%
G 175 of 255 = 69%
B 226 of 255 = 89%

127
175
226

R + G + B ~ 69%. #7FAFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 175 + 226 = 528 (100%)
R 127 of 528 ~ 24.05%
G 175 of 528 ~ 33.14%
B 226 of 528 ~ 42.8%

%24.05
%33.14
%42.8

CMYK color model

#7FAFE2 color CMYK value is (44,23,0,11).

  • cyan value is 43.81%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(44,23,0,11)
C44M23Y0K11 
(44%,23%,0%,11%)
(0.44/0.23/0.00/0.11)	

CMYK percentages

%43.81
%22.57
%0
%11.37

Codes

Color #7FAFE2 in popluar color models

7FAFE2
RGB127175226
HSL211°63.06%69.22%
HSB/HSV211°43.81%88.63%
CMYK43.81%22.57%0.00%
11.37%

Color #7FAFE2 in popluar number systems.

HEX7FAFE2
Decimal127175226
Binary11111111010111111100010
Octal177257342

Shades and tints

Shades of #7FAFE2

#7FAFE2
(127,175,226)
#74A0CE
(116,160,206)
#6991BA
(105,145,186)
#5E82A6
(94,130,166)
#537392
(83,115,146)
#48647E
(72,100,126)
#3D556A
(61,85,106)
#324656
(50,70,86)
#273742
(39,55,66)
#1C282E
(28,40,46)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #7FAFE2

#7FAFE2
(127,175,226)
#8AB6E4
(138,182,228)
#95BDE6
(149,189,230)
#A0C4E8
(160,196,232)
#ABCBEA
(171,203,234)
#B6D2EC
(182,210,236)
#C1D9EE
(193,217,238)
#CCE0F0
(204,224,240)
#D7E7F2
(215,231,242)
#E2EEF4
(226,238,244)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAFE2; }

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

This text font color is #7FAFE2.


Background Color

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

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

This div background color is #7FAFE2.


Border color

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

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

This div border color is #7FAFE2.


Opacity

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

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

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

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

This text has shadow with #7FAFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAFE2 on black background.


Color preview on white background

This text has color #7FAFE2 on white background.



Black color preview on #7FAFE2 background

This text has black color on #7FAFE2 background.


White color preview on #7FAFE2 background

This text has white color on #7FAFE2 background.