COLOR #7DA9A8

HEX: #7DA9A8
RGB: (125,169,168)

Color info

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

RGB color model

#7DA9A8 color RGB value is (125,169,168).

  • red value is 125;
  • green value is 169;
  • blue value is 168.
RGB:
(125,169,168)
(49%,66%,66%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 168 of 255 = 66%

125
169
168

R + G + B ~ 60%. #7DA9A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 168 = 462 (100%)
R 125 of 462 ~ 27.06%
G 169 of 462 ~ 36.58%
B 168 of 462 ~ 36.36%

%27.06
%36.58
%36.36

CMYK color model

#7DA9A8 color CMYK value is (26,0,1,34).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 0.59%
  • key color value is 33.73%
CMYK:
(26,0,1,34)
C26M0Y1K34 
(26%,0%,1%,34%)
(0.26/0.00/0.01/0.34)	

CMYK percentages

%26.04
%0
%0.59
%33.73

Codes

Color #7DA9A8 in popluar color models

7DA9A8
RGB125169168
HSL179°20.37%57.65%
HSB/HSV179°26.04%66.27%
CMYK26.04%0.00%0.59%
33.73%

Color #7DA9A8 in popluar number systems.

HEX7DA9A8
Decimal125169168
Binary11111011010100110101000
Octal175251250

Shades and tints

Shades of #7DA9A8

#7DA9A8
(125,169,168)
#729A99
(114,154,153)
#678B8A
(103,139,138)
#5C7C7B
(92,124,123)
#516D6C
(81,109,108)
#465E5D
(70,94,93)
#3B4F4E
(59,79,78)
#30403F
(48,64,63)
#253130
(37,49,48)
#1A2221
(26,34,33)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7DA9A8

#7DA9A8
(125,169,168)
#88B0AF
(136,176,175)
#93B7B6
(147,183,182)
#9EBEBD
(158,190,189)
#A9C5C4
(169,197,196)
#B4CCCB
(180,204,203)
#BFD3D2
(191,211,210)
#CADAD9
(202,218,217)
#D5E1E0
(213,225,224)
#E0E8E7
(224,232,231)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA9A8 color. Also use rgb(125,169,168) instead hex code.

Text Font Color

.myTextColor { color: #7DA9A8; }

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

This text font color is #7DA9A8.


Background Color

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

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

This div background color is #7DA9A8.


Border color

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

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

This div border color is #7DA9A8.


Opacity

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

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

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

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

This text has shadow with #7DA9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA9A8 on black background.


Color preview on white background

This text has color #7DA9A8 on white background.



Black color preview on #7DA9A8 background

This text has black color on #7DA9A8 background.


White color preview on #7DA9A8 background

This text has white color on #7DA9A8 background.