COLOR #7ADDBD

HEX: #7ADDBD
RGB: (122,221,189)

Color info

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

RGB color model

#7ADDBD color RGB value is (122,221,189).

  • red value is 122;
  • green value is 221;
  • blue value is 189.
RGB:
(122,221,189)
(48%,87%,74%)

RGB channels and saturation

R 122 of 255 = 48%
G 221 of 255 = 87%
B 189 of 255 = 74%

122
221
189

R + G + B ~ 70%. #7ADDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 221 + 189 = 532 (100%)
R 122 of 532 ~ 22.93%
G 221 of 532 ~ 41.54%
B 189 of 532 ~ 35.53%

%22.93
%41.54
%35.53

CMYK color model

#7ADDBD color CMYK value is (45,0,14,13).

  • cyan value is 44.80%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(45,0,14,13)
C45M0Y14K13 
(45%,0%,14%,13%)
(0.45/0.00/0.14/0.13)	

CMYK percentages

%44.8
%0
%14.48
%13.33

Codes

Color #7ADDBD in popluar color models

7ADDBD
RGB122221189
HSL161°59.28%67.25%
HSB/HSV161°44.80%86.67%
CMYK44.80%0.00%14.48%
13.33%

Color #7ADDBD in popluar number systems.

HEX7ADDBD
Decimal122221189
Binary11110101101110110111101
Octal172335275

Shades and tints

Shades of #7ADDBD

#7ADDBD
(122,221,189)
#6FC9AC
(111,201,172)
#64B59B
(100,181,155)
#59A18A
(89,161,138)
#4E8D79
(78,141,121)
#437968
(67,121,104)
#386557
(56,101,87)
#2D5146
(45,81,70)
#223D35
(34,61,53)
#172924
(23,41,36)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #7ADDBD

#7ADDBD
(122,221,189)
#86E0C3
(134,224,195)
#92E3C9
(146,227,201)
#9EE6CF
(158,230,207)
#AAE9D5
(170,233,213)
#B6ECDB
(182,236,219)
#C2EFE1
(194,239,225)
#CEF2E7
(206,242,231)
#DAF5ED
(218,245,237)
#E6F8F3
(230,248,243)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ADDBD color. Also use rgb(122,221,189) instead hex code.

Text Font Color

.myTextColor { color: #7ADDBD; }

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

This text font color is #7ADDBD.


Background Color

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

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

This div background color is #7ADDBD.


Border color

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

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

This div border color is #7ADDBD.


Opacity

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

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

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

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

This text has shadow with #7ADDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ADDBD on black background.


Color preview on white background

This text has color #7ADDBD on white background.



Black color preview on #7ADDBD background

This text has black color on #7ADDBD background.


White color preview on #7ADDBD background

This text has white color on #7ADDBD background.