COLOR #7DA1BC

HEX: #7DA1BC RGB: (125,161,188)

Color info

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

RGB color model

#7DA1BC color RGB value is (125,161,188).

RGB: (125,161,188) (49%, 63%, 74%)

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 188 of 255 = 74%

125
161
188

R + G + B ~ 62%. #7DA1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 161 + 188 = 474 (100%)
R 125 of 474 ~ 26.37%
G 161 of 474 ~ 33.97%
B 188 of 474 ~ 39.66'%

%26.37
%33.97
%39.66

CMYK color model

#7DA1BC color CMYK value is (34,14,0,26).

  • cyan value is 33.51%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (34,14,0,26)
C34M14Y0K26 (34%, 14%, 0%, 26%)
(0.34 / 0.14 / 0.00 / 0.26)

CMYK percentages

%33.51
%14.36
%0
%26.27

Codes

Color #7DA1BC in popluar color models

7D A1 BC
RGB 125 161 188
HSL 206° 31.98% 61.37%
HSB/HSV 206° 33.51% 73.73%
CMYK 33.51% 14.36% 0.00%
26.27%

Color #7DA1BC in popluar number systems.

HEX 7D A1 BC
Decimal 125 161 188
Binary 1111101 10100001 10111100
Octal 175 241 274

Shades and tints

Shades of #7DA1BC

#7DA1BC
(125,161,188)
#7293AB
(114,147,171)
#67859A
(103,133,154)
#5C7789
(92,119,137)
#516978
(81,105,120)
#465B67
(70,91,103)
#3B4D56
(59,77,86)
#303F45
(48,63,69)
#253134
(37,49,52)
#1A2323
(26,35,35)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #7DA1BC

#7DA1BC
(125,161,188)
#88A9C2
(136,169,194)
#93B1C8
(147,177,200)
#9EB9CE
(158,185,206)
#A9C1D4
(169,193,212)
#B4C9DA
(180,201,218)
#BFD1E0
(191,209,224)
#CAD9E6
(202,217,230)
#D5E1EC
(213,225,236)
#E0E9F2
(224,233,242)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA1BC color. Also use rgb(125,161,188) instead hex code.

Text Font Color

.myTextColor { color: #7DA1BC; }

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

This text font color is #7DA1BC.

Background Color

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

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

This div background color is #7DA1BC.

Border color

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

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

This div border color is #7DA1BC.

Opacity

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

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

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

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

This text has shadow with #7DA1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA1BC.

Preview

Color preview on black background

This text has color #7DA1BC on black background.


Color preview on white background

This text has color #7DA1BC on white background.


Black color preview on #7DA1BC background

This text has black color on #7DA1BC background.


White color preview on #7DA1BC background

This text has white color on #7DA1BC background.


Related colors

Complementary color

Complementary color for #hex is #825E43.


I love getcolorcode.com

Triadic colors

1 #BC7DA1 and #A1BC7D with #7DA1BC are triadic colors.

2 #BCA17D and #A17DBC with #7DA1BC are triadic colors.