COLOR #7AD7BE

HEX: #7AD7BE
RGB: (122,215,190)

Color info

#7AD7BE contains mainly green and blue colors. Web safe color of #7AD7BE is #66CCCC (or #6CC).

RGB color model

#7AD7BE color RGB value is (122,215,190).

  • red value is 122;
  • green value is 215;
  • blue value is 190.
RGB:
(122,215,190)
(48%,84%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 215 of 255 = 84%
B 190 of 255 = 75%

122
215
190

R + G + B ~ 69%. #7AD7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 215 + 190 = 527 (100%)
R 122 of 527 ~ 23.15%
G 215 of 527 ~ 40.8%
B 190 of 527 ~ 36.05%

%23.15
%40.8
%36.05

CMYK color model

#7AD7BE color CMYK value is (43,0,12,16).

  • cyan value is 43.26%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(43,0,12,16)
C43M0Y12K16 
(43%,0%,12%,16%)
(0.43/0.00/0.12/0.16)	

CMYK percentages

%43.26
%0
%11.63
%15.69

Codes

Color #7AD7BE in popluar color models

7AD7BE
RGB122215190
HSL164°53.76%66.08%
HSB/HSV164°43.26%84.31%
CMYK43.26%0.00%11.63%
15.69%

Color #7AD7BE in popluar number systems.

HEX7AD7BE
Decimal122215190
Binary11110101101011110111110
Octal172327276

Shades and tints

Shades of #7AD7BE

#7AD7BE
(122,215,190)
#6FC4AD
(111,196,173)
#64B19C
(100,177,156)
#599E8B
(89,158,139)
#4E8B7A
(78,139,122)
#437869
(67,120,105)
#386558
(56,101,88)
#2D5247
(45,82,71)
#223F36
(34,63,54)
#172C25
(23,44,37)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #7AD7BE

#7AD7BE
(122,215,190)
#86DAC3
(134,218,195)
#92DDC8
(146,221,200)
#9EE0CD
(158,224,205)
#AAE3D2
(170,227,210)
#B6E6D7
(182,230,215)
#C2E9DC
(194,233,220)
#CEECE1
(206,236,225)
#DAEFE6
(218,239,230)
#E6F2EB
(230,242,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD7BE color. Also use rgb(122,215,190) instead hex code.

Text Font Color

.myTextColor { color: #7AD7BE; }

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

This text font color is #7AD7BE.


Background Color

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

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

This div background color is #7AD7BE.


Border color

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

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

This div border color is #7AD7BE.


Opacity

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

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

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

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

This text has shadow with #7AD7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD7BE on black background.


Color preview on white background

This text has color #7AD7BE on white background.



Black color preview on #7AD7BE background

This text has black color on #7AD7BE background.


White color preview on #7AD7BE background

This text has white color on #7AD7BE background.