COLOR #7DB9AC

HEX: #7DB9AC
RGB: (125,185,172)

Color info

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

RGB color model

#7DB9AC color RGB value is (125,185,172).

  • red value is 125;
  • green value is 185;
  • blue value is 172.
RGB:
(125,185,172)
(49%,73%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 172 of 255 = 67%

125
185
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 185 + 172 = 482 (100%)
R 125 of 482 ~ 25.93%
G 185 of 482 ~ 38.38%
B 172 of 482 ~ 35.68%

%25.93
%38.38
%35.68

CMYK color model

#7DB9AC color CMYK value is (32,0,7,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(32,0,7,27)
C32M0Y7K27 
(32%,0%,7%,27%)
(0.32/0.00/0.07/0.27)	

CMYK percentages

%32.43
%0
%7.03
%27.45

Codes

Color #7DB9AC in popluar color models

7DB9AC
RGB125185172
HSL167°30.00%60.78%
HSB/HSV167°32.43%72.55%
CMYK32.43%0.00%7.03%
27.45%

Color #7DB9AC in popluar number systems.

HEX7DB9AC
Decimal125185172
Binary11111011011100110101100
Octal175271254

Shades and tints

Shades of #7DB9AC

#7DB9AC
(125,185,172)
#72A99D
(114,169,157)
#67998E
(103,153,142)
#5C897F
(92,137,127)
#517970
(81,121,112)
#466961
(70,105,97)
#3B5952
(59,89,82)
#304943
(48,73,67)
#253934
(37,57,52)
#1A2925
(26,41,37)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #7DB9AC

#7DB9AC
(125,185,172)
#88BFB3
(136,191,179)
#93C5BA
(147,197,186)
#9ECBC1
(158,203,193)
#A9D1C8
(169,209,200)
#B4D7CF
(180,215,207)
#BFDDD6
(191,221,214)
#CAE3DD
(202,227,221)
#D5E9E4
(213,233,228)
#E0EFEB
(224,239,235)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB9AC color. Also use rgb(125,185,172) instead hex code.

Text Font Color

.myTextColor { color: #7DB9AC; }

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

This text font color is #7DB9AC.


Background Color

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

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

This div background color is #7DB9AC.


Border color

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

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

This div border color is #7DB9AC.


Opacity

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

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

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

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

This text has shadow with #7DB9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB9AC on black background.


Color preview on white background

This text has color #7DB9AC on white background.



Black color preview on #7DB9AC background

This text has black color on #7DB9AC background.


White color preview on #7DB9AC background

This text has white color on #7DB9AC background.