COLOR #7DADDF

HEX: #7DADDF RGB: (125,173,223)

Color info

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

RGB color model

#7DADDF color RGB value is (125,173,223).

RGB: (125,173,223) (49%, 68%, 87%)

RGB channels and saturation

R 125 of 255 = 49%
G 173 of 255 = 68%
B 223 of 255 = 87%

125
173
223

R + G + B ~ 68%. #7DADDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 173 + 223 = 521 (100%)
R 125 of 521 ~ 23.99%
G 173 of 521 ~ 33.21%
B 223 of 521 ~ 42.8'%

%23.99
%33.21
%42.8

CMYK color model

#7DADDF color CMYK value is (44,22,0,13).

  • cyan value is 43.95%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (44,22,0,13)
C44M22Y0K13 (44%, 22%, 0%, 13%)
(0.44 / 0.22 / 0.00 / 0.13)

CMYK percentages

%43.95
%22.42
%0
%12.55

Codes

Color #7DADDF in popluar color models

7D AD DF
RGB 125 173 223
HSL 211° 60.49% 68.24%
HSB/HSV 211° 43.95% 87.45%
CMYK 43.95% 22.42% 0.00%
12.55%

Color #7DADDF in popluar number systems.

HEX 7D AD DF
Decimal 125 173 223
Binary 1111101 10101101 11011111
Octal 175 255 337

Shades and tints

Shades of #7DADDF

#7DADDF
(125,173,223)
#729ECB
(114,158,203)
#678FB7
(103,143,183)
#5C80A3
(92,128,163)
#51718F
(81,113,143)
#46627B
(70,98,123)
#3B5367
(59,83,103)
#304453
(48,68,83)
#25353F
(37,53,63)
#1A262B
(26,38,43)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #7DADDF

#7DADDF
(125,173,223)
#88B4E1
(136,180,225)
#93BBE3
(147,187,227)
#9EC2E5
(158,194,229)
#A9C9E7
(169,201,231)
#B4D0E9
(180,208,233)
#BFD7EB
(191,215,235)
#CADEED
(202,222,237)
#D5E5EF
(213,229,239)
#E0ECF1
(224,236,241)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DADDF color. Also use rgb(125,173,223) instead hex code.

Text Font Color

.myTextColor { color: #7DADDF; }

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

This text font color is #7DADDF.

Background Color

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

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

This div background color is #7DADDF.

Border color

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

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

This div border color is #7DADDF.

Opacity

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

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

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

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

This text has shadow with #7DADDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DADDF.

Preview

Color preview on black background

This text has color #7DADDF on black background.


Color preview on white background

This text has color #7DADDF on white background.


Black color preview on #7DADDF background

This text has black color on #7DADDF background.


White color preview on #7DADDF background

This text has white color on #7DADDF background.


Related colors

Complementary color

Complementary color for #7DADDF is #825220.


I love getcolorcode.com

Triadic colors

1 #DF7DAD and #ADDF7D with #7DADDF are triadic colors.

2 #DFAD7D and #AD7DDF with #7DADDF are triadic colors.