COLOR #7D9CD2

HEX: #7D9CD2
RGB: (125,156,210)

Color info

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

RGB color model

#7D9CD2 color RGB value is (125,156,210).

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

RGB channels and saturation

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

125
156
210

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 210 = 491 (100%)
R 125 of 491 ~ 25.46%
G 156 of 491 ~ 31.77%
B 210 of 491 ~ 42.77%

%25.46
%31.77
%42.77

CMYK color model

#7D9CD2 color CMYK value is (40,26,0,18).

  • cyan value is 40.48%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(40,26,0,18)
C40M26Y0K18 
(40%,26%,0%,18%)
(0.40/0.26/0.00/0.18)	

CMYK percentages

%40.48
%25.71
%0
%17.65

Codes

Color #7D9CD2 in popluar color models

7D9CD2
RGB125156210
HSL218°48.57%65.69%
HSB/HSV218°40.48%82.35%
CMYK40.48%25.71%0.00%
17.65%

Color #7D9CD2 in popluar number systems.

HEX7D9CD2
Decimal125156210
Binary11111011001110011010010
Octal175234322

Shades and tints

Shades of #7D9CD2

#7D9CD2
(125,156,210)
#728EBF
(114,142,191)
#6780AC
(103,128,172)
#5C7299
(92,114,153)
#516486
(81,100,134)
#465673
(70,86,115)
#3B4860
(59,72,96)
#303A4D
(48,58,77)
#252C3A
(37,44,58)
#1A1E27
(26,30,39)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7D9CD2

#7D9CD2
(125,156,210)
#88A5D6
(136,165,214)
#93AEDA
(147,174,218)
#9EB7DE
(158,183,222)
#A9C0E2
(169,192,226)
#B4C9E6
(180,201,230)
#BFD2EA
(191,210,234)
#CADBEE
(202,219,238)
#D5E4F2
(213,228,242)
#E0EDF6
(224,237,246)
#EBF6FA
(235,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9CD2; }

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

This text font color is #7D9CD2.


Background Color

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

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

This div background color is #7D9CD2.


Border color

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

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

This div border color is #7D9CD2.


Opacity

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

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

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

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

This text has shadow with #7D9CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9CD2 on black background.


Color preview on white background

This text has color #7D9CD2 on white background.



Black color preview on #7D9CD2 background

This text has black color on #7D9CD2 background.


White color preview on #7D9CD2 background

This text has white color on #7D9CD2 background.