COLOR #7FAEA4

HEX: #7FAEA4
RGB: (127,174,164)

Color info

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

RGB color model

#7FAEA4 color RGB value is (127,174,164).

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

RGB channels and saturation

R 127 of 255 = 50%
G 174 of 255 = 68%
B 164 of 255 = 64%

127
174
164

R + G + B ~ 61%. #7FAEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 174 + 164 = 465 (100%)
R 127 of 465 ~ 27.31%
G 174 of 465 ~ 37.42%
B 164 of 465 ~ 35.27%

%27.31
%37.42
%35.27

CMYK color model

#7FAEA4 color CMYK value is (27,0,6,32).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(27,0,6,32)
C27M0Y6K32 
(27%,0%,6%,32%)
(0.27/0.00/0.06/0.32)	

CMYK percentages

%27.01
%0
%5.75
%31.76

Codes

Color #7FAEA4 in popluar color models

7FAEA4
RGB127174164
HSL167°22.49%59.02%
HSB/HSV167°27.01%68.24%
CMYK27.01%0.00%5.75%
31.76%

Color #7FAEA4 in popluar number systems.

HEX7FAEA4
Decimal127174164
Binary11111111010111010100100
Octal177256244

Shades and tints

Shades of #7FAEA4

#7FAEA4
(127,174,164)
#749F96
(116,159,150)
#699088
(105,144,136)
#5E817A
(94,129,122)
#53726C
(83,114,108)
#48635E
(72,99,94)
#3D5450
(61,84,80)
#324542
(50,69,66)
#273634
(39,54,52)
#1C2726
(28,39,38)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #7FAEA4

#7FAEA4
(127,174,164)
#8AB5AC
(138,181,172)
#95BCB4
(149,188,180)
#A0C3BC
(160,195,188)
#ABCAC4
(171,202,196)
#B6D1CC
(182,209,204)
#C1D8D4
(193,216,212)
#CCDFDC
(204,223,220)
#D7E6E4
(215,230,228)
#E2EDEC
(226,237,236)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAEA4; }

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

This text font color is #7FAEA4.


Background Color

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

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

This div background color is #7FAEA4.


Border color

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

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

This div border color is #7FAEA4.


Opacity

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

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

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

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

This text has shadow with #7FAEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAEA4 on black background.


Color preview on white background

This text has color #7FAEA4 on white background.



Black color preview on #7FAEA4 background

This text has black color on #7FAEA4 background.


White color preview on #7FAEA4 background

This text has white color on #7FAEA4 background.