COLOR #7DA7BD

HEX: #7DA7BD RGB: (125,167,189)

Color info

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

RGB color model

#7DA7BD color RGB value is (125,167,189).

RGB: (125,167,189) (49%, 65%, 74%)

RGB channels and saturation

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

125
167
189

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

Portions of RGB colors in percentages

R + G + B = 125 + 167 + 189 = 481 (100%)
R 125 of 481 ~ 25.99%
G 167 of 481 ~ 34.72%
B 189 of 481 ~ 39.29'%

%25.99
%34.72
%39.29

CMYK color model

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

  • cyan value is 33.86%
  • magenta value is 11.64%
  • 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
%11.64
%0
%25.88

Codes

Color #7DA7BD in popluar color models

7D A7 BD
RGB 125 167 189
HSL 201° 32.65% 61.57%
HSB/HSV 201° 33.86% 74.12%
CMYK 33.86% 11.64% 0.00%
25.88%

Color #7DA7BD in popluar number systems.

HEX 7D A7 BD
Decimal 125 167 189
Binary 1111101 10100111 10111101
Octal 175 247 275

Shades and tints

Shades of #7DA7BD

#7DA7BD
(125,167,189)
#7298AC
(114,152,172)
#67899B
(103,137,155)
#5C7A8A
(92,122,138)
#516B79
(81,107,121)
#465C68
(70,92,104)
#3B4D57
(59,77,87)
#303E46
(48,62,70)
#252F35
(37,47,53)
#1A2024
(26,32,36)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7DA7BD

#7DA7BD
(125,167,189)
#88AFC3
(136,175,195)
#93B7C9
(147,183,201)
#9EBFCF
(158,191,207)
#A9C7D5
(169,199,213)
#B4CFDB
(180,207,219)
#BFD7E1
(191,215,225)
#CADFE7
(202,223,231)
#D5E7ED
(213,231,237)
#E0EFF3
(224,239,243)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA7BD; }

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

This text font color is #7DA7BD.

Background Color

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

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

This div background color is #7DA7BD.

Border color

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

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

This div border color is #7DA7BD.

Opacity

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

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

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

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

This text has shadow with #7DA7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA7BD.

Preview

Color preview on black background

This text has color #7DA7BD on black background.


Color preview on white background

This text has color #7DA7BD on white background.


Black color preview on #7DA7BD background

This text has black color on #7DA7BD background.


White color preview on #7DA7BD background

This text has white color on #7DA7BD background.


Related colors

Complementary color

Complementary color for #hex is #825842.


I love getcolorcode.com

Triadic colors

1 #BD7DA7 and #A7BD7D with #7DA7BD are triadic colors.

2 #BDA77D and #A77DBD with #7DA7BD are triadic colors.