COLOR #7DB0AB

HEX: #7DB0AB
RGB: (125,176,171)

Color info

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

RGB color model

#7DB0AB color RGB value is (125,176,171).

  • red value is 125;
  • green value is 176;
  • blue value is 171.
RGB:
(125,176,171)
(49%,69%,67%)

RGB channels and saturation

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

125
176
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 176 + 171 = 472 (100%)
R 125 of 472 ~ 26.48%
G 176 of 472 ~ 37.29%
B 171 of 472 ~ 36.23%

%26.48
%37.29
%36.23

CMYK color model

#7DB0AB color CMYK value is (29,0,3,31).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(29,0,3,31)
C29M0Y3K31 
(29%,0%,3%,31%)
(0.29/0.00/0.03/0.31)	

CMYK percentages

%28.98
%0
%2.84
%30.98

Codes

Color #7DB0AB in popluar color models

7DB0AB
RGB125176171
HSL174°24.40%59.02%
HSB/HSV174°28.98%69.02%
CMYK28.98%0.00%2.84%
30.98%

Color #7DB0AB in popluar number systems.

HEX7DB0AB
Decimal125176171
Binary11111011011000010101011
Octal175260253

Shades and tints

Shades of #7DB0AB

#7DB0AB
(125,176,171)
#72A09C
(114,160,156)
#67908D
(103,144,141)
#5C807E
(92,128,126)
#51706F
(81,112,111)
#466060
(70,96,96)
#3B5051
(59,80,81)
#304042
(48,64,66)
#253033
(37,48,51)
#1A2024
(26,32,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #7DB0AB

#7DB0AB
(125,176,171)
#88B7B2
(136,183,178)
#93BEB9
(147,190,185)
#9EC5C0
(158,197,192)
#A9CCC7
(169,204,199)
#B4D3CE
(180,211,206)
#BFDAD5
(191,218,213)
#CAE1DC
(202,225,220)
#D5E8E3
(213,232,227)
#E0EFEA
(224,239,234)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB0AB; }

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

This text font color is #7DB0AB.


Background Color

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

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

This div background color is #7DB0AB.


Border color

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

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

This div border color is #7DB0AB.


Opacity

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

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

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

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

This text has shadow with #7DB0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB0AB on black background.


Color preview on white background

This text has color #7DB0AB on white background.



Black color preview on #7DB0AB background

This text has black color on #7DB0AB background.


White color preview on #7DB0AB background

This text has white color on #7DB0AB background.