COLOR #7DB0AC

HEX: #7DB0AC RGB: (125,176,172)

Color info

#7DB0AC contains red, green and blue colors in about the same proportion. Web safe color of #7DB0AC is #669999 (or #699).

RGB color model

#7DB0AC color RGB value is (125,176,172).

RGB: (125,176,172) (49%, 69%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 172 of 255 = 67%

125
176
172

R + G + B ~ 62%. #7DB0AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 176 + 172 = 473 (100%)
R 125 of 473 ~ 26.43%
G 176 of 473 ~ 37.21%
B 172 of 473 ~ 36.36'%

%26.43
%37.21
%36.36

CMYK color model

#7DB0AC color CMYK value is (29,0,2,31).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 30.98%

CMYK: (29,0,2,31)
C29M0Y2K31 (29%, 0%, 2%, 31%)
(0.29 / 0.00 / 0.02 / 0.31)

CMYK percentages

%28.98
%0
%2.27
%30.98

Codes

Color #7DB0AC in popluar color models

7D B0 AC
RGB 125 176 172
HSL 175° 24.40% 59.02%
HSB/HSV 175° 28.98% 69.02%
CMYK 28.98% 0.00% 2.27%
30.98%

Color #7DB0AC in popluar number systems.

HEX 7D B0 AC
Decimal 125 176 172
Binary 1111101 10110000 10101100
Octal 175 260 254

Shades and tints

Shades of #7DB0AC

#7DB0AC
(125,176,172)
#72A09D
(114,160,157)
#67908E
(103,144,142)
#5C807F
(92,128,127)
#517070
(81,112,112)
#466061
(70,96,97)
#3B5052
(59,80,82)
#304043
(48,64,67)
#253034
(37,48,52)
#1A2025
(26,32,37)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #7DB0AC

#7DB0AC
(125,176,172)
#88B7B3
(136,183,179)
#93BEBA
(147,190,186)
#9EC5C1
(158,197,193)
#A9CCC8
(169,204,200)
#B4D3CF
(180,211,207)
#BFDAD6
(191,218,214)
#CAE1DD
(202,225,221)
#D5E8E4
(213,232,228)
#E0EFEB
(224,239,235)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB0AC; }

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

This text font color is #7DB0AC.

Background Color

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

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

This div background color is #7DB0AC.

Border color

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

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

This div border color is #7DB0AC.

Opacity

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

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

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

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

This text has shadow with #7DB0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB0AC.

Preview

Color preview on black background

This text has color #7DB0AC on black background.


Color preview on white background

This text has color #7DB0AC on white background.


Black color preview on #7DB0AC background

This text has black color on #7DB0AC background.


White color preview on #7DB0AC background

This text has white color on #7DB0AC background.


Related colors

Complementary color

Complementary color for #hex is #824F53.


I love getcolorcode.com

Triadic colors

1 #AC7DB0 and #B0AC7D with #7DB0AC are triadic colors.

2 #ACB07D and #B07DAC with #7DB0AC are triadic colors.