COLOR #7DC9B0

HEX: #7DC9B0 RGB: (125,201,176)

Color info

#7DC9B0 contains mainly green and blue colors. Web safe color of #7DC9B0 is #66CC99 (or #6C9).

RGB color model

#7DC9B0 color RGB value is (125,201,176).

RGB: (125,201,176) (49%, 79%, 69%)

RGB channels and saturation

R 125 of 255 = 49%
G 201 of 255 = 79%
B 176 of 255 = 69%

125
201
176

R + G + B ~ 66%. #7DC9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 201 + 176 = 502 (100%)
R 125 of 502 ~ 24.9%
G 201 of 502 ~ 40.04%
B 176 of 502 ~ 35.06'%

%24.9
%40.04
%35.06

CMYK color model

#7DC9B0 color CMYK value is (38,0,12,21).

  • cyan value is 37.81%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%

CMYK: (38,0,12,21)
C38M0Y12K21 (38%, 0%, 12%, 21%)
(0.38 / 0.00 / 0.12 / 0.21)

CMYK percentages

%37.81
%0
%12.44
%21.18

Codes

Color #7DC9B0 in popluar color models

7D C9 B0
RGB 125 201 176
HSL 160° 41.30% 63.92%
HSB/HSV 160° 37.81% 78.82%
CMYK 37.81% 0.00% 12.44%
21.18%

Color #7DC9B0 in popluar number systems.

HEX 7D C9 B0
Decimal 125 201 176
Binary 1111101 11001001 10110000
Octal 175 311 260

Shades and tints

Shades of #7DC9B0

#7DC9B0
(125,201,176)
#72B7A0
(114,183,160)
#67A590
(103,165,144)
#5C9380
(92,147,128)
#518170
(81,129,112)
#466F60
(70,111,96)
#3B5D50
(59,93,80)
#304B40
(48,75,64)
#253930
(37,57,48)
#1A2720
(26,39,32)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7DC9B0

#7DC9B0
(125,201,176)
#88CDB7
(136,205,183)
#93D1BE
(147,209,190)
#9ED5C5
(158,213,197)
#A9D9CC
(169,217,204)
#B4DDD3
(180,221,211)
#BFE1DA
(191,225,218)
#CAE5E1
(202,229,225)
#D5E9E8
(213,233,232)
#E0EDEF
(224,237,239)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC9B0 color. Also use rgb(125,201,176) instead hex code.

Text Font Color

.myTextColor { color: #7DC9B0; }

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

This text font color is #7DC9B0.

Background Color

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

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

This div background color is #7DC9B0.

Border color

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

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

This div border color is #7DC9B0.

Opacity

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

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

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

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

This text has shadow with #7DC9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC9B0.

Preview

Color preview on black background

This text has color #7DC9B0 on black background.


Color preview on white background

This text has color #7DC9B0 on white background.


Black color preview on #7DC9B0 background

This text has black color on #7DC9B0 background.


White color preview on #7DC9B0 background

This text has white color on #7DC9B0 background.


Related colors

Complementary color

Complementary color for #hex is #82364F.


I love getcolorcode.com

Triadic colors

1 #B07DC9 and #C9B07D with #7DC9B0 are triadic colors.

2 #B0C97D and #C97DB0 with #7DC9B0 are triadic colors.