COLOR #7FA4E7

HEX: #7FA4E7 RGB: (127,164,231)

Color info

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

RGB color model

#7FA4E7 color RGB value is (127,164,231).

RGB: (127,164,231) (50%, 64%, 91%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 231 of 255 = 91%

127
164
231

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

Portions of RGB colors in percentages

R + G + B = 127 + 164 + 231 = 522 (100%)
R 127 of 522 ~ 24.33%
G 164 of 522 ~ 31.42%
B 231 of 522 ~ 44.25'%

%24.33
%31.42
%44.25

CMYK color model

#7FA4E7 color CMYK value is (45,29,0,9).

  • cyan value is 45.02%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (45,29,0,9)
C45M29Y0K9 (45%, 29%, 0%, 9%)
(0.45 / 0.29 / 0.00 / 0.09)

CMYK percentages

%45.02
%29
%0
%9.41

Codes

Color #7FA4E7 in popluar color models

7F A4 E7
RGB 127 164 231
HSL 219° 68.42% 70.20%
HSB/HSV 219° 45.02% 90.59%
CMYK 45.02% 29.00% 0.00%
9.41%

Color #7FA4E7 in popluar number systems.

HEX 7F A4 E7
Decimal 127 164 231
Binary 1111111 10100100 11100111
Octal 177 244 347

Shades and tints

Shades of #7FA4E7

#7FA4E7
(127,164,231)
#7496D2
(116,150,210)
#6988BD
(105,136,189)
#5E7AA8
(94,122,168)
#536C93
(83,108,147)
#485E7E
(72,94,126)
#3D5069
(61,80,105)
#324254
(50,66,84)
#27343F
(39,52,63)
#1C262A
(28,38,42)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #7FA4E7

#7FA4E7
(127,164,231)
#8AACE9
(138,172,233)
#95B4EB
(149,180,235)
#A0BCED
(160,188,237)
#ABC4EF
(171,196,239)
#B6CCF1
(182,204,241)
#C1D4F3
(193,212,243)
#CCDCF5
(204,220,245)
#D7E4F7
(215,228,247)
#E2ECF9
(226,236,249)
#EDF4FB
(237,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA4E7 color. Also use rgb(127,164,231) instead hex code.

Text Font Color

.myTextColor { color: #7FA4E7; }

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

This text font color is #7FA4E7.

Background Color

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

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

This div background color is #7FA4E7.

Border color

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

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

This div border color is #7FA4E7.

Opacity

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

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

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

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

This text has shadow with #7FA4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA4E7.

Preview

Color preview on black background

This text has color #7FA4E7 on black background.


Color preview on white background

This text has color #7FA4E7 on white background.


Black color preview on #7FA4E7 background

This text has black color on #7FA4E7 background.


White color preview on #7FA4E7 background

This text has white color on #7FA4E7 background.


Related colors

Complementary color

Complementary color for #hex is #805B18.


I love getcolorcode.com

Triadic colors

1 #E77FA4 and #A4E77F with #7FA4E7 are triadic colors.

2 #E7A47F and #A47FE7 with #7FA4E7 are triadic colors.