COLOR #7AD1A3

HEX: #7AD1A3
RGB: (122,209,163)

Color info

#7AD1A3 contains mainly green and blue colors. Web safe color of #7AD1A3 is #66CC99 (or #6C9).

RGB color model

#7AD1A3 color RGB value is (122,209,163).

  • red value is 122;
  • green value is 209;
  • blue value is 163.
RGB:
(122,209,163)
(48%,82%,64%)

RGB channels and saturation

R 122 of 255 = 48%
G 209 of 255 = 82%
B 163 of 255 = 64%

122
209
163

R + G + B ~ 65%. #7AD1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 209 + 163 = 494 (100%)
R 122 of 494 ~ 24.7%
G 209 of 494 ~ 42.31%
B 163 of 494 ~ 33%

%24.7
%42.31
%33

CMYK color model

#7AD1A3 color CMYK value is (42,0,22,18).

  • cyan value is 41.63%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%
CMYK:
(42,0,22,18)
C42M0Y22K18 
(42%,0%,22%,18%)
(0.42/0.00/0.22/0.18)	

CMYK percentages

%41.63
%0
%22.01
%18.04

Codes

Color #7AD1A3 in popluar color models

7AD1A3
RGB122209163
HSL148°48.60%64.90%
HSB/HSV148°41.63%81.96%
CMYK41.63%0.00%22.01%
18.04%

Color #7AD1A3 in popluar number systems.

HEX7AD1A3
Decimal122209163
Binary11110101101000110100011
Octal172321243

Shades and tints

Shades of #7AD1A3

#7AD1A3
(122,209,163)
#6FBE95
(111,190,149)
#64AB87
(100,171,135)
#599879
(89,152,121)
#4E856B
(78,133,107)
#43725D
(67,114,93)
#385F4F
(56,95,79)
#2D4C41
(45,76,65)
#223933
(34,57,51)
#172625
(23,38,37)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #7AD1A3

#7AD1A3
(122,209,163)
#86D5AB
(134,213,171)
#92D9B3
(146,217,179)
#9EDDBB
(158,221,187)
#AAE1C3
(170,225,195)
#B6E5CB
(182,229,203)
#C2E9D3
(194,233,211)
#CEEDDB
(206,237,219)
#DAF1E3
(218,241,227)
#E6F5EB
(230,245,235)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD1A3 color. Also use rgb(122,209,163) instead hex code.

Text Font Color

.myTextColor { color: #7AD1A3; }

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

This text font color is #7AD1A3.


Background Color

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

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

This div background color is #7AD1A3.


Border color

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

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

This div border color is #7AD1A3.


Opacity

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

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

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

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

This text has shadow with #7AD1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD1A3 on black background.


Color preview on white background

This text has color #7AD1A3 on white background.



Black color preview on #7AD1A3 background

This text has black color on #7AD1A3 background.


White color preview on #7AD1A3 background

This text has white color on #7AD1A3 background.