COLOR #7D9CCE

HEX: #7D9CCE
RGB: (125,156,206)

Color info

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

RGB color model

#7D9CCE color RGB value is (125,156,206).

  • red value is 125;
  • green value is 156;
  • blue value is 206.
RGB:
(125,156,206)
(49%,61%,81%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 206 of 255 = 81%

125
156
206

R + G + B ~ 64%. #7D9CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 206 = 487 (100%)
R 125 of 487 ~ 25.67%
G 156 of 487 ~ 32.03%
B 206 of 487 ~ 42.3%

%25.67
%32.03
%42.3

CMYK color model

#7D9CCE color CMYK value is (39,24,0,19).

  • cyan value is 39.32%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(39,24,0,19)
C39M24Y0K19 
(39%,24%,0%,19%)
(0.39/0.24/0.00/0.19)	

CMYK percentages

%39.32
%24.27
%0
%19.22

Codes

Color #7D9CCE in popluar color models

7D9CCE
RGB125156206
HSL217°45.25%64.90%
HSB/HSV217°39.32%80.78%
CMYK39.32%24.27%0.00%
19.22%

Color #7D9CCE in popluar number systems.

HEX7D9CCE
Decimal125156206
Binary11111011001110011001110
Octal175234316

Shades and tints

Shades of #7D9CCE

#7D9CCE
(125,156,206)
#728EBC
(114,142,188)
#6780AA
(103,128,170)
#5C7298
(92,114,152)
#516486
(81,100,134)
#465674
(70,86,116)
#3B4862
(59,72,98)
#303A50
(48,58,80)
#252C3E
(37,44,62)
#1A1E2C
(26,30,44)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #7D9CCE

#7D9CCE
(125,156,206)
#88A5D2
(136,165,210)
#93AED6
(147,174,214)
#9EB7DA
(158,183,218)
#A9C0DE
(169,192,222)
#B4C9E2
(180,201,226)
#BFD2E6
(191,210,230)
#CADBEA
(202,219,234)
#D5E4EE
(213,228,238)
#E0EDF2
(224,237,242)
#EBF6F6
(235,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9CCE color. Also use rgb(125,156,206) instead hex code.

Text Font Color

.myTextColor { color: #7D9CCE; }

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

This text font color is #7D9CCE.


Background Color

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

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

This div background color is #7D9CCE.


Border color

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

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

This div border color is #7D9CCE.


Opacity

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

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

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

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

This text has shadow with #7D9CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9CCE on black background.


Color preview on white background

This text has color #7D9CCE on white background.



Black color preview on #7D9CCE background

This text has black color on #7D9CCE background.


White color preview on #7D9CCE background

This text has white color on #7D9CCE background.