COLOR #7DA0B2

HEX: #7DA0B2
RGB: (125,160,178)

Color info

#7DA0B2 contains red, green and blue colors in about the same proportion. Web safe color of #7DA0B2 is #669999 (or #699).

RGB color model

#7DA0B2 color RGB value is (125,160,178).

  • red value is 125;
  • green value is 160;
  • blue value is 178.
RGB:
(125,160,178)
(49%,63%,70%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 178 of 255 = 70%

125
160
178

R + G + B ~ 61%. #7DA0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 178 = 463 (100%)
R 125 of 463 ~ 27%
G 160 of 463 ~ 34.56%
B 178 of 463 ~ 38.44%

%27
%34.56
%38.44

CMYK color model

#7DA0B2 color CMYK value is (30,10,0,30).

  • cyan value is 29.78%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(30,10,0,30)
C30M10Y0K30 
(30%,10%,0%,30%)
(0.30/0.10/0.00/0.30)	

CMYK percentages

%29.78
%10.11
%0
%30.2

Codes

Color #7DA0B2 in popluar color models

7DA0B2
RGB125160178
HSL200°25.60%59.41%
HSB/HSV200°29.78%69.80%
CMYK29.78%10.11%0.00%
30.20%

Color #7DA0B2 in popluar number systems.

HEX7DA0B2
Decimal125160178
Binary11111011010000010110010
Octal175240262

Shades and tints

Shades of #7DA0B2

#7DA0B2
(125,160,178)
#7292A2
(114,146,162)
#678492
(103,132,146)
#5C7682
(92,118,130)
#516872
(81,104,114)
#465A62
(70,90,98)
#3B4C52
(59,76,82)
#303E42
(48,62,66)
#253032
(37,48,50)
#1A2222
(26,34,34)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #7DA0B2

#7DA0B2
(125,160,178)
#88A8B9
(136,168,185)
#93B0C0
(147,176,192)
#9EB8C7
(158,184,199)
#A9C0CE
(169,192,206)
#B4C8D5
(180,200,213)
#BFD0DC
(191,208,220)
#CAD8E3
(202,216,227)
#D5E0EA
(213,224,234)
#E0E8F1
(224,232,241)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA0B2 color. Also use rgb(125,160,178) instead hex code.

Text Font Color

.myTextColor { color: #7DA0B2; }

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

This text font color is #7DA0B2.


Background Color

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

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

This div background color is #7DA0B2.


Border color

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

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

This div border color is #7DA0B2.


Opacity

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

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

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

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

This text has shadow with #7DA0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA0B2 on black background.


Color preview on white background

This text has color #7DA0B2 on white background.



Black color preview on #7DA0B2 background

This text has black color on #7DA0B2 background.


White color preview on #7DA0B2 background

This text has white color on #7DA0B2 background.