COLOR #7DB6AD

HEX: #7DB6AD
RGB: (125,182,173)

Color info

#7DB6AD contains red, green and blue colors in about the same proportion. Web safe color of #7DB6AD is #66CC99 (or #6C9).

RGB color model

#7DB6AD color RGB value is (125,182,173).

  • red value is 125;
  • green value is 182;
  • blue value is 173.
RGB:
(125,182,173)
(49%,71%,68%)

RGB channels and saturation

R 125 of 255 = 49%
G 182 of 255 = 71%
B 173 of 255 = 68%

125
182
173

R + G + B ~ 63%. #7DB6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 182 + 173 = 480 (100%)
R 125 of 480 ~ 26.04%
G 182 of 480 ~ 37.92%
B 173 of 480 ~ 36.04%

%26.04
%37.92
%36.04

CMYK color model

#7DB6AD color CMYK value is (31,0,5,29).

  • cyan value is 31.32%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(31,0,5,29)
C31M0Y5K29 
(31%,0%,5%,29%)
(0.31/0.00/0.05/0.29)	

CMYK percentages

%31.32
%0
%4.95
%28.63

Codes

Color #7DB6AD in popluar color models

7DB6AD
RGB125182173
HSL171°28.08%60.20%
HSB/HSV171°31.32%71.37%
CMYK31.32%0.00%4.95%
28.63%

Color #7DB6AD in popluar number systems.

HEX7DB6AD
Decimal125182173
Binary11111011011011010101101
Octal175266255

Shades and tints

Shades of #7DB6AD

#7DB6AD
(125,182,173)
#72A69E
(114,166,158)
#67968F
(103,150,143)
#5C8680
(92,134,128)
#517671
(81,118,113)
#466662
(70,102,98)
#3B5653
(59,86,83)
#304644
(48,70,68)
#253635
(37,54,53)
#1A2626
(26,38,38)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #7DB6AD

#7DB6AD
(125,182,173)
#88BCB4
(136,188,180)
#93C2BB
(147,194,187)
#9EC8C2
(158,200,194)
#A9CEC9
(169,206,201)
#B4D4D0
(180,212,208)
#BFDAD7
(191,218,215)
#CAE0DE
(202,224,222)
#D5E6E5
(213,230,229)
#E0ECEC
(224,236,236)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB6AD color. Also use rgb(125,182,173) instead hex code.

Text Font Color

.myTextColor { color: #7DB6AD; }

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

This text font color is #7DB6AD.


Background Color

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

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

This div background color is #7DB6AD.


Border color

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

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

This div border color is #7DB6AD.


Opacity

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

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

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

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

This text has shadow with #7DB6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB6AD on black background.


Color preview on white background

This text has color #7DB6AD on white background.



Black color preview on #7DB6AD background

This text has black color on #7DB6AD background.


White color preview on #7DB6AD background

This text has white color on #7DB6AD background.