COLOR #7DA7D1

HEX: #7DA7D1
RGB: (125,167,209)

Color info

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

RGB color model

#7DA7D1 color RGB value is (125,167,209).

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

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 209 of 255 = 82%

125
167
209

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

Portions of RGB colors in percentages

R + G + B =
125 + 167 + 209 = 501 (100%)
R 125 of 501 ~ 24.95%
G 167 of 501 ~ 33.33%
B 209 of 501 ~ 41.72%

%24.95
%33.33
%41.72

CMYK color model

#7DA7D1 color CMYK value is (40,20,0,18).

  • cyan value is 40.19%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,20,0,18)
C40M20Y0K18 
(40%,20%,0%,18%)
(0.40/0.20/0.00/0.18)	

CMYK percentages

%40.19
%20.1
%0
%18.04

Codes

Color #7DA7D1 in popluar color models

7DA7D1
RGB125167209
HSL210°47.73%65.49%
HSB/HSV210°40.19%81.96%
CMYK40.19%20.10%0.00%
18.04%

Color #7DA7D1 in popluar number systems.

HEX7DA7D1
Decimal125167209
Binary11111011010011111010001
Octal175247321

Shades and tints

Shades of #7DA7D1

#7DA7D1
(125,167,209)
#7298BE
(114,152,190)
#6789AB
(103,137,171)
#5C7A98
(92,122,152)
#516B85
(81,107,133)
#465C72
(70,92,114)
#3B4D5F
(59,77,95)
#303E4C
(48,62,76)
#252F39
(37,47,57)
#1A2026
(26,32,38)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7DA7D1

#7DA7D1
(125,167,209)
#88AFD5
(136,175,213)
#93B7D9
(147,183,217)
#9EBFDD
(158,191,221)
#A9C7E1
(169,199,225)
#B4CFE5
(180,207,229)
#BFD7E9
(191,215,233)
#CADFED
(202,223,237)
#D5E7F1
(213,231,241)
#E0EFF5
(224,239,245)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA7D1; }

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

This text font color is #7DA7D1.


Background Color

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

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

This div background color is #7DA7D1.


Border color

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

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

This div border color is #7DA7D1.


Opacity

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

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

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

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

This text has shadow with #7DA7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA7D1 on black background.


Color preview on white background

This text has color #7DA7D1 on white background.



Black color preview on #7DA7D1 background

This text has black color on #7DA7D1 background.


White color preview on #7DA7D1 background

This text has white color on #7DA7D1 background.