COLOR #7F99C3

HEX: #7F99C3
RGB: (127,153,195)

Color info

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

RGB color model

#7F99C3 color RGB value is (127,153,195).

  • red value is 127;
  • green value is 153;
  • blue value is 195.
RGB:
(127,153,195)
(50%,60%,76%)

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 195 of 255 = 76%

127
153
195

R + G + B ~ 62%. #7F99C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 195 = 475 (100%)
R 127 of 475 ~ 26.74%
G 153 of 475 ~ 32.21%
B 195 of 475 ~ 41.05%

%26.74
%32.21
%41.05

CMYK color model

#7F99C3 color CMYK value is (35,22,0,24).

  • cyan value is 34.87%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,22,0,24)
C35M22Y0K24 
(35%,22%,0%,24%)
(0.35/0.22/0.00/0.24)	

CMYK percentages

%34.87
%21.54
%0
%23.53

Codes

Color #7F99C3 in popluar color models

7F99C3
RGB127153195
HSL217°36.17%63.14%
HSB/HSV217°34.87%76.47%
CMYK34.87%21.54%0.00%
23.53%

Color #7F99C3 in popluar number systems.

HEX7F99C3
Decimal127153195
Binary11111111001100111000011
Octal177231303

Shades and tints

Shades of #7F99C3

#7F99C3
(127,153,195)
#748CB2
(116,140,178)
#697FA1
(105,127,161)
#5E7290
(94,114,144)
#53657F
(83,101,127)
#48586E
(72,88,110)
#3D4B5D
(61,75,93)
#323E4C
(50,62,76)
#27313B
(39,49,59)
#1C242A
(28,36,42)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #7F99C3

#7F99C3
(127,153,195)
#8AA2C8
(138,162,200)
#95ABCD
(149,171,205)
#A0B4D2
(160,180,210)
#ABBDD7
(171,189,215)
#B6C6DC
(182,198,220)
#C1CFE1
(193,207,225)
#CCD8E6
(204,216,230)
#D7E1EB
(215,225,235)
#E2EAF0
(226,234,240)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F99C3 color. Also use rgb(127,153,195) instead hex code.

Text Font Color

.myTextColor { color: #7F99C3; }

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

This text font color is #7F99C3.


Background Color

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

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

This div background color is #7F99C3.


Border color

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

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

This div border color is #7F99C3.


Opacity

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

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

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

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

This text has shadow with #7F99C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F99C3 on black background.


Color preview on white background

This text has color #7F99C3 on white background.



Black color preview on #7F99C3 background

This text has black color on #7F99C3 background.


White color preview on #7F99C3 background

This text has white color on #7F99C3 background.