COLOR #7DA6D4

HEX: #7DA6D4
RGB: (125,166,212)

Color info

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

RGB color model

#7DA6D4 color RGB value is (125,166,212).

  • red value is 125;
  • green value is 166;
  • blue value is 212.
RGB:
(125,166,212)
(49%,65%,83%)

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 212 of 255 = 83%

125
166
212

R + G + B ~ 66%. #7DA6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 212 = 503 (100%)
R 125 of 503 ~ 24.85%
G 166 of 503 ~ 33%
B 212 of 503 ~ 42.15%

%24.85
%33
%42.15

CMYK color model

#7DA6D4 color CMYK value is (41,22,0,17).

  • cyan value is 41.04%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(41,22,0,17)
C41M22Y0K17 
(41%,22%,0%,17%)
(0.41/0.22/0.00/0.17)	

CMYK percentages

%41.04
%21.7
%0
%16.86

Codes

Color #7DA6D4 in popluar color models

7DA6D4
RGB125166212
HSL212°50.29%66.08%
HSB/HSV212°41.04%83.14%
CMYK41.04%21.70%0.00%
16.86%

Color #7DA6D4 in popluar number systems.

HEX7DA6D4
Decimal125166212
Binary11111011010011011010100
Octal175246324

Shades and tints

Shades of #7DA6D4

#7DA6D4
(125,166,212)
#7297C1
(114,151,193)
#6788AE
(103,136,174)
#5C799B
(92,121,155)
#516A88
(81,106,136)
#465B75
(70,91,117)
#3B4C62
(59,76,98)
#303D4F
(48,61,79)
#252E3C
(37,46,60)
#1A1F29
(26,31,41)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #7DA6D4

#7DA6D4
(125,166,212)
#88AED7
(136,174,215)
#93B6DA
(147,182,218)
#9EBEDD
(158,190,221)
#A9C6E0
(169,198,224)
#B4CEE3
(180,206,227)
#BFD6E6
(191,214,230)
#CADEE9
(202,222,233)
#D5E6EC
(213,230,236)
#E0EEEF
(224,238,239)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA6D4 color. Also use rgb(125,166,212) instead hex code.

Text Font Color

.myTextColor { color: #7DA6D4; }

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

This text font color is #7DA6D4.


Background Color

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

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

This div background color is #7DA6D4.


Border color

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

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

This div border color is #7DA6D4.


Opacity

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

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

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

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

This text has shadow with #7DA6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA6D4 on black background.


Color preview on white background

This text has color #7DA6D4 on white background.



Black color preview on #7DA6D4 background

This text has black color on #7DA6D4 background.


White color preview on #7DA6D4 background

This text has white color on #7DA6D4 background.