COLOR #7DA8CF

HEX: #7DA8CF RGB: (125,168,207)

Color info

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

RGB color model

#7DA8CF color RGB value is (125,168,207).

RGB: (125,168,207) (49%, 66%, 81%)

RGB channels and saturation

R 125 of 255 = 49%
G 168 of 255 = 66%
B 207 of 255 = 81%

125
168
207

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

Portions of RGB colors in percentages

R + G + B = 125 + 168 + 207 = 500 (100%)
R 125 of 500 ~ 25%
G 168 of 500 ~ 33.6%
B 207 of 500 ~ 41.4'%

%25
%33.6
%41.4

CMYK color model

#7DA8CF color CMYK value is (40,19,0,19).

  • cyan value is 39.61%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,19,0,19)
C40M19Y0K19 (40%, 19%, 0%, 19%)
(0.40 / 0.19 / 0.00 / 0.19)

CMYK percentages

%39.61
%18.84
%0
%18.82

Codes

Color #7DA8CF in popluar color models

7D A8 CF
RGB 125 168 207
HSL 209° 46.07% 65.10%
HSB/HSV 209° 39.61% 81.18%
CMYK 39.61% 18.84% 0.00%
18.82%

Color #7DA8CF in popluar number systems.

HEX 7D A8 CF
Decimal 125 168 207
Binary 1111101 10101000 11001111
Octal 175 250 317

Shades and tints

Shades of #7DA8CF

#7DA8CF
(125,168,207)
#7299BD
(114,153,189)
#678AAB
(103,138,171)
#5C7B99
(92,123,153)
#516C87
(81,108,135)
#465D75
(70,93,117)
#3B4E63
(59,78,99)
#303F51
(48,63,81)
#25303F
(37,48,63)
#1A212D
(26,33,45)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #7DA8CF

#7DA8CF
(125,168,207)
#88AFD3
(136,175,211)
#93B6D7
(147,182,215)
#9EBDDB
(158,189,219)
#A9C4DF
(169,196,223)
#B4CBE3
(180,203,227)
#BFD2E7
(191,210,231)
#CAD9EB
(202,217,235)
#D5E0EF
(213,224,239)
#E0E7F3
(224,231,243)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA8CF color. Also use rgb(125,168,207) instead hex code.

Text Font Color

.myTextColor { color: #7DA8CF; }

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

This text font color is #7DA8CF.

Background Color

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

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

This div background color is #7DA8CF.

Border color

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

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

This div border color is #7DA8CF.

Opacity

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

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

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

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

This text has shadow with #7DA8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA8CF.

Preview

Color preview on black background

This text has color #7DA8CF on black background.


Color preview on white background

This text has color #7DA8CF on white background.


Black color preview on #7DA8CF background

This text has black color on #7DA8CF background.


White color preview on #7DA8CF background

This text has white color on #7DA8CF background.


Related colors

Complementary color

Complementary color for #hex is #825730.


I love getcolorcode.com

Triadic colors

1 #CF7DA8 and #A8CF7D with #7DA8CF are triadic colors.

2 #CFA87D and #A87DCF with #7DA8CF are triadic colors.