COLOR #7DA6BD

HEX: #7DA6BD
RGB: (125,166,189)

Color info

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

RGB color model

#7DA6BD color RGB value is (125,166,189).

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

RGB channels and saturation

R 125 of 255 = 49%
G 166 of 255 = 65%
B 189 of 255 = 74%

125
166
189

R + G + B ~ 63%. #7DA6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 166 + 189 = 480 (100%)
R 125 of 480 ~ 26.04%
G 166 of 480 ~ 34.58%
B 189 of 480 ~ 39.38%

%26.04
%34.58
%39.38

CMYK color model

#7DA6BD color CMYK value is (34,12,0,26).

  • cyan value is 33.86%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(34,12,0,26)
C34M12Y0K26 
(34%,12%,0%,26%)
(0.34/0.12/0.00/0.26)	

CMYK percentages

%33.86
%12.17
%0
%25.88

Codes

Color #7DA6BD in popluar color models

7DA6BD
RGB125166189
HSL202°32.65%61.57%
HSB/HSV202°33.86%74.12%
CMYK33.86%12.17%0.00%
25.88%

Color #7DA6BD in popluar number systems.

HEX7DA6BD
Decimal125166189
Binary11111011010011010111101
Octal175246275

Shades and tints

Shades of #7DA6BD

#7DA6BD
(125,166,189)
#7297AC
(114,151,172)
#67889B
(103,136,155)
#5C798A
(92,121,138)
#516A79
(81,106,121)
#465B68
(70,91,104)
#3B4C57
(59,76,87)
#303D46
(48,61,70)
#252E35
(37,46,53)
#1A1F24
(26,31,36)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7DA6BD

#7DA6BD
(125,166,189)
#88AEC3
(136,174,195)
#93B6C9
(147,182,201)
#9EBECF
(158,190,207)
#A9C6D5
(169,198,213)
#B4CEDB
(180,206,219)
#BFD6E1
(191,214,225)
#CADEE7
(202,222,231)
#D5E6ED
(213,230,237)
#E0EEF3
(224,238,243)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA6BD; }

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

This text font color is #7DA6BD.


Background Color

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

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

This div background color is #7DA6BD.


Border color

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

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

This div border color is #7DA6BD.


Opacity

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

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

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

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

This text has shadow with #7DA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA6BD on black background.


Color preview on white background

This text has color #7DA6BD on white background.



Black color preview on #7DA6BD background

This text has black color on #7DA6BD background.


White color preview on #7DA6BD background

This text has white color on #7DA6BD background.