COLOR #7AAF8C

HEX: #7AAF8C
RGB: (122,175,140)

Color info

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

RGB color model

#7AAF8C color RGB value is (122,175,140).

  • red value is 122;
  • green value is 175;
  • blue value is 140.
RGB:
(122,175,140)
(48%,69%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 140 of 255 = 55%

122
175
140

R + G + B ~ 57%. #7AAF8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 140 = 437 (100%)
R 122 of 437 ~ 27.92%
G 175 of 437 ~ 40.05%
B 140 of 437 ~ 32.04%

%27.92
%40.05
%32.04

CMYK color model

#7AAF8C color CMYK value is (30,0,20,31).

  • cyan value is 30.29%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(30,0,20,31)
C30M0Y20K31 
(30%,0%,20%,31%)
(0.30/0.00/0.20/0.31)	

CMYK percentages

%30.29
%0
%20
%31.37

Codes

Color #7AAF8C in popluar color models

7AAF8C
RGB122175140
HSL140°24.88%58.24%
HSB/HSV140°30.29%68.63%
CMYK30.29%0.00%20.00%
31.37%

Color #7AAF8C in popluar number systems.

HEX7AAF8C
Decimal122175140
Binary11110101010111110001100
Octal172257214

Shades and tints

Shades of #7AAF8C

#7AAF8C
(122,175,140)
#6FA080
(111,160,128)
#649174
(100,145,116)
#598268
(89,130,104)
#4E735C
(78,115,92)
#436450
(67,100,80)
#385544
(56,85,68)
#2D4638
(45,70,56)
#22372C
(34,55,44)
#172820
(23,40,32)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #7AAF8C

#7AAF8C
(122,175,140)
#86B696
(134,182,150)
#92BDA0
(146,189,160)
#9EC4AA
(158,196,170)
#AACBB4
(170,203,180)
#B6D2BE
(182,210,190)
#C2D9C8
(194,217,200)
#CEE0D2
(206,224,210)
#DAE7DC
(218,231,220)
#E6EEE6
(230,238,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAF8C color. Also use rgb(122,175,140) instead hex code.

Text Font Color

.myTextColor { color: #7AAF8C; }

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

This text font color is #7AAF8C.


Background Color

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

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

This div background color is #7AAF8C.


Border color

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

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

This div border color is #7AAF8C.


Opacity

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

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

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

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

This text has shadow with #7AAF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAF8C on black background.


Color preview on white background

This text has color #7AAF8C on white background.



Black color preview on #7AAF8C background

This text has black color on #7AAF8C background.


White color preview on #7AAF8C background

This text has white color on #7AAF8C background.