COLOR #7D97B6

HEX: #7D97B6
RGB: (125,151,182)

Color info

#7D97B6 contains red, green and blue colors in about the same proportion. Web safe color of #7D97B6 is #6699CC (or #69C).

RGB color model

#7D97B6 color RGB value is (125,151,182).

  • red value is 125;
  • green value is 151;
  • blue value is 182.
RGB:
(125,151,182)
(49%,59%,71%)

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 182 of 255 = 71%

125
151
182

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 182 = 458 (100%)
R 125 of 458 ~ 27.29%
G 151 of 458 ~ 32.97%
B 182 of 458 ~ 39.74%

%27.29
%32.97
%39.74

CMYK color model

#7D97B6 color CMYK value is (31,17,0,29).

  • cyan value is 31.32%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,17,0,29)
C31M17Y0K29 
(31%,17%,0%,29%)
(0.31/0.17/0.00/0.29)	

CMYK percentages

%31.32
%17.03
%0
%28.63

Codes

Color #7D97B6 in popluar color models

7D97B6
RGB125151182
HSL213°28.08%60.20%
HSB/HSV213°31.32%71.37%
CMYK31.32%17.03%0.00%
28.63%

Color #7D97B6 in popluar number systems.

HEX7D97B6
Decimal125151182
Binary11111011001011110110110
Octal175227266

Shades and tints

Shades of #7D97B6

#7D97B6
(125,151,182)
#728AA6
(114,138,166)
#677D96
(103,125,150)
#5C7086
(92,112,134)
#516376
(81,99,118)
#465666
(70,86,102)
#3B4956
(59,73,86)
#303C46
(48,60,70)
#252F36
(37,47,54)
#1A2226
(26,34,38)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #7D97B6

#7D97B6
(125,151,182)
#88A0BC
(136,160,188)
#93A9C2
(147,169,194)
#9EB2C8
(158,178,200)
#A9BBCE
(169,187,206)
#B4C4D4
(180,196,212)
#BFCDDA
(191,205,218)
#CAD6E0
(202,214,224)
#D5DFE6
(213,223,230)
#E0E8EC
(224,232,236)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D97B6 color. Also use rgb(125,151,182) instead hex code.

Text Font Color

.myTextColor { color: #7D97B6; }

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

This text font color is #7D97B6.


Background Color

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

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

This div background color is #7D97B6.


Border color

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

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

This div border color is #7D97B6.


Opacity

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

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

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

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

This text has shadow with #7D97B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D97B6 on black background.


Color preview on white background

This text has color #7D97B6 on white background.



Black color preview on #7D97B6 background

This text has black color on #7D97B6 background.


White color preview on #7D97B6 background

This text has white color on #7D97B6 background.