COLOR #7FA1EB

HEX: #7FA1EB
RGB: (127,161,235)

Color info

#7FA1EB contains mainly blue color. Web safe color of #7FA1EB is #6699FF (or #69F).

RGB color model

#7FA1EB color RGB value is (127,161,235).

  • red value is 127;
  • green value is 161;
  • blue value is 235.
RGB:
(127,161,235)
(50%,63%,92%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 235 of 255 = 92%

127
161
235

R + G + B ~ 68%. #7FA1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 235 = 523 (100%)
R 127 of 523 ~ 24.28%
G 161 of 523 ~ 30.78%
B 235 of 523 ~ 44.93%

%24.28
%30.78
%44.93

CMYK color model

#7FA1EB color CMYK value is (46,31,0,8).

  • cyan value is 45.96%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(46,31,0,8)
C46M31Y0K8 
(46%,31%,0%,8%)
(0.46/0.31/0.00/0.08)	

CMYK percentages

%45.96
%31.49
%0
%7.84

Codes

Color #7FA1EB in popluar color models

7FA1EB
RGB127161235
HSL221°72.97%70.98%
HSB/HSV221°45.96%92.16%
CMYK45.96%31.49%0.00%
7.84%

Color #7FA1EB in popluar number systems.

HEX7FA1EB
Decimal127161235
Binary11111111010000111101011
Octal177241353

Shades and tints

Shades of #7FA1EB

#7FA1EB
(127,161,235)
#7493D6
(116,147,214)
#6985C1
(105,133,193)
#5E77AC
(94,119,172)
#536997
(83,105,151)
#485B82
(72,91,130)
#3D4D6D
(61,77,109)
#323F58
(50,63,88)
#273143
(39,49,67)
#1C232E
(28,35,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #7FA1EB

#7FA1EB
(127,161,235)
#8AA9EC
(138,169,236)
#95B1ED
(149,177,237)
#A0B9EE
(160,185,238)
#ABC1EF
(171,193,239)
#B6C9F0
(182,201,240)
#C1D1F1
(193,209,241)
#CCD9F2
(204,217,242)
#D7E1F3
(215,225,243)
#E2E9F4
(226,233,244)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA1EB color. Also use rgb(127,161,235) instead hex code.

Text Font Color

.myTextColor { color: #7FA1EB; }

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

This text font color is #7FA1EB.


Background Color

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

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

This div background color is #7FA1EB.


Border color

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

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

This div border color is #7FA1EB.


Opacity

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

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

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

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

This text has shadow with #7FA1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA1EB on black background.


Color preview on white background

This text has color #7FA1EB on white background.



Black color preview on #7FA1EB background

This text has black color on #7FA1EB background.


White color preview on #7FA1EB background

This text has white color on #7FA1EB background.