COLOR #7D9ECF

HEX: #7D9ECF RGB: (125,158,207)

Color info

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

RGB color model

#7D9ECF color RGB value is (125,158,207).

RGB: (125,158,207) (49%, 62%, 81%)

RGB channels and saturation

R 125 of 255 = 49%
G 158 of 255 = 62%
B 207 of 255 = 81%

125
158
207

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

Portions of RGB colors in percentages

R + G + B = 125 + 158 + 207 = 490 (100%)
R 125 of 490 ~ 25.51%
G 158 of 490 ~ 32.24%
B 207 of 490 ~ 42.24'%

%25.51
%32.24
%42.24

CMYK color model

#7D9ECF color CMYK value is (40,24,0,19).

  • cyan value is 39.61%
  • magenta value is 23.67%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,24,0,19)
C40M24Y0K19 (40%, 24%, 0%, 19%)
(0.40 / 0.24 / 0.00 / 0.19)

CMYK percentages

%39.61
%23.67
%0
%18.82

Codes

Color #7D9ECF in popluar color models

7D 9E CF
RGB 125 158 207
HSL 216° 46.07% 65.10%
HSB/HSV 216° 39.61% 81.18%
CMYK 39.61% 23.67% 0.00%
18.82%

Color #7D9ECF in popluar number systems.

HEX 7D 9E CF
Decimal 125 158 207
Binary 1111101 10011110 11001111
Octal 175 236 317

Shades and tints

Shades of #7D9ECF

#7D9ECF
(125,158,207)
#7290BD
(114,144,189)
#6782AB
(103,130,171)
#5C7499
(92,116,153)
#516687
(81,102,135)
#465875
(70,88,117)
#3B4A63
(59,74,99)
#303C51
(48,60,81)
#252E3F
(37,46,63)
#1A202D
(26,32,45)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #7D9ECF

#7D9ECF
(125,158,207)
#88A6D3
(136,166,211)
#93AED7
(147,174,215)
#9EB6DB
(158,182,219)
#A9BEDF
(169,190,223)
#B4C6E3
(180,198,227)
#BFCEE7
(191,206,231)
#CAD6EB
(202,214,235)
#D5DEEF
(213,222,239)
#E0E6F3
(224,230,243)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9ECF color. Also use rgb(125,158,207) instead hex code.

Text Font Color

.myTextColor { color: #7D9ECF; }

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

This text font color is #7D9ECF.

Background Color

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

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

This div background color is #7D9ECF.

Border color

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

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

This div border color is #7D9ECF.

Opacity

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

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

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

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

This text has shadow with #7D9ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9ECF.

Preview

Color preview on black background

This text has color #7D9ECF on black background.


Color preview on white background

This text has color #7D9ECF on white background.


Black color preview on #7D9ECF background

This text has black color on #7D9ECF background.


White color preview on #7D9ECF background

This text has white color on #7D9ECF background.


Related colors

Complementary color

Complementary color for #hex is #826130.


I love getcolorcode.com

Triadic colors

1 #CF7D9E and #9ECF7D with #7D9ECF are triadic colors.

2 #CF9E7D and #9E7DCF with #7D9ECF are triadic colors.