COLOR #7DA2E0

HEX: #7DA2E0 RGB: (125,162,224)

Color info

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

RGB color model

#7DA2E0 color RGB value is (125,162,224).

RGB: (125,162,224) (49%, 64%, 88%)

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 224 of 255 = 88%

125
162
224

R + G + B ~ 67%. #7DA2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 162 + 224 = 511 (100%)
R 125 of 511 ~ 24.46%
G 162 of 511 ~ 31.7%
B 224 of 511 ~ 43.84'%

%24.46
%31.7
%43.84

CMYK color model

#7DA2E0 color CMYK value is (44,28,0,12).

  • cyan value is 44.20%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (44,28,0,12)
C44M28Y0K12 (44%, 28%, 0%, 12%)
(0.44 / 0.28 / 0.00 / 0.12)

CMYK percentages

%44.2
%27.68
%0
%12.16

Codes

Color #7DA2E0 in popluar color models

7D A2 E0
RGB 125 162 224
HSL 218° 61.49% 68.43%
HSB/HSV 218° 44.20% 87.84%
CMYK 44.20% 27.68% 0.00%
12.16%

Color #7DA2E0 in popluar number systems.

HEX 7D A2 E0
Decimal 125 162 224
Binary 1111101 10100010 11100000
Octal 175 242 340

Shades and tints

Shades of #7DA2E0

#7DA2E0
(125,162,224)
#7294CC
(114,148,204)
#6786B8
(103,134,184)
#5C78A4
(92,120,164)
#516A90
(81,106,144)
#465C7C
(70,92,124)
#3B4E68
(59,78,104)
#304054
(48,64,84)
#253240
(37,50,64)
#1A242C
(26,36,44)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #7DA2E0

#7DA2E0
(125,162,224)
#88AAE2
(136,170,226)
#93B2E4
(147,178,228)
#9EBAE6
(158,186,230)
#A9C2E8
(169,194,232)
#B4CAEA
(180,202,234)
#BFD2EC
(191,210,236)
#CADAEE
(202,218,238)
#D5E2F0
(213,226,240)
#E0EAF2
(224,234,242)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA2E0 color. Also use rgb(125,162,224) instead hex code.

Text Font Color

.myTextColor { color: #7DA2E0; }

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

This text font color is #7DA2E0.

Background Color

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

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

This div background color is #7DA2E0.

Border color

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

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

This div border color is #7DA2E0.

Opacity

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

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

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

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

This text has shadow with #7DA2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA2E0.

Preview

Color preview on black background

This text has color #7DA2E0 on black background.


Color preview on white background

This text has color #7DA2E0 on white background.


Black color preview on #7DA2E0 background

This text has black color on #7DA2E0 background.


White color preview on #7DA2E0 background

This text has white color on #7DA2E0 background.


Related colors

Complementary color

Complementary color for #hex is #825D1F.


I love getcolorcode.com

Triadic colors

1 #E07DA2 and #A2E07D with #7DA2E0 are triadic colors.

2 #E0A27D and #A27DE0 with #7DA2E0 are triadic colors.