COLOR #7DA8CD

HEX: #7DA8CD
RGB: (125,168,205)

Color info

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

RGB color model

#7DA8CD color RGB value is (125,168,205).

  • red value is 125;
  • green value is 168;
  • blue value is 205.
RGB:
(125,168,205)
(49%,66%,80%)

RGB channels and saturation

R 125 of 255 = 49%
G 168 of 255 = 66%
B 205 of 255 = 80%

125
168
205

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

Portions of RGB colors in percentages

R + G + B =
125 + 168 + 205 = 498 (100%)
R 125 of 498 ~ 25.1%
G 168 of 498 ~ 33.73%
B 205 of 498 ~ 41.16%

%25.1
%33.73
%41.16

CMYK color model

#7DA8CD color CMYK value is (39,18,0,20).

  • cyan value is 39.02%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(39,18,0,20)
C39M18Y0K20 
(39%,18%,0%,20%)
(0.39/0.18/0.00/0.20)	

CMYK percentages

%39.02
%18.05
%0
%19.61

Codes

Color #7DA8CD in popluar color models

7DA8CD
RGB125168205
HSL208°44.44%64.71%
HSB/HSV208°39.02%80.39%
CMYK39.02%18.05%0.00%
19.61%

Color #7DA8CD in popluar number systems.

HEX7DA8CD
Decimal125168205
Binary11111011010100011001101
Octal175250315

Shades and tints

Shades of #7DA8CD

#7DA8CD
(125,168,205)
#7299BB
(114,153,187)
#678AA9
(103,138,169)
#5C7B97
(92,123,151)
#516C85
(81,108,133)
#465D73
(70,93,115)
#3B4E61
(59,78,97)
#303F4F
(48,63,79)
#25303D
(37,48,61)
#1A212B
(26,33,43)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #7DA8CD

#7DA8CD
(125,168,205)
#88AFD1
(136,175,209)
#93B6D5
(147,182,213)
#9EBDD9
(158,189,217)
#A9C4DD
(169,196,221)
#B4CBE1
(180,203,225)
#BFD2E5
(191,210,229)
#CAD9E9
(202,217,233)
#D5E0ED
(213,224,237)
#E0E7F1
(224,231,241)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA8CD; }

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

This text font color is #7DA8CD.


Background Color

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

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

This div background color is #7DA8CD.


Border color

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

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

This div border color is #7DA8CD.


Opacity

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

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

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

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

This text has shadow with #7DA8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA8CD on black background.


Color preview on white background

This text has color #7DA8CD on white background.



Black color preview on #7DA8CD background

This text has black color on #7DA8CD background.


White color preview on #7DA8CD background

This text has white color on #7DA8CD background.