COLOR #7DA0D5

HEX: #7DA0D5
RGB: (125,160,213)

Color info

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

RGB color model

#7DA0D5 color RGB value is (125,160,213).

  • red value is 125;
  • green value is 160;
  • blue value is 213.
RGB:
(125,160,213)
(49%,63%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 213 of 255 = 84%

125
160
213

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 213 = 498 (100%)
R 125 of 498 ~ 25.1%
G 160 of 498 ~ 32.13%
B 213 of 498 ~ 42.77%

%25.1
%32.13
%42.77

CMYK color model

#7DA0D5 color CMYK value is (41,25,0,16).

  • cyan value is 41.31%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(41,25,0,16)
C41M25Y0K16 
(41%,25%,0%,16%)
(0.41/0.25/0.00/0.16)	

CMYK percentages

%41.31
%24.88
%0
%16.47

Codes

Color #7DA0D5 in popluar color models

7DA0D5
RGB125160213
HSL216°51.16%66.27%
HSB/HSV216°41.31%83.53%
CMYK41.31%24.88%0.00%
16.47%

Color #7DA0D5 in popluar number systems.

HEX7DA0D5
Decimal125160213
Binary11111011010000011010101
Octal175240325

Shades and tints

Shades of #7DA0D5

#7DA0D5
(125,160,213)
#7292C2
(114,146,194)
#6784AF
(103,132,175)
#5C769C
(92,118,156)
#516889
(81,104,137)
#465A76
(70,90,118)
#3B4C63
(59,76,99)
#303E50
(48,62,80)
#25303D
(37,48,61)
#1A222A
(26,34,42)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #7DA0D5

#7DA0D5
(125,160,213)
#88A8D8
(136,168,216)
#93B0DB
(147,176,219)
#9EB8DE
(158,184,222)
#A9C0E1
(169,192,225)
#B4C8E4
(180,200,228)
#BFD0E7
(191,208,231)
#CAD8EA
(202,216,234)
#D5E0ED
(213,224,237)
#E0E8F0
(224,232,240)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA0D5 color. Also use rgb(125,160,213) instead hex code.

Text Font Color

.myTextColor { color: #7DA0D5; }

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

This text font color is #7DA0D5.


Background Color

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

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

This div background color is #7DA0D5.


Border color

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

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

This div border color is #7DA0D5.


Opacity

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

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

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

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

This text has shadow with #7DA0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA0D5 on black background.


Color preview on white background

This text has color #7DA0D5 on white background.



Black color preview on #7DA0D5 background

This text has black color on #7DA0D5 background.


White color preview on #7DA0D5 background

This text has white color on #7DA0D5 background.