COLOR #7DA4EE

HEX: #7DA4EE RGB: (125,164,238)

Color info

#7DA4EE contains mainly blue color. Web safe color of #7DA4EE is #6699FF (or #69F).

RGB color model

#7DA4EE color RGB value is (125,164,238).

RGB: (125,164,238) (49%, 64%, 93%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 238 of 255 = 93%

125
164
238

R + G + B ~ 69%. #7DA4EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 238 = 527 (100%)
R 125 of 527 ~ 23.72%
G 164 of 527 ~ 31.12%
B 238 of 527 ~ 45.16'%

%23.72
%31.12
%45.16

CMYK color model

#7DA4EE color CMYK value is (47,31,0,7).

  • cyan value is 47.48%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (47,31,0,7) C47M31Y0K7 (47%,31%,0%,7%) (0.47/0.31/0.00/0.07) 

CMYK percentages

%47.48
%31.09
%0
%6.67

Codes

Color #7DA4EE in popluar color models

7D A4 EE
RGB 125 164 238
HSL 219° 76.87% 71.18%
HSB/HSV 219° 47.48% 93.33%
CMYK 47.48% 31.09% 0.00%
6.67%

Color #7DA4EE in popluar number systems.

HEX 7D A4 EE
Decimal 125 164 238
Binary 1111101 10100100 11101110
Octal 175 244 356

Shades and tints

Shades of #7DA4EE

#7DA4EE
(125,164,238)
#7296D9
(114,150,217)
#6788C4
(103,136,196)
#5C7AAF
(92,122,175)
#516C9A
(81,108,154)
#465E85
(70,94,133)
#3B5070
(59,80,112)
#30425B
(48,66,91)
#253446
(37,52,70)
#1A2631
(26,38,49)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #7DA4EE

#7DA4EE
(125,164,238)
#88ACEF
(136,172,239)
#93B4F0
(147,180,240)
#9EBCF1
(158,188,241)
#A9C4F2
(169,196,242)
#B4CCF3
(180,204,243)
#BFD4F4
(191,212,244)
#CADCF5
(202,220,245)
#D5E4F6
(213,228,246)
#E0ECF7
(224,236,247)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA4EE color. Also use rgb(125,164,238) instead hex code.

Text Font Color

.myTextColor { color: #7DA4EE; }

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

This text font color is #7DA4EE.

Background Color

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

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

This div background color is #7DA4EE.

Border color

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

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

This div border color is #7DA4EE.

Opacity

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

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

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

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

This text has shadow with #7DA4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA4EE.

Preview

Color preview on black background

This text has color #7DA4EE on black background.


Color preview on white background

This text has color #7DA4EE on white background.


Black color preview on #7DA4EE background

This text has black color on #7DA4EE background.


White color preview on #7DA4EE background

This text has white color on #7DA4EE background.


Related colors

Complementary color

Complementary color for #hex is #825B11.


I love getcolorcode.com

Triadic colors

1 #EE7DA4 and #A4EE7D with #7DA4EE are triadic colors.

2 #EEA47D and #A47DEE with #7DA4EE are triadic colors.