COLOR #7DA4A9

HEX: #7DA4A9
RGB: (125,164,169)

Color info

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

RGB color model

#7DA4A9 color RGB value is (125,164,169).

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

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 169 of 255 = 66%

125
164
169

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 169 = 458 (100%)
R 125 of 458 ~ 27.29%
G 164 of 458 ~ 35.81%
B 169 of 458 ~ 36.9%

%27.29
%35.81
%36.9

CMYK color model

#7DA4A9 color CMYK value is (26,3,0,34).

  • cyan value is 26.04%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(26,3,0,34)
C26M3Y0K34 
(26%,3%,0%,34%)
(0.26/0.03/0.00/0.34)	

CMYK percentages

%26.04
%2.96
%0
%33.73

Codes

Color #7DA4A9 in popluar color models

7DA4A9
RGB125164169
HSL187°20.37%57.65%
HSB/HSV187°26.04%66.27%
CMYK26.04%2.96%0.00%
33.73%

Color #7DA4A9 in popluar number systems.

HEX7DA4A9
Decimal125164169
Binary11111011010010010101001
Octal175244251

Shades and tints

Shades of #7DA4A9

#7DA4A9
(125,164,169)
#72969A
(114,150,154)
#67888B
(103,136,139)
#5C7A7C
(92,122,124)
#516C6D
(81,108,109)
#465E5E
(70,94,94)
#3B504F
(59,80,79)
#304240
(48,66,64)
#253431
(37,52,49)
#1A2622
(26,38,34)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DA4A9

#7DA4A9
(125,164,169)
#88ACB0
(136,172,176)
#93B4B7
(147,180,183)
#9EBCBE
(158,188,190)
#A9C4C5
(169,196,197)
#B4CCCC
(180,204,204)
#BFD4D3
(191,212,211)
#CADCDA
(202,220,218)
#D5E4E1
(213,228,225)
#E0ECE8
(224,236,232)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA4A9; }

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

This text font color is #7DA4A9.


Background Color

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

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

This div background color is #7DA4A9.


Border color

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

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

This div border color is #7DA4A9.


Opacity

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

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

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

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

This text has shadow with #7DA4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA4A9 on black background.


Color preview on white background

This text has color #7DA4A9 on white background.



Black color preview on #7DA4A9 background

This text has black color on #7DA4A9 background.


White color preview on #7DA4A9 background

This text has white color on #7DA4A9 background.