COLOR #7D9BA6

HEX: #7D9BA6
RGB: (125,155,166)

Color info

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

RGB color model

#7D9BA6 color RGB value is (125,155,166).

  • red value is 125;
  • green value is 155;
  • blue value is 166.
RGB:
(125,155,166)
(49%,61%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 166 of 255 = 65%

125
155
166

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 166 = 446 (100%)
R 125 of 446 ~ 28.03%
G 155 of 446 ~ 34.75%
B 166 of 446 ~ 37.22%

%28.03
%34.75
%37.22

CMYK color model

#7D9BA6 color CMYK value is (25,7,0,35).

  • cyan value is 24.70%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(25,7,0,35)
C25M7Y0K35 
(25%,7%,0%,35%)
(0.25/0.07/0.00/0.35)	

CMYK percentages

%24.7
%6.63
%0
%34.9

Codes

Color #7D9BA6 in popluar color models

7D9BA6
RGB125155166
HSL196°18.72%57.06%
HSB/HSV196°24.70%65.10%
CMYK24.70%6.63%0.00%
34.90%

Color #7D9BA6 in popluar number systems.

HEX7D9BA6
Decimal125155166
Binary11111011001101110100110
Octal175233246

Shades and tints

Shades of #7D9BA6

#7D9BA6
(125,155,166)
#728D97
(114,141,151)
#677F88
(103,127,136)
#5C7179
(92,113,121)
#51636A
(81,99,106)
#46555B
(70,85,91)
#3B474C
(59,71,76)
#30393D
(48,57,61)
#252B2E
(37,43,46)
#1A1D1F
(26,29,31)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D9BA6

#7D9BA6
(125,155,166)
#88A4AE
(136,164,174)
#93ADB6
(147,173,182)
#9EB6BE
(158,182,190)
#A9BFC6
(169,191,198)
#B4C8CE
(180,200,206)
#BFD1D6
(191,209,214)
#CADADE
(202,218,222)
#D5E3E6
(213,227,230)
#E0ECEE
(224,236,238)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9BA6 color. Also use rgb(125,155,166) instead hex code.

Text Font Color

.myTextColor { color: #7D9BA6; }

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

This text font color is #7D9BA6.


Background Color

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

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

This div background color is #7D9BA6.


Border color

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

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

This div border color is #7D9BA6.


Opacity

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

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

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

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

This text has shadow with #7D9BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9BA6 on black background.


Color preview on white background

This text has color #7D9BA6 on white background.



Black color preview on #7D9BA6 background

This text has black color on #7D9BA6 background.


White color preview on #7D9BA6 background

This text has white color on #7D9BA6 background.