COLOR #7DA4AB

HEX: #7DA4AB
RGB: (125,164,171)

Color info

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

RGB color model

#7DA4AB color RGB value is (125,164,171).

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

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 171 of 255 = 67%

125
164
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 171 = 460 (100%)
R 125 of 460 ~ 27.17%
G 164 of 460 ~ 35.65%
B 171 of 460 ~ 37.17%

%27.17
%35.65
%37.17

CMYK color model

#7DA4AB color CMYK value is (27,4,0,33).

  • cyan value is 26.90%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,4,0,33)
C27M4Y0K33 
(27%,4%,0%,33%)
(0.27/0.04/0.00/0.33)	

CMYK percentages

%26.9
%4.09
%0
%32.94

Codes

Color #7DA4AB in popluar color models

7DA4AB
RGB125164171
HSL189°21.50%58.04%
HSB/HSV189°26.90%67.06%
CMYK26.90%4.09%0.00%
32.94%

Color #7DA4AB in popluar number systems.

HEX7DA4AB
Decimal125164171
Binary11111011010010010101011
Octal175244253

Shades and tints

Shades of #7DA4AB

#7DA4AB
(125,164,171)
#72969C
(114,150,156)
#67888D
(103,136,141)
#5C7A7E
(92,122,126)
#516C6F
(81,108,111)
#465E60
(70,94,96)
#3B5051
(59,80,81)
#304242
(48,66,66)
#253433
(37,52,51)
#1A2624
(26,38,36)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #7DA4AB

#7DA4AB
(125,164,171)
#88ACB2
(136,172,178)
#93B4B9
(147,180,185)
#9EBCC0
(158,188,192)
#A9C4C7
(169,196,199)
#B4CCCE
(180,204,206)
#BFD4D5
(191,212,213)
#CADCDC
(202,220,220)
#D5E4E3
(213,228,227)
#E0ECEA
(224,236,234)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA4AB; }

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

This text font color is #7DA4AB.


Background Color

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

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

This div background color is #7DA4AB.


Border color

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

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

This div border color is #7DA4AB.


Opacity

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

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

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

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

This text has shadow with #7DA4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA4AB on black background.


Color preview on white background

This text has color #7DA4AB on white background.



Black color preview on #7DA4AB background

This text has black color on #7DA4AB background.


White color preview on #7DA4AB background

This text has white color on #7DA4AB background.