COLOR #7D9CC0

HEX: #7D9CC0
RGB: (125,156,192)

Color info

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

RGB color model

#7D9CC0 color RGB value is (125,156,192).

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

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 192 of 255 = 75%

125
156
192

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 192 = 473 (100%)
R 125 of 473 ~ 26.43%
G 156 of 473 ~ 32.98%
B 192 of 473 ~ 40.59%

%26.43
%32.98
%40.59

CMYK color model

#7D9CC0 color CMYK value is (35,19,0,25).

  • cyan value is 34.90%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(35,19,0,25)
C35M19Y0K25 
(35%,19%,0%,25%)
(0.35/0.19/0.00/0.25)	

CMYK percentages

%34.9
%18.75
%0
%24.71

Codes

Color #7D9CC0 in popluar color models

7D9CC0
RGB125156192
HSL212°34.72%62.16%
HSB/HSV212°34.90%75.29%
CMYK34.90%18.75%0.00%
24.71%

Color #7D9CC0 in popluar number systems.

HEX7D9CC0
Decimal125156192
Binary11111011001110011000000
Octal175234300

Shades and tints

Shades of #7D9CC0

#7D9CC0
(125,156,192)
#728EAF
(114,142,175)
#67809E
(103,128,158)
#5C728D
(92,114,141)
#51647C
(81,100,124)
#46566B
(70,86,107)
#3B485A
(59,72,90)
#303A49
(48,58,73)
#252C38
(37,44,56)
#1A1E27
(26,30,39)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #7D9CC0

#7D9CC0
(125,156,192)
#88A5C5
(136,165,197)
#93AECA
(147,174,202)
#9EB7CF
(158,183,207)
#A9C0D4
(169,192,212)
#B4C9D9
(180,201,217)
#BFD2DE
(191,210,222)
#CADBE3
(202,219,227)
#D5E4E8
(213,228,232)
#E0EDED
(224,237,237)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9CC0; }

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

This text font color is #7D9CC0.


Background Color

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

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

This div background color is #7D9CC0.


Border color

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

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

This div border color is #7D9CC0.


Opacity

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

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

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

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

This text has shadow with #7D9CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9CC0 on black background.


Color preview on white background

This text has color #7D9CC0 on white background.



Black color preview on #7D9CC0 background

This text has black color on #7D9CC0 background.


White color preview on #7D9CC0 background

This text has white color on #7D9CC0 background.