COLOR #7F97DA

HEX: #7F97DA
RGB: (127,151,218)

Color info

#7F97DA contains mainly blue color. Web safe color of #7F97DA is #6699CC (or #69C).

RGB color model

#7F97DA color RGB value is (127,151,218).

  • red value is 127;
  • green value is 151;
  • blue value is 218.
RGB:
(127,151,218)
(50%,59%,85%)

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 218 of 255 = 85%

127
151
218

R + G + B ~ 65%. #7F97DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 151 + 218 = 496 (100%)
R 127 of 496 ~ 25.6%
G 151 of 496 ~ 30.44%
B 218 of 496 ~ 43.95%

%25.6
%30.44
%43.95

CMYK color model

#7F97DA color CMYK value is (42,31,0,15).

  • cyan value is 41.74%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(42,31,0,15)
C42M31Y0K15 
(42%,31%,0%,15%)
(0.42/0.31/0.00/0.15)	

CMYK percentages

%41.74
%30.73
%0
%14.51

Codes

Color #7F97DA in popluar color models

7F97DA
RGB127151218
HSL224°55.15%67.65%
HSB/HSV224°41.74%85.49%
CMYK41.74%30.73%0.00%
14.51%

Color #7F97DA in popluar number systems.

HEX7F97DA
Decimal127151218
Binary11111111001011111011010
Octal177227332

Shades and tints

Shades of #7F97DA

#7F97DA
(127,151,218)
#748AC7
(116,138,199)
#697DB4
(105,125,180)
#5E70A1
(94,112,161)
#53638E
(83,99,142)
#48567B
(72,86,123)
#3D4968
(61,73,104)
#323C55
(50,60,85)
#272F42
(39,47,66)
#1C222F
(28,34,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #7F97DA

#7F97DA
(127,151,218)
#8AA0DD
(138,160,221)
#95A9E0
(149,169,224)
#A0B2E3
(160,178,227)
#ABBBE6
(171,187,230)
#B6C4E9
(182,196,233)
#C1CDEC
(193,205,236)
#CCD6EF
(204,214,239)
#D7DFF2
(215,223,242)
#E2E8F5
(226,232,245)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F97DA color. Also use rgb(127,151,218) instead hex code.

Text Font Color

.myTextColor { color: #7F97DA; }

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

This text font color is #7F97DA.


Background Color

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

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

This div background color is #7F97DA.


Border color

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

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

This div border color is #7F97DA.


Opacity

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

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

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

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

This text has shadow with #7F97DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F97DA on black background.


Color preview on white background

This text has color #7F97DA on white background.



Black color preview on #7F97DA background

This text has black color on #7F97DA background.


White color preview on #7F97DA background

This text has white color on #7F97DA background.