COLOR #7DA2AF

HEX: #7DA2AF
RGB: (125,162,175)

Color info

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

RGB color model

#7DA2AF color RGB value is (125,162,175).

  • red value is 125;
  • green value is 162;
  • blue value is 175.
RGB:
(125,162,175)
(49%,64%,69%)

RGB channels and saturation

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

125
162
175

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 175 = 462 (100%)
R 125 of 462 ~ 27.06%
G 162 of 462 ~ 35.06%
B 175 of 462 ~ 37.88%

%27.06
%35.06
%37.88

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(29,7,0,31)
C29M7Y0K31 
(29%,7%,0%,31%)
(0.29/0.07/0.00/0.31)	

CMYK percentages

%28.57
%7.43
%0
%31.37

Codes

Color #7DA2AF in popluar color models

7DA2AF
RGB125162175
HSL196°23.81%58.82%
HSB/HSV196°28.57%68.63%
CMYK28.57%7.43%0.00%
31.37%

Color #7DA2AF in popluar number systems.

HEX7DA2AF
Decimal125162175
Binary11111011010001010101111
Octal175242257

Shades and tints

Shades of #7DA2AF

#7DA2AF
(125,162,175)
#7294A0
(114,148,160)
#678691
(103,134,145)
#5C7882
(92,120,130)
#516A73
(81,106,115)
#465C64
(70,92,100)
#3B4E55
(59,78,85)
#304046
(48,64,70)
#253237
(37,50,55)
#1A2428
(26,36,40)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #7DA2AF

#7DA2AF
(125,162,175)
#88AAB6
(136,170,182)
#93B2BD
(147,178,189)
#9EBAC4
(158,186,196)
#A9C2CB
(169,194,203)
#B4CAD2
(180,202,210)
#BFD2D9
(191,210,217)
#CADAE0
(202,218,224)
#D5E2E7
(213,226,231)
#E0EAEE
(224,234,238)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA2AF; }

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

This text font color is #7DA2AF.


Background Color

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

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

This div background color is #7DA2AF.


Border color

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

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

This div border color is #7DA2AF.


Opacity

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

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

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

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

This text has shadow with #7DA2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA2AF on black background.


Color preview on white background

This text has color #7DA2AF on white background.



Black color preview on #7DA2AF background

This text has black color on #7DA2AF background.


White color preview on #7DA2AF background

This text has white color on #7DA2AF background.