COLOR #7F99CC

HEX: #7F99CC
RGB: (127,153,204)

Color info

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

RGB color model

#7F99CC color RGB value is (127,153,204).

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

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 204 of 255 = 80%

127
153
204

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 204 = 484 (100%)
R 127 of 484 ~ 26.24%
G 153 of 484 ~ 31.61%
B 204 of 484 ~ 42.15%

%26.24
%31.61
%42.15

CMYK color model

#7F99CC color CMYK value is (38,25,0,20).

  • cyan value is 37.75%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,25,0,20)
C38M25Y0K20 
(38%,25%,0%,20%)
(0.38/0.25/0.00/0.20)	

CMYK percentages

%37.75
%25
%0
%20

Codes

Color #7F99CC in popluar color models

7F99CC
RGB127153204
HSL220°43.02%64.90%
HSB/HSV220°37.75%80.00%
CMYK37.75%25.00%0.00%
20.00%

Color #7F99CC in popluar number systems.

HEX7F99CC
Decimal127153204
Binary11111111001100111001100
Octal177231314

Shades and tints

Shades of #7F99CC

#7F99CC
(127,153,204)
#748CBA
(116,140,186)
#697FA8
(105,127,168)
#5E7296
(94,114,150)
#536584
(83,101,132)
#485872
(72,88,114)
#3D4B60
(61,75,96)
#323E4E
(50,62,78)
#27313C
(39,49,60)
#1C242A
(28,36,42)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7F99CC

#7F99CC
(127,153,204)
#8AA2D0
(138,162,208)
#95ABD4
(149,171,212)
#A0B4D8
(160,180,216)
#ABBDDC
(171,189,220)
#B6C6E0
(182,198,224)
#C1CFE4
(193,207,228)
#CCD8E8
(204,216,232)
#D7E1EC
(215,225,236)
#E2EAF0
(226,234,240)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F99CC; }

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

This text font color is #7F99CC.


Background Color

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

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

This div background color is #7F99CC.


Border color

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

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

This div border color is #7F99CC.


Opacity

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

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

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

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

This text has shadow with #7F99CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F99CC on black background.


Color preview on white background

This text has color #7F99CC on white background.



Black color preview on #7F99CC background

This text has black color on #7F99CC background.


White color preview on #7F99CC background

This text has white color on #7F99CC background.