COLOR #7DA3D1

HEX: #7DA3D1
RGB: (125,163,209)

Color info

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

RGB color model

#7DA3D1 color RGB value is (125,163,209).

  • red value is 125;
  • green value is 163;
  • blue value is 209.
RGB:
(125,163,209)
(49%,64%,82%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 209 of 255 = 82%

125
163
209

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

Portions of RGB colors in percentages

R + G + B =
125 + 163 + 209 = 497 (100%)
R 125 of 497 ~ 25.15%
G 163 of 497 ~ 32.8%
B 209 of 497 ~ 42.05%

%25.15
%32.8
%42.05

CMYK color model

#7DA3D1 color CMYK value is (40,22,0,18).

  • cyan value is 40.19%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,22,0,18)
C40M22Y0K18 
(40%,22%,0%,18%)
(0.40/0.22/0.00/0.18)	

CMYK percentages

%40.19
%22.01
%0
%18.04

Codes

Color #7DA3D1 in popluar color models

7DA3D1
RGB125163209
HSL213°47.73%65.49%
HSB/HSV213°40.19%81.96%
CMYK40.19%22.01%0.00%
18.04%

Color #7DA3D1 in popluar number systems.

HEX7DA3D1
Decimal125163209
Binary11111011010001111010001
Octal175243321

Shades and tints

Shades of #7DA3D1

#7DA3D1
(125,163,209)
#7295BE
(114,149,190)
#6787AB
(103,135,171)
#5C7998
(92,121,152)
#516B85
(81,107,133)
#465D72
(70,93,114)
#3B4F5F
(59,79,95)
#30414C
(48,65,76)
#253339
(37,51,57)
#1A2526
(26,37,38)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #7DA3D1

#7DA3D1
(125,163,209)
#88ABD5
(136,171,213)
#93B3D9
(147,179,217)
#9EBBDD
(158,187,221)
#A9C3E1
(169,195,225)
#B4CBE5
(180,203,229)
#BFD3E9
(191,211,233)
#CADBED
(202,219,237)
#D5E3F1
(213,227,241)
#E0EBF5
(224,235,245)
#EBF3F9
(235,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA3D1 color. Also use rgb(125,163,209) instead hex code.

Text Font Color

.myTextColor { color: #7DA3D1; }

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

This text font color is #7DA3D1.


Background Color

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

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

This div background color is #7DA3D1.


Border color

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

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

This div border color is #7DA3D1.


Opacity

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

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

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

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

This text has shadow with #7DA3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA3D1 on black background.


Color preview on white background

This text has color #7DA3D1 on white background.



Black color preview on #7DA3D1 background

This text has black color on #7DA3D1 background.


White color preview on #7DA3D1 background

This text has white color on #7DA3D1 background.