COLOR #7D9BAC

HEX: #7D9BAC
RGB: (125,155,172)

Color info

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

RGB color model

#7D9BAC color RGB value is (125,155,172).

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

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 172 of 255 = 67%

125
155
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 172 = 452 (100%)
R 125 of 452 ~ 27.65%
G 155 of 452 ~ 34.29%
B 172 of 452 ~ 38.05%

%27.65
%34.29
%38.05

CMYK color model

#7D9BAC color CMYK value is (27,10,0,33).

  • cyan value is 27.33%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(27,10,0,33)
C27M10Y0K33 
(27%,10%,0%,33%)
(0.27/0.10/0.00/0.33)	

CMYK percentages

%27.33
%9.88
%0
%32.55

Codes

Color #7D9BAC in popluar color models

7D9BAC
RGB125155172
HSL202°22.07%58.24%
HSB/HSV202°27.33%67.45%
CMYK27.33%9.88%0.00%
32.55%

Color #7D9BAC in popluar number systems.

HEX7D9BAC
Decimal125155172
Binary11111011001101110101100
Octal175233254

Shades and tints

Shades of #7D9BAC

#7D9BAC
(125,155,172)
#728D9D
(114,141,157)
#677F8E
(103,127,142)
#5C717F
(92,113,127)
#516370
(81,99,112)
#465561
(70,85,97)
#3B4752
(59,71,82)
#303943
(48,57,67)
#252B34
(37,43,52)
#1A1D25
(26,29,37)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7D9BAC

#7D9BAC
(125,155,172)
#88A4B3
(136,164,179)
#93ADBA
(147,173,186)
#9EB6C1
(158,182,193)
#A9BFC8
(169,191,200)
#B4C8CF
(180,200,207)
#BFD1D6
(191,209,214)
#CADADD
(202,218,221)
#D5E3E4
(213,227,228)
#E0ECEB
(224,236,235)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9BAC; }

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

This text font color is #7D9BAC.


Background Color

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

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

This div background color is #7D9BAC.


Border color

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

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

This div border color is #7D9BAC.


Opacity

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

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

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

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

This text has shadow with #7D9BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9BAC on black background.


Color preview on white background

This text has color #7D9BAC on white background.



Black color preview on #7D9BAC background

This text has black color on #7D9BAC background.


White color preview on #7D9BAC background

This text has white color on #7D9BAC background.