COLOR #7DAFA5

HEX: #7DAFA5 RGB: (125,175,165)

Color info

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

RGB color model

#7DAFA5 color RGB value is (125,175,165).

RGB: (125,175,165) (49%, 69%, 65%)

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 165 of 255 = 65%

125
175
165

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

Portions of RGB colors in percentages

R + G + B = 125 + 175 + 165 = 465 (100%)
R 125 of 465 ~ 26.88%
G 175 of 465 ~ 37.63%
B 165 of 465 ~ 35.48'%

%26.88
%37.63
%35.48

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%

CMYK: (29,0,6,31)
C29M0Y6K31 (29%, 0%, 6%, 31%)
(0.29 / 0.00 / 0.06 / 0.31)

CMYK percentages

%28.57
%0
%5.71
%31.37

Codes

Color #7DAFA5 in popluar color models

7D AF A5
RGB 125 175 165
HSL 168° 23.81% 58.82%
HSB/HSV 168° 28.57% 68.63%
CMYK 28.57% 0.00% 5.71%
31.37%

Color #7DAFA5 in popluar number systems.

HEX 7D AF A5
Decimal 125 175 165
Binary 1111101 10101111 10100101
Octal 175 257 245

Shades and tints

Shades of #7DAFA5

#7DAFA5
(125,175,165)
#72A096
(114,160,150)
#679187
(103,145,135)
#5C8278
(92,130,120)
#517369
(81,115,105)
#46645A
(70,100,90)
#3B554B
(59,85,75)
#30463C
(48,70,60)
#25372D
(37,55,45)
#1A281E
(26,40,30)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #7DAFA5

#7DAFA5
(125,175,165)
#88B6AD
(136,182,173)
#93BDB5
(147,189,181)
#9EC4BD
(158,196,189)
#A9CBC5
(169,203,197)
#B4D2CD
(180,210,205)
#BFD9D5
(191,217,213)
#CAE0DD
(202,224,221)
#D5E7E5
(213,231,229)
#E0EEED
(224,238,237)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAFA5; }

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

This text font color is #7DAFA5.

Background Color

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

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

This div background color is #7DAFA5.

Border color

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

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

This div border color is #7DAFA5.

Opacity

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

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

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

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

This text has shadow with #7DAFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAFA5.

Preview

Color preview on black background

This text has color #7DAFA5 on black background.


Color preview on white background

This text has color #7DAFA5 on white background.


Black color preview on #7DAFA5 background

This text has black color on #7DAFA5 background.


White color preview on #7DAFA5 background

This text has white color on #7DAFA5 background.


Related colors

Complementary color

Complementary color for #hex is #82505A.


I love getcolorcode.com

Triadic colors

1 #A57DAF and #AFA57D with #7DAFA5 are triadic colors.

2 #A5AF7D and #AF7DA5 with #7DAFA5 are triadic colors.