COLOR #7C9FBD

HEX: #7C9FBD
RGB: (124,159,189)

Color info

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

RGB color model

#7C9FBD color RGB value is (124,159,189).

  • red value is 124;
  • green value is 159;
  • blue value is 189.
RGB:
(124,159,189)
(49%,62%,74%)

RGB channels and saturation

R 124 of 255 = 49%
G 159 of 255 = 62%
B 189 of 255 = 74%

124
159
189

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

Portions of RGB colors in percentages

R + G + B =
124 + 159 + 189 = 472 (100%)
R 124 of 472 ~ 26.27%
G 159 of 472 ~ 33.69%
B 189 of 472 ~ 40.04%

%26.27
%33.69
%40.04

CMYK color model

#7C9FBD color CMYK value is (34,16,0,26).

  • cyan value is 34.39%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(34,16,0,26)
C34M16Y0K26 
(34%,16%,0%,26%)
(0.34/0.16/0.00/0.26)	

CMYK percentages

%34.39
%15.87
%0
%25.88

Codes

Color #7C9FBD in popluar color models

7C9FBD
RGB124159189
HSL208°32.99%61.37%
HSB/HSV208°34.39%74.12%
CMYK34.39%15.87%0.00%
25.88%

Color #7C9FBD in popluar number systems.

HEX7C9FBD
Decimal124159189
Binary11111001001111110111101
Octal174237275

Shades and tints

Shades of #7C9FBD

#7C9FBD
(124,159,189)
#7191AC
(113,145,172)
#66839B
(102,131,155)
#5B758A
(91,117,138)
#506779
(80,103,121)
#455968
(69,89,104)
#3A4B57
(58,75,87)
#2F3D46
(47,61,70)
#242F35
(36,47,53)
#192124
(25,33,36)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7C9FBD

#7C9FBD
(124,159,189)
#87A7C3
(135,167,195)
#92AFC9
(146,175,201)
#9DB7CF
(157,183,207)
#A8BFD5
(168,191,213)
#B3C7DB
(179,199,219)
#BECFE1
(190,207,225)
#C9D7E7
(201,215,231)
#D4DFED
(212,223,237)
#DFE7F3
(223,231,243)
#EAEFF9
(234,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9FBD color. Also use rgb(124,159,189) instead hex code.

Text Font Color

.myTextColor { color: #7C9FBD; }

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

This text font color is #7C9FBD.


Background Color

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

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

This div background color is #7C9FBD.


Border color

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

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

This div border color is #7C9FBD.


Opacity

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

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

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

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

This text has shadow with #7C9FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9FBD on black background.


Color preview on white background

This text has color #7C9FBD on white background.



Black color preview on #7C9FBD background

This text has black color on #7C9FBD background.


White color preview on #7C9FBD background

This text has white color on #7C9FBD background.