COLOR #7D97C2

HEX: #7D97C2
RGB: (125,151,194)

Color info

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

RGB color model

#7D97C2 color RGB value is (125,151,194).

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

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 194 of 255 = 76%

125
151
194

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 194 = 470 (100%)
R 125 of 470 ~ 26.6%
G 151 of 470 ~ 32.13%
B 194 of 470 ~ 41.28%

%26.6
%32.13
%41.28

CMYK color model

#7D97C2 color CMYK value is (36,22,0,24).

  • cyan value is 35.57%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,22,0,24)
C36M22Y0K24 
(36%,22%,0%,24%)
(0.36/0.22/0.00/0.24)	

CMYK percentages

%35.57
%22.16
%0
%23.92

Codes

Color #7D97C2 in popluar color models

7D97C2
RGB125151194
HSL217°36.13%62.55%
HSB/HSV217°35.57%76.08%
CMYK35.57%22.16%0.00%
23.92%

Color #7D97C2 in popluar number systems.

HEX7D97C2
Decimal125151194
Binary11111011001011111000010
Octal175227302

Shades and tints

Shades of #7D97C2

#7D97C2
(125,151,194)
#728AB1
(114,138,177)
#677DA0
(103,125,160)
#5C708F
(92,112,143)
#51637E
(81,99,126)
#46566D
(70,86,109)
#3B495C
(59,73,92)
#303C4B
(48,60,75)
#252F3A
(37,47,58)
#1A2229
(26,34,41)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #7D97C2

#7D97C2
(125,151,194)
#88A0C7
(136,160,199)
#93A9CC
(147,169,204)
#9EB2D1
(158,178,209)
#A9BBD6
(169,187,214)
#B4C4DB
(180,196,219)
#BFCDE0
(191,205,224)
#CAD6E5
(202,214,229)
#D5DFEA
(213,223,234)
#E0E8EF
(224,232,239)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D97C2; }

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

This text font color is #7D97C2.


Background Color

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

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

This div background color is #7D97C2.


Border color

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

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

This div border color is #7D97C2.


Opacity

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

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

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

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

This text has shadow with #7D97C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D97C2 on black background.


Color preview on white background

This text has color #7D97C2 on white background.



Black color preview on #7D97C2 background

This text has black color on #7D97C2 background.


White color preview on #7D97C2 background

This text has white color on #7D97C2 background.