COLOR #7AD5C9

HEX: #7AD5C9 RGB: (122,213,201)

Color info

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

RGB color model

#7AD5C9 color RGB value is (122,213,201).

RGB: (122,213,201) (48%, 84%, 79%)

RGB channels and saturation

R 122 of 255 = 48%
G 213 of 255 = 84%
B 201 of 255 = 79%

122
213
201

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

Portions of RGB colors in percentages

R + G + B = 122 + 213 + 201 = 536 (100%)
R 122 of 536 ~ 22.76%
G 213 of 536 ~ 39.74%
B 201 of 536 ~ 37.5'%

%22.76
%39.74
%37.5

CMYK color model

#7AD5C9 color CMYK value is (43,0,6,16).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 16.47%

CMYK: (43,0,6,16)
C43M0Y6K16 (43%, 0%, 6%, 16%)
(0.43 / 0.00 / 0.06 / 0.16)

CMYK percentages

%42.72
%0
%5.63
%16.47

Codes

Color #7AD5C9 in popluar color models

7A D5 C9
RGB 122 213 201
HSL 172° 52.00% 65.69%
HSB/HSV 172° 42.72% 83.53%
CMYK 42.72% 0.00% 5.63%
16.47%

Color #7AD5C9 in popluar number systems.

HEX 7A D5 C9
Decimal 122 213 201
Binary 1111010 11010101 11001001
Octal 172 325 311

Shades and tints

Shades of #7AD5C9

#7AD5C9
(122,213,201)
#6FC2B7
(111,194,183)
#64AFA5
(100,175,165)
#599C93
(89,156,147)
#4E8981
(78,137,129)
#43766F
(67,118,111)
#38635D
(56,99,93)
#2D504B
(45,80,75)
#223D39
(34,61,57)
#172A27
(23,42,39)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #7AD5C9

#7AD5C9
(122,213,201)
#86D8CD
(134,216,205)
#92DBD1
(146,219,209)
#9EDED5
(158,222,213)
#AAE1D9
(170,225,217)
#B6E4DD
(182,228,221)
#C2E7E1
(194,231,225)
#CEEAE5
(206,234,229)
#DAEDE9
(218,237,233)
#E6F0ED
(230,240,237)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD5C9 color. Also use rgb(122,213,201) instead hex code.

Text Font Color

.myTextColor { color: #7AD5C9; }

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

This text font color is #7AD5C9.

Background Color

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

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

This div background color is #7AD5C9.

Border color

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

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

This div border color is #7AD5C9.

Opacity

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

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

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

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

This text has shadow with #7AD5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD5C9.

Preview

Color preview on black background

This text has color #7AD5C9 on black background.


Color preview on white background

This text has color #7AD5C9 on white background.


Black color preview on #7AD5C9 background

This text has black color on #7AD5C9 background.


White color preview on #7AD5C9 background

This text has white color on #7AD5C9 background.


Related colors

Complementary color

Complementary color for #hex is #852A36.


I love getcolorcode.com

Triadic colors

1 #C97AD5 and #D5C97A with #7AD5C9 are triadic colors.

2 #C9D57A and #D57AC9 with #7AD5C9 are triadic colors.