COLOR #7DA5DB

HEX: #7DA5DB
RGB: (125,165,219)

Color info

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

RGB color model

#7DA5DB color RGB value is (125,165,219).

  • red value is 125;
  • green value is 165;
  • blue value is 219.
RGB:
(125,165,219)
(49%,65%,86%)

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 219 of 255 = 86%

125
165
219

R + G + B ~ 67%. #7DA5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 165 + 219 = 509 (100%)
R 125 of 509 ~ 24.56%
G 165 of 509 ~ 32.42%
B 219 of 509 ~ 43.03%

%24.56
%32.42
%43.03

CMYK color model

#7DA5DB color CMYK value is (43,25,0,14).

  • cyan value is 42.92%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(43,25,0,14)
C43M25Y0K14 
(43%,25%,0%,14%)
(0.43/0.25/0.00/0.14)	

CMYK percentages

%42.92
%24.66
%0
%14.12

Codes

Color #7DA5DB in popluar color models

7DA5DB
RGB125165219
HSL214°56.63%67.45%
HSB/HSV214°42.92%85.88%
CMYK42.92%24.66%0.00%
14.12%

Color #7DA5DB in popluar number systems.

HEX7DA5DB
Decimal125165219
Binary11111011010010111011011
Octal175245333

Shades and tints

Shades of #7DA5DB

#7DA5DB
(125,165,219)
#7296C8
(114,150,200)
#6787B5
(103,135,181)
#5C78A2
(92,120,162)
#51698F
(81,105,143)
#465A7C
(70,90,124)
#3B4B69
(59,75,105)
#303C56
(48,60,86)
#252D43
(37,45,67)
#1A1E30
(26,30,48)
#0F0F1D
(15,15,29)
#000000
(0,0,0)

Tints of #7DA5DB

#7DA5DB
(125,165,219)
#88ADDE
(136,173,222)
#93B5E1
(147,181,225)
#9EBDE4
(158,189,228)
#A9C5E7
(169,197,231)
#B4CDEA
(180,205,234)
#BFD5ED
(191,213,237)
#CADDF0
(202,221,240)
#D5E5F3
(213,229,243)
#E0EDF6
(224,237,246)
#EBF5F9
(235,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA5DB color. Also use rgb(125,165,219) instead hex code.

Text Font Color

.myTextColor { color: #7DA5DB; }

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

This text font color is #7DA5DB.


Background Color

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

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

This div background color is #7DA5DB.


Border color

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

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

This div border color is #7DA5DB.


Opacity

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

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

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

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

This text has shadow with #7DA5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA5DB on black background.


Color preview on white background

This text has color #7DA5DB on white background.



Black color preview on #7DA5DB background

This text has black color on #7DA5DB background.


White color preview on #7DA5DB background

This text has white color on #7DA5DB background.