COLOR #7DB0A2

HEX: #7DB0A2 RGB: (125,176,162)

Color info

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

RGB color model

#7DB0A2 color RGB value is (125,176,162).

RGB: (125,176,162) (49%, 69%, 64%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 162 of 255 = 64%

125
176
162

R + G + B ~ 61%. #7DB0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 176 + 162 = 463 (100%)
R 125 of 463 ~ 27%
G 176 of 463 ~ 38.01%
B 162 of 463 ~ 34.99'%

%27
%38.01
%34.99

CMYK color model

#7DB0A2 color CMYK value is (29,0,8,31).

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

CMYK: (29,0,8,31)
C29M0Y8K31 (29%, 0%, 8%, 31%)
(0.29 / 0.00 / 0.08 / 0.31)

CMYK percentages

%28.98
%0
%7.95
%30.98

Codes

Color #7DB0A2 in popluar color models

7D B0 A2
RGB 125 176 162
HSL 164° 24.40% 59.02%
HSB/HSV 164° 28.98% 69.02%
CMYK 28.98% 0.00% 7.95%
30.98%

Color #7DB0A2 in popluar number systems.

HEX 7D B0 A2
Decimal 125 176 162
Binary 1111101 10110000 10100010
Octal 175 260 242

Shades and tints

Shades of #7DB0A2

#7DB0A2
(125,176,162)
#72A094
(114,160,148)
#679086
(103,144,134)
#5C8078
(92,128,120)
#51706A
(81,112,106)
#46605C
(70,96,92)
#3B504E
(59,80,78)
#304040
(48,64,64)
#253032
(37,48,50)
#1A2024
(26,32,36)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #7DB0A2

#7DB0A2
(125,176,162)
#88B7AA
(136,183,170)
#93BEB2
(147,190,178)
#9EC5BA
(158,197,186)
#A9CCC2
(169,204,194)
#B4D3CA
(180,211,202)
#BFDAD2
(191,218,210)
#CAE1DA
(202,225,218)
#D5E8E2
(213,232,226)
#E0EFEA
(224,239,234)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB0A2; }

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

This text font color is #7DB0A2.

Background Color

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

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

This div background color is #7DB0A2.

Border color

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

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

This div border color is #7DB0A2.

Opacity

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

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

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

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

This text has shadow with #7DB0A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB0A2.

Preview

Color preview on black background

This text has color #7DB0A2 on black background.


Color preview on white background

This text has color #7DB0A2 on white background.


Black color preview on #7DB0A2 background

This text has black color on #7DB0A2 background.


White color preview on #7DB0A2 background

This text has white color on #7DB0A2 background.


Related colors

Complementary color

Complementary color for #hex is #824F5D.


I love getcolorcode.com

Triadic colors

1 #A27DB0 and #B0A27D with #7DB0A2 are triadic colors.

2 #A2B07D and #B07DA2 with #7DB0A2 are triadic colors.