COLOR #7D97CE

HEX: #7D97CE
RGB: (125,151,206)

Color info

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

RGB color model

#7D97CE color RGB value is (125,151,206).

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

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 206 of 255 = 81%

125
151
206

R + G + B ~ 63%. #7D97CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 206 = 482 (100%)
R 125 of 482 ~ 25.93%
G 151 of 482 ~ 31.33%
B 206 of 482 ~ 42.74%

%25.93
%31.33
%42.74

CMYK color model

#7D97CE color CMYK value is (39,27,0,19).

  • cyan value is 39.32%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(39,27,0,19)
C39M27Y0K19 
(39%,27%,0%,19%)
(0.39/0.27/0.00/0.19)	

CMYK percentages

%39.32
%26.7
%0
%19.22

Codes

Color #7D97CE in popluar color models

7D97CE
RGB125151206
HSL221°45.25%64.90%
HSB/HSV221°39.32%80.78%
CMYK39.32%26.70%0.00%
19.22%

Color #7D97CE in popluar number systems.

HEX7D97CE
Decimal125151206
Binary11111011001011111001110
Octal175227316

Shades and tints

Shades of #7D97CE

#7D97CE
(125,151,206)
#728ABC
(114,138,188)
#677DAA
(103,125,170)
#5C7098
(92,112,152)
#516386
(81,99,134)
#465674
(70,86,116)
#3B4962
(59,73,98)
#303C50
(48,60,80)
#252F3E
(37,47,62)
#1A222C
(26,34,44)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #7D97CE

#7D97CE
(125,151,206)
#88A0D2
(136,160,210)
#93A9D6
(147,169,214)
#9EB2DA
(158,178,218)
#A9BBDE
(169,187,222)
#B4C4E2
(180,196,226)
#BFCDE6
(191,205,230)
#CAD6EA
(202,214,234)
#D5DFEE
(213,223,238)
#E0E8F2
(224,232,242)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D97CE; }

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

This text font color is #7D97CE.


Background Color

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

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

This div background color is #7D97CE.


Border color

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

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

This div border color is #7D97CE.


Opacity

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

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

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

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

This text has shadow with #7D97CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D97CE on black background.


Color preview on white background

This text has color #7D97CE on white background.



Black color preview on #7D97CE background

This text has black color on #7D97CE background.


White color preview on #7D97CE background

This text has white color on #7D97CE background.