COLOR #7FADAE

HEX: #7FADAE
RGB: (127,173,174)

Color info

#7FADAE contains red, green and blue colors in about the same proportion. Web safe color of #7FADAE is #669999 (or #699).

RGB color model

#7FADAE color RGB value is (127,173,174).

  • red value is 127;
  • green value is 173;
  • blue value is 174.
RGB:
(127,173,174)
(50%,68%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 173 of 255 = 68%
B 174 of 255 = 68%

127
173
174

R + G + B ~ 62%. #7FADAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 173 + 174 = 474 (100%)
R 127 of 474 ~ 26.79%
G 173 of 474 ~ 36.5%
B 174 of 474 ~ 36.71%

%26.79
%36.5
%36.71

CMYK color model

#7FADAE color CMYK value is (27,1,0,32).

  • cyan value is 27.01%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,1,0,32)
C27M1Y0K32 
(27%,1%,0%,32%)
(0.27/0.01/0.00/0.32)	

CMYK percentages

%27.01
%0.57
%0
%31.76

Codes

Color #7FADAE in popluar color models

7FADAE
RGB127173174
HSL181°22.49%59.02%
HSB/HSV181°27.01%68.24%
CMYK27.01%0.57%0.00%
31.76%

Color #7FADAE in popluar number systems.

HEX7FADAE
Decimal127173174
Binary11111111010110110101110
Octal177255256

Shades and tints

Shades of #7FADAE

#7FADAE
(127,173,174)
#749E9F
(116,158,159)
#698F90
(105,143,144)
#5E8081
(94,128,129)
#537172
(83,113,114)
#486263
(72,98,99)
#3D5354
(61,83,84)
#324445
(50,68,69)
#273536
(39,53,54)
#1C2627
(28,38,39)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7FADAE

#7FADAE
(127,173,174)
#8AB4B5
(138,180,181)
#95BBBC
(149,187,188)
#A0C2C3
(160,194,195)
#ABC9CA
(171,201,202)
#B6D0D1
(182,208,209)
#C1D7D8
(193,215,216)
#CCDEDF
(204,222,223)
#D7E5E6
(215,229,230)
#E2ECED
(226,236,237)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FADAE; }

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

This text font color is #7FADAE.


Background Color

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

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

This div background color is #7FADAE.


Border color

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

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

This div border color is #7FADAE.


Opacity

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

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

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

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

This text has shadow with #7FADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FADAE on black background.


Color preview on white background

This text has color #7FADAE on white background.



Black color preview on #7FADAE background

This text has black color on #7FADAE background.


White color preview on #7FADAE background

This text has white color on #7FADAE background.