COLOR #7D9CD1

HEX: #7D9CD1
RGB: (125,156,209)

Color info

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

RGB color model

#7D9CD1 color RGB value is (125,156,209).

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

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 209 of 255 = 82%

125
156
209

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 209 = 490 (100%)
R 125 of 490 ~ 25.51%
G 156 of 490 ~ 31.84%
B 209 of 490 ~ 42.65%

%25.51
%31.84
%42.65

CMYK color model

#7D9CD1 color CMYK value is (40,25,0,18).

  • cyan value is 40.19%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,25,0,18)
C40M25Y0K18 
(40%,25%,0%,18%)
(0.40/0.25/0.00/0.18)	

CMYK percentages

%40.19
%25.36
%0
%18.04

Codes

Color #7D9CD1 in popluar color models

7D9CD1
RGB125156209
HSL218°47.73%65.49%
HSB/HSV218°40.19%81.96%
CMYK40.19%25.36%0.00%
18.04%

Color #7D9CD1 in popluar number systems.

HEX7D9CD1
Decimal125156209
Binary11111011001110011010001
Octal175234321

Shades and tints

Shades of #7D9CD1

#7D9CD1
(125,156,209)
#728EBE
(114,142,190)
#6780AB
(103,128,171)
#5C7298
(92,114,152)
#516485
(81,100,133)
#465672
(70,86,114)
#3B485F
(59,72,95)
#303A4C
(48,58,76)
#252C39
(37,44,57)
#1A1E26
(26,30,38)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D9CD1

#7D9CD1
(125,156,209)
#88A5D5
(136,165,213)
#93AED9
(147,174,217)
#9EB7DD
(158,183,221)
#A9C0E1
(169,192,225)
#B4C9E5
(180,201,229)
#BFD2E9
(191,210,233)
#CADBED
(202,219,237)
#D5E4F1
(213,228,241)
#E0EDF5
(224,237,245)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9CD1; }

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

This text font color is #7D9CD1.


Background Color

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

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

This div background color is #7D9CD1.


Border color

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

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

This div border color is #7D9CD1.


Opacity

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

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

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

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

This text has shadow with #7D9CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9CD1 on black background.


Color preview on white background

This text has color #7D9CD1 on white background.



Black color preview on #7D9CD1 background

This text has black color on #7D9CD1 background.


White color preview on #7D9CD1 background

This text has white color on #7D9CD1 background.