COLOR #7AA198

HEX: #7AA198
RGB: (122,161,152)

Color info

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

RGB color model

#7AA198 color RGB value is (122,161,152).

  • red value is 122;
  • green value is 161;
  • blue value is 152.
RGB:
(122,161,152)
(48%,63%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 152 of 255 = 60%

122
161
152

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 152 = 435 (100%)
R 122 of 435 ~ 28.05%
G 161 of 435 ~ 37.01%
B 152 of 435 ~ 34.94%

%28.05
%37.01
%34.94

CMYK color model

#7AA198 color CMYK value is (24,0,6,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 36.86%
CMYK:
(24,0,6,37)
C24M0Y6K37 
(24%,0%,6%,37%)
(0.24/0.00/0.06/0.37)	

CMYK percentages

%24.22
%0
%5.59
%36.86

Codes

Color #7AA198 in popluar color models

7AA198
RGB122161152
HSL166°17.18%55.49%
HSB/HSV166°24.22%63.14%
CMYK24.22%0.00%5.59%
36.86%

Color #7AA198 in popluar number systems.

HEX7AA198
Decimal122161152
Binary11110101010000110011000
Octal172241230

Shades and tints

Shades of #7AA198

#7AA198
(122,161,152)
#6F938B
(111,147,139)
#64857E
(100,133,126)
#597771
(89,119,113)
#4E6964
(78,105,100)
#435B57
(67,91,87)
#384D4A
(56,77,74)
#2D3F3D
(45,63,61)
#223130
(34,49,48)
#172323
(23,35,35)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #7AA198

#7AA198
(122,161,152)
#86A9A1
(134,169,161)
#92B1AA
(146,177,170)
#9EB9B3
(158,185,179)
#AAC1BC
(170,193,188)
#B6C9C5
(182,201,197)
#C2D1CE
(194,209,206)
#CED9D7
(206,217,215)
#DAE1E0
(218,225,224)
#E6E9E9
(230,233,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA198 color. Also use rgb(122,161,152) instead hex code.

Text Font Color

.myTextColor { color: #7AA198; }

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

This text font color is #7AA198.


Background Color

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

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

This div background color is #7AA198.


Border color

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

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

This div border color is #7AA198.


Opacity

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

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

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

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

This text has shadow with #7AA198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA198 on black background.


Color preview on white background

This text has color #7AA198 on white background.



Black color preview on #7AA198 background

This text has black color on #7AA198 background.


White color preview on #7AA198 background

This text has white color on #7AA198 background.