COLOR #7ADCCA

HEX: #7ADCCA RGB: (122,220,202)

Color info

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

RGB color model

#7ADCCA color RGB value is (122,220,202).

RGB: (122,220,202) (48%, 86%, 79%)

RGB channels and saturation

R 122 of 255 = 48%
G 220 of 255 = 86%
B 202 of 255 = 79%

122
220
202

R + G + B ~ 71%. #7ADCCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 220 + 202 = 544 (100%)
R 122 of 544 ~ 22.43%
G 220 of 544 ~ 40.44%
B 202 of 544 ~ 37.13'%

%22.43
%40.44
%37.13

CMYK color model

#7ADCCA color CMYK value is (45,0,8,14).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%

CMYK: (45,0,8,14)
C45M0Y8K14 (45%, 0%, 8%, 14%)
(0.45 / 0.00 / 0.08 / 0.14)

CMYK percentages

%44.55
%0
%8.18
%13.73

Codes

Color #7ADCCA in popluar color models

7A DC CA
RGB 122 220 202
HSL 169° 58.33% 67.06%
HSB/HSV 169° 44.55% 86.27%
CMYK 44.55% 0.00% 8.18%
13.73%

Color #7ADCCA in popluar number systems.

HEX 7A DC CA
Decimal 122 220 202
Binary 1111010 11011100 11001010
Octal 172 334 312

Shades and tints

Shades of #7ADCCA

#7ADCCA
(122,220,202)
#6FC8B8
(111,200,184)
#64B4A6
(100,180,166)
#59A094
(89,160,148)
#4E8C82
(78,140,130)
#437870
(67,120,112)
#38645E
(56,100,94)
#2D504C
(45,80,76)
#223C3A
(34,60,58)
#172828
(23,40,40)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #7ADCCA

#7ADCCA
(122,220,202)
#86DFCE
(134,223,206)
#92E2D2
(146,226,210)
#9EE5D6
(158,229,214)
#AAE8DA
(170,232,218)
#B6EBDE
(182,235,222)
#C2EEE2
(194,238,226)
#CEF1E6
(206,241,230)
#DAF4EA
(218,244,234)
#E6F7EE
(230,247,238)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ADCCA color. Also use rgb(122,220,202) instead hex code.

Text Font Color

.myTextColor { color: #7ADCCA; }

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

This text font color is #7ADCCA.

Background Color

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

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

This div background color is #7ADCCA.

Border color

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

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

This div border color is #7ADCCA.

Opacity

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

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

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

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

This text has shadow with #7ADCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ADCCA.

Preview

Color preview on black background

This text has color #7ADCCA on black background.


Color preview on white background

This text has color #7ADCCA on white background.


Black color preview on #7ADCCA background

This text has black color on #7ADCCA background.


White color preview on #7ADCCA background

This text has white color on #7ADCCA background.


Related colors

Complementary color

Complementary color for #hex is #852335.


I love getcolorcode.com

Triadic colors

1 #CA7ADC and #DCCA7A with #7ADCCA are triadic colors.

2 #CADC7A and #DC7ACA with #7ADCCA are triadic colors.