COLOR #7DAFAA

HEX: #7DAFAA
RGB: (125,175,170)

Color info

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

RGB color model

#7DAFAA color RGB value is (125,175,170).

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

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 170 of 255 = 67%

125
175
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 175 + 170 = 470 (100%)
R 125 of 470 ~ 26.6%
G 175 of 470 ~ 37.23%
B 170 of 470 ~ 36.17%

%26.6
%37.23
%36.17

CMYK color model

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

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

CMYK percentages

%28.57
%0
%2.86
%31.37

Codes

Color #7DAFAA in popluar color models

7DAFAA
RGB125175170
HSL174°23.81%58.82%
HSB/HSV174°28.57%68.63%
CMYK28.57%0.00%2.86%
31.37%

Color #7DAFAA in popluar number systems.

HEX7DAFAA
Decimal125175170
Binary11111011010111110101010
Octal175257252

Shades and tints

Shades of #7DAFAA

#7DAFAA
(125,175,170)
#72A09B
(114,160,155)
#67918C
(103,145,140)
#5C827D
(92,130,125)
#51736E
(81,115,110)
#46645F
(70,100,95)
#3B5550
(59,85,80)
#304641
(48,70,65)
#253732
(37,55,50)
#1A2823
(26,40,35)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #7DAFAA

#7DAFAA
(125,175,170)
#88B6B1
(136,182,177)
#93BDB8
(147,189,184)
#9EC4BF
(158,196,191)
#A9CBC6
(169,203,198)
#B4D2CD
(180,210,205)
#BFD9D4
(191,217,212)
#CAE0DB
(202,224,219)
#D5E7E2
(213,231,226)
#E0EEE9
(224,238,233)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAFAA; }

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

This text font color is #7DAFAA.


Background Color

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

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

This div background color is #7DAFAA.


Border color

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

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

This div border color is #7DAFAA.


Opacity

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

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

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

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

This text has shadow with #7DAFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAFAA on black background.


Color preview on white background

This text has color #7DAFAA on white background.



Black color preview on #7DAFAA background

This text has black color on #7DAFAA background.


White color preview on #7DAFAA background

This text has white color on #7DAFAA background.