COLOR #7AD893

HEX: #7AD893
RGB: (122,216,147)

Color info

#7AD893 contains mainly green color. Web safe color of #7AD893 is #66CC99 (or #6C9).

RGB color model

#7AD893 color RGB value is (122,216,147).

  • red value is 122;
  • green value is 216;
  • blue value is 147.
RGB:
(122,216,147)
(48%,85%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 216 of 255 = 85%
B 147 of 255 = 58%

122
216
147

R + G + B ~ 64%. #7AD893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 216 + 147 = 485 (100%)
R 122 of 485 ~ 25.15%
G 216 of 485 ~ 44.54%
B 147 of 485 ~ 30.31%

%25.15
%44.54
%30.31

CMYK color model

#7AD893 color CMYK value is (44,0,32,15).

  • cyan value is 43.52%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 15.29%
CMYK:
(44,0,32,15)
C44M0Y32K15 
(44%,0%,32%,15%)
(0.44/0.00/0.32/0.15)	

CMYK percentages

%43.52
%0
%31.94
%15.29

Codes

Color #7AD893 in popluar color models

7AD893
RGB122216147
HSL136°54.65%66.27%
HSB/HSV136°43.52%84.71%
CMYK43.52%0.00%31.94%
15.29%

Color #7AD893 in popluar number systems.

HEX7AD893
Decimal122216147
Binary11110101101100010010011
Octal172330223

Shades and tints

Shades of #7AD893

#7AD893
(122,216,147)
#6FC586
(111,197,134)
#64B279
(100,178,121)
#599F6C
(89,159,108)
#4E8C5F
(78,140,95)
#437952
(67,121,82)
#386645
(56,102,69)
#2D5338
(45,83,56)
#22402B
(34,64,43)
#172D1E
(23,45,30)
#0C1A11
(12,26,17)
#000000
(0,0,0)

Tints of #7AD893

#7AD893
(122,216,147)
#86DB9C
(134,219,156)
#92DEA5
(146,222,165)
#9EE1AE
(158,225,174)
#AAE4B7
(170,228,183)
#B6E7C0
(182,231,192)
#C2EAC9
(194,234,201)
#CEEDD2
(206,237,210)
#DAF0DB
(218,240,219)
#E6F3E4
(230,243,228)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD893 color. Also use rgb(122,216,147) instead hex code.

Text Font Color

.myTextColor { color: #7AD893; }

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

This text font color is #7AD893.


Background Color

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

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

This div background color is #7AD893.


Border color

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

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

This div border color is #7AD893.


Opacity

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

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

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

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

This text has shadow with #7AD893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD893 on black background.


Color preview on white background

This text has color #7AD893 on white background.



Black color preview on #7AD893 background

This text has black color on #7AD893 background.


White color preview on #7AD893 background

This text has white color on #7AD893 background.