COLOR #7D9AE5

HEX: #7D9AE5
RGB: (125,154,229)

Color info

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

RGB color model

#7D9AE5 color RGB value is (125,154,229).

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

RGB channels and saturation

R 125 of 255 = 49%
G 154 of 255 = 60%
B 229 of 255 = 90%

125
154
229

R + G + B ~ 66%. #7D9AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 154 + 229 = 508 (100%)
R 125 of 508 ~ 24.61%
G 154 of 508 ~ 30.31%
B 229 of 508 ~ 45.08%

%24.61
%30.31
%45.08

CMYK color model

#7D9AE5 color CMYK value is (45,33,0,10).

  • cyan value is 45.41%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(45,33,0,10)
C45M33Y0K10 
(45%,33%,0%,10%)
(0.45/0.33/0.00/0.10)	

CMYK percentages

%45.41
%32.75
%0
%10.2

Codes

Color #7D9AE5 in popluar color models

7D9AE5
RGB125154229
HSL223°66.67%69.41%
HSB/HSV223°45.41%89.80%
CMYK45.41%32.75%0.00%
10.20%

Color #7D9AE5 in popluar number systems.

HEX7D9AE5
Decimal125154229
Binary11111011001101011100101
Octal175232345

Shades and tints

Shades of #7D9AE5

#7D9AE5
(125,154,229)
#728CD1
(114,140,209)
#677EBD
(103,126,189)
#5C70A9
(92,112,169)
#516295
(81,98,149)
#465481
(70,84,129)
#3B466D
(59,70,109)
#303859
(48,56,89)
#252A45
(37,42,69)
#1A1C31
(26,28,49)
#0F0E1D
(15,14,29)
#000000
(0,0,0)

Tints of #7D9AE5

#7D9AE5
(125,154,229)
#88A3E7
(136,163,231)
#93ACE9
(147,172,233)
#9EB5EB
(158,181,235)
#A9BEED
(169,190,237)
#B4C7EF
(180,199,239)
#BFD0F1
(191,208,241)
#CAD9F3
(202,217,243)
#D5E2F5
(213,226,245)
#E0EBF7
(224,235,247)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9AE5; }

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

This text font color is #7D9AE5.


Background Color

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

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

This div background color is #7D9AE5.


Border color

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

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

This div border color is #7D9AE5.


Opacity

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

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

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

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

This text has shadow with #7D9AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9AE5 on black background.


Color preview on white background

This text has color #7D9AE5 on white background.



Black color preview on #7D9AE5 background

This text has black color on #7D9AE5 background.


White color preview on #7D9AE5 background

This text has white color on #7D9AE5 background.