COLOR #7F9DC4

HEX: #7F9DC4
RGB: (127,157,196)

Color info

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

RGB color model

#7F9DC4 color RGB value is (127,157,196).

  • red value is 127;
  • green value is 157;
  • blue value is 196.
RGB:
(127,157,196)
(50%,62%,77%)

RGB channels and saturation

R 127 of 255 = 50%
G 157 of 255 = 62%
B 196 of 255 = 77%

127
157
196

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

Portions of RGB colors in percentages

R + G + B =
127 + 157 + 196 = 480 (100%)
R 127 of 480 ~ 26.46%
G 157 of 480 ~ 32.71%
B 196 of 480 ~ 40.83%

%26.46
%32.71
%40.83

CMYK color model

#7F9DC4 color CMYK value is (35,20,0,23).

  • cyan value is 35.20%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(35,20,0,23)
C35M20Y0K23 
(35%,20%,0%,23%)
(0.35/0.20/0.00/0.23)	

CMYK percentages

%35.2
%19.9
%0
%23.14

Codes

Color #7F9DC4 in popluar color models

7F9DC4
RGB127157196
HSL214°36.90%63.33%
HSB/HSV214°35.20%76.86%
CMYK35.20%19.90%0.00%
23.14%

Color #7F9DC4 in popluar number systems.

HEX7F9DC4
Decimal127157196
Binary11111111001110111000100
Octal177235304

Shades and tints

Shades of #7F9DC4

#7F9DC4
(127,157,196)
#748FB3
(116,143,179)
#6981A2
(105,129,162)
#5E7391
(94,115,145)
#536580
(83,101,128)
#48576F
(72,87,111)
#3D495E
(61,73,94)
#323B4D
(50,59,77)
#272D3C
(39,45,60)
#1C1F2B
(28,31,43)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #7F9DC4

#7F9DC4
(127,157,196)
#8AA5C9
(138,165,201)
#95ADCE
(149,173,206)
#A0B5D3
(160,181,211)
#ABBDD8
(171,189,216)
#B6C5DD
(182,197,221)
#C1CDE2
(193,205,226)
#CCD5E7
(204,213,231)
#D7DDEC
(215,221,236)
#E2E5F1
(226,229,241)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9DC4 color. Also use rgb(127,157,196) instead hex code.

Text Font Color

.myTextColor { color: #7F9DC4; }

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

This text font color is #7F9DC4.


Background Color

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

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

This div background color is #7F9DC4.


Border color

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

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

This div border color is #7F9DC4.


Opacity

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

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

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

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

This text has shadow with #7F9DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9DC4 on black background.


Color preview on white background

This text has color #7F9DC4 on white background.



Black color preview on #7F9DC4 background

This text has black color on #7F9DC4 background.


White color preview on #7F9DC4 background

This text has white color on #7F9DC4 background.