COLOR #7D9AD9

HEX: #7D9AD9
RGB: (125,154,217)

Color info

#7D9AD9 contains mainly blue color. Web safe color of #7D9AD9 is #6699CC (or #69C).

RGB color model

#7D9AD9 color RGB value is (125,154,217).

  • red value is 125;
  • green value is 154;
  • blue value is 217.
RGB:
(125,154,217)
(49%,60%,85%)

RGB channels and saturation

R 125 of 255 = 49%
G 154 of 255 = 60%
B 217 of 255 = 85%

125
154
217

R + G + B ~ 65%. #7D9AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 154 + 217 = 496 (100%)
R 125 of 496 ~ 25.2%
G 154 of 496 ~ 31.05%
B 217 of 496 ~ 43.75%

%25.2
%31.05
%43.75

CMYK color model

#7D9AD9 color CMYK value is (42,29,0,15).

  • cyan value is 42.40%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(42,29,0,15)
C42M29Y0K15 
(42%,29%,0%,15%)
(0.42/0.29/0.00/0.15)	

CMYK percentages

%42.4
%29.03
%0
%14.9

Codes

Color #7D9AD9 in popluar color models

7D9AD9
RGB125154217
HSL221°54.76%67.06%
HSB/HSV221°42.40%85.10%
CMYK42.40%29.03%0.00%
14.90%

Color #7D9AD9 in popluar number systems.

HEX7D9AD9
Decimal125154217
Binary11111011001101011011001
Octal175232331

Shades and tints

Shades of #7D9AD9

#7D9AD9
(125,154,217)
#728CC6
(114,140,198)
#677EB3
(103,126,179)
#5C70A0
(92,112,160)
#51628D
(81,98,141)
#46547A
(70,84,122)
#3B4667
(59,70,103)
#303854
(48,56,84)
#252A41
(37,42,65)
#1A1C2E
(26,28,46)
#0F0E1B
(15,14,27)
#000000
(0,0,0)

Tints of #7D9AD9

#7D9AD9
(125,154,217)
#88A3DC
(136,163,220)
#93ACDF
(147,172,223)
#9EB5E2
(158,181,226)
#A9BEE5
(169,190,229)
#B4C7E8
(180,199,232)
#BFD0EB
(191,208,235)
#CAD9EE
(202,217,238)
#D5E2F1
(213,226,241)
#E0EBF4
(224,235,244)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9AD9 color. Also use rgb(125,154,217) instead hex code.

Text Font Color

.myTextColor { color: #7D9AD9; }

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

This text font color is #7D9AD9.


Background Color

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

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

This div background color is #7D9AD9.


Border color

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

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

This div border color is #7D9AD9.


Opacity

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

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

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

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

This text has shadow with #7D9AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9AD9 on black background.


Color preview on white background

This text has color #7D9AD9 on white background.



Black color preview on #7D9AD9 background

This text has black color on #7D9AD9 background.


White color preview on #7D9AD9 background

This text has white color on #7D9AD9 background.