COLOR #7AD1BC

HEX: #7AD1BC RGB: (122,209,188)

Color info

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

RGB color model

#7AD1BC color RGB value is (122,209,188).

RGB: (122,209,188) (48%, 82%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 209 of 255 = 82%
B 188 of 255 = 74%

122
209
188

R + G + B ~ 68%. #7AD1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 209 + 188 = 519 (100%)
R 122 of 519 ~ 23.51%
G 209 of 519 ~ 40.27%
B 188 of 519 ~ 36.22'%

%23.51
%40.27
%36.22

CMYK color model

#7AD1BC color CMYK value is (42,0,10,18).

  • cyan value is 41.63%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 18.04%

CMYK: (42,0,10,18)
C42M0Y10K18 (42%, 0%, 10%, 18%)
(0.42 / 0.00 / 0.10 / 0.18)

CMYK percentages

%41.63
%0
%10.05
%18.04

Codes

Color #7AD1BC in popluar color models

7A D1 BC
RGB 122 209 188
HSL 166° 48.60% 64.90%
HSB/HSV 166° 41.63% 81.96%
CMYK 41.63% 0.00% 10.05%
18.04%

Color #7AD1BC in popluar number systems.

HEX 7A D1 BC
Decimal 122 209 188
Binary 1111010 11010001 10111100
Octal 172 321 274

Shades and tints

Shades of #7AD1BC

#7AD1BC
(122,209,188)
#6FBEAB
(111,190,171)
#64AB9A
(100,171,154)
#599889
(89,152,137)
#4E8578
(78,133,120)
#437267
(67,114,103)
#385F56
(56,95,86)
#2D4C45
(45,76,69)
#223934
(34,57,52)
#172623
(23,38,35)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #7AD1BC

#7AD1BC
(122,209,188)
#86D5C2
(134,213,194)
#92D9C8
(146,217,200)
#9EDDCE
(158,221,206)
#AAE1D4
(170,225,212)
#B6E5DA
(182,229,218)
#C2E9E0
(194,233,224)
#CEEDE6
(206,237,230)
#DAF1EC
(218,241,236)
#E6F5F2
(230,245,242)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD1BC color. Also use rgb(122,209,188) instead hex code.

Text Font Color

.myTextColor { color: #7AD1BC; }

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

This text font color is #7AD1BC.

Background Color

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

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

This div background color is #7AD1BC.

Border color

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

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

This div border color is #7AD1BC.

Opacity

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

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

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

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

This text has shadow with #7AD1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD1BC.

Preview

Color preview on black background

This text has color #7AD1BC on black background.


Color preview on white background

This text has color #7AD1BC on white background.


Black color preview on #7AD1BC background

This text has black color on #7AD1BC background.


White color preview on #7AD1BC background

This text has white color on #7AD1BC background.


Related colors

Complementary color

Complementary color for #hex is #852E43.


I love getcolorcode.com

Triadic colors

1 #BC7AD1 and #D1BC7A with #7AD1BC are triadic colors.

2 #BCD17A and #D17ABC with #7AD1BC are triadic colors.