COLOR #7D9DB9

HEX: #7D9DB9
RGB: (125,157,185)

Color info

#7D9DB9 contains mainly green and blue colors. Web safe color of #7D9DB9 is #6699CC (or #69C).

RGB color model

#7D9DB9 color RGB value is (125,157,185).

  • red value is 125;
  • green value is 157;
  • blue value is 185.
RGB:
(125,157,185)
(49%,62%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 157 of 255 = 62%
B 185 of 255 = 73%

125
157
185

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

Portions of RGB colors in percentages

R + G + B =
125 + 157 + 185 = 467 (100%)
R 125 of 467 ~ 26.77%
G 157 of 467 ~ 33.62%
B 185 of 467 ~ 39.61%

%26.77
%33.62
%39.61

CMYK color model

#7D9DB9 color CMYK value is (32,15,0,27).

  • cyan value is 32.43%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(32,15,0,27)
C32M15Y0K27 
(32%,15%,0%,27%)
(0.32/0.15/0.00/0.27)	

CMYK percentages

%32.43
%15.14
%0
%27.45

Codes

Color #7D9DB9 in popluar color models

7D9DB9
RGB125157185
HSL208°30.00%60.78%
HSB/HSV208°32.43%72.55%
CMYK32.43%15.14%0.00%
27.45%

Color #7D9DB9 in popluar number systems.

HEX7D9DB9
Decimal125157185
Binary11111011001110110111001
Octal175235271

Shades and tints

Shades of #7D9DB9

#7D9DB9
(125,157,185)
#728FA9
(114,143,169)
#678199
(103,129,153)
#5C7389
(92,115,137)
#516579
(81,101,121)
#465769
(70,87,105)
#3B4959
(59,73,89)
#303B49
(48,59,73)
#252D39
(37,45,57)
#1A1F29
(26,31,41)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #7D9DB9

#7D9DB9
(125,157,185)
#88A5BF
(136,165,191)
#93ADC5
(147,173,197)
#9EB5CB
(158,181,203)
#A9BDD1
(169,189,209)
#B4C5D7
(180,197,215)
#BFCDDD
(191,205,221)
#CAD5E3
(202,213,227)
#D5DDE9
(213,221,233)
#E0E5EF
(224,229,239)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9DB9 color. Also use rgb(125,157,185) instead hex code.

Text Font Color

.myTextColor { color: #7D9DB9; }

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

This text font color is #7D9DB9.


Background Color

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

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

This div background color is #7D9DB9.


Border color

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

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

This div border color is #7D9DB9.


Opacity

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

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

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

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

This text has shadow with #7D9DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9DB9 on black background.


Color preview on white background

This text has color #7D9DB9 on white background.



Black color preview on #7D9DB9 background

This text has black color on #7D9DB9 background.


White color preview on #7D9DB9 background

This text has white color on #7D9DB9 background.