COLOR #7DA2BA

HEX: #7DA2BA
RGB: (125,162,186)

Color info

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

RGB color model

#7DA2BA color RGB value is (125,162,186).

  • red value is 125;
  • green value is 162;
  • blue value is 186.
RGB:
(125,162,186)
(49%,64%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 186 of 255 = 73%

125
162
186

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 186 = 473 (100%)
R 125 of 473 ~ 26.43%
G 162 of 473 ~ 34.25%
B 186 of 473 ~ 39.32%

%26.43
%34.25
%39.32

CMYK color model

#7DA2BA color CMYK value is (33,13,0,27).

  • cyan value is 32.80%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,13,0,27)
C33M13Y0K27 
(33%,13%,0%,27%)
(0.33/0.13/0.00/0.27)	

CMYK percentages

%32.8
%12.9
%0
%27.06

Codes

Color #7DA2BA in popluar color models

7DA2BA
RGB125162186
HSL204°30.65%60.98%
HSB/HSV204°32.80%72.94%
CMYK32.80%12.90%0.00%
27.06%

Color #7DA2BA in popluar number systems.

HEX7DA2BA
Decimal125162186
Binary11111011010001010111010
Octal175242272

Shades and tints

Shades of #7DA2BA

#7DA2BA
(125,162,186)
#7294AA
(114,148,170)
#67869A
(103,134,154)
#5C788A
(92,120,138)
#516A7A
(81,106,122)
#465C6A
(70,92,106)
#3B4E5A
(59,78,90)
#30404A
(48,64,74)
#25323A
(37,50,58)
#1A242A
(26,36,42)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #7DA2BA

#7DA2BA
(125,162,186)
#88AAC0
(136,170,192)
#93B2C6
(147,178,198)
#9EBACC
(158,186,204)
#A9C2D2
(169,194,210)
#B4CAD8
(180,202,216)
#BFD2DE
(191,210,222)
#CADAE4
(202,218,228)
#D5E2EA
(213,226,234)
#E0EAF0
(224,234,240)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA2BA color. Also use rgb(125,162,186) instead hex code.

Text Font Color

.myTextColor { color: #7DA2BA; }

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

This text font color is #7DA2BA.


Background Color

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

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

This div background color is #7DA2BA.


Border color

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

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

This div border color is #7DA2BA.


Opacity

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

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

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

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

This text has shadow with #7DA2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA2BA on black background.


Color preview on white background

This text has color #7DA2BA on white background.



Black color preview on #7DA2BA background

This text has black color on #7DA2BA background.


White color preview on #7DA2BA background

This text has white color on #7DA2BA background.