COLOR #7FAEEC

HEX: #7FAEEC RGB: (127,174,236)

Color info

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

RGB color model

#7FAEEC color RGB value is (127,174,236).

RGB: (127,174,236) (50%, 68%, 93%)

RGB channels and saturation

R 127 of 255 = 50%
G 174 of 255 = 68%
B 236 of 255 = 93%

127
174
236

R + G + B ~ 70%. #7FAEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 174 + 236 = 537 (100%)
R 127 of 537 ~ 23.65%
G 174 of 537 ~ 32.4%
B 236 of 537 ~ 43.95'%

%23.65
%32.4
%43.95

CMYK color model

#7FAEEC color CMYK value is (46,26,0,7).

  • cyan value is 46.19%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (46,26,0,7)
C46M26Y0K7 (46%, 26%, 0%, 7%)
(0.46 / 0.26 / 0.00 / 0.07)

CMYK percentages

%46.19
%26.27
%0
%7.45

Codes

Color #7FAEEC in popluar color models

7F AE EC
RGB 127 174 236
HSL 214° 74.15% 71.18%
HSB/HSV 214° 46.19% 92.55%
CMYK 46.19% 26.27% 0.00%
7.45%

Color #7FAEEC in popluar number systems.

HEX 7F AE EC
Decimal 127 174 236
Binary 1111111 10101110 11101100
Octal 177 256 354

Shades and tints

Shades of #7FAEEC

#7FAEEC
(127,174,236)
#749FD7
(116,159,215)
#6990C2
(105,144,194)
#5E81AD
(94,129,173)
#537298
(83,114,152)
#486383
(72,99,131)
#3D546E
(61,84,110)
#324559
(50,69,89)
#273644
(39,54,68)
#1C272F
(28,39,47)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #7FAEEC

#7FAEEC
(127,174,236)
#8AB5ED
(138,181,237)
#95BCEE
(149,188,238)
#A0C3EF
(160,195,239)
#ABCAF0
(171,202,240)
#B6D1F1
(182,209,241)
#C1D8F2
(193,216,242)
#CCDFF3
(204,223,243)
#D7E6F4
(215,230,244)
#E2EDF5
(226,237,245)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAEEC color. Also use rgb(127,174,236) instead hex code.

Text Font Color

.myTextColor { color: #7FAEEC; }

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

This text font color is #7FAEEC.

Background Color

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

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

This div background color is #7FAEEC.

Border color

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

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

This div border color is #7FAEEC.

Opacity

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

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

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

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

This text has shadow with #7FAEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAEEC.

Preview

Color preview on black background

This text has color #7FAEEC on black background.


Color preview on white background

This text has color #7FAEEC on white background.


Black color preview on #7FAEEC background

This text has black color on #7FAEEC background.


White color preview on #7FAEEC background

This text has white color on #7FAEEC background.


Related colors

Complementary color

Complementary color for #hex is #805113.


I love getcolorcode.com

Triadic colors

1 #EC7FAE and #AEEC7F with #7FAEEC are triadic colors.

2 #ECAE7F and #AE7FEC with #7FAEEC are triadic colors.