COLOR #7DA3B8

HEX: #7DA3B8
RGB: (125,163,184)

Color info

#7DA3B8 contains red, green and blue colors in about the same proportion. Web safe color of #7DA3B8 is #6699CC (or #69C).

RGB color model

#7DA3B8 color RGB value is (125,163,184).

  • red value is 125;
  • green value is 163;
  • blue value is 184.
RGB:
(125,163,184)
(49%,64%,72%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 184 of 255 = 72%

125
163
184

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

Portions of RGB colors in percentages

R + G + B =
125 + 163 + 184 = 472 (100%)
R 125 of 472 ~ 26.48%
G 163 of 472 ~ 34.53%
B 184 of 472 ~ 38.98%

%26.48
%34.53
%38.98

CMYK color model

#7DA3B8 color CMYK value is (32,11,0,28).

  • cyan value is 32.07%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(32,11,0,28)
C32M11Y0K28 
(32%,11%,0%,28%)
(0.32/0.11/0.00/0.28)	

CMYK percentages

%32.07
%11.41
%0
%27.84

Codes

Color #7DA3B8 in popluar color models

7DA3B8
RGB125163184
HSL201°29.35%60.59%
HSB/HSV201°32.07%72.16%
CMYK32.07%11.41%0.00%
27.84%

Color #7DA3B8 in popluar number systems.

HEX7DA3B8
Decimal125163184
Binary11111011010001110111000
Octal175243270

Shades and tints

Shades of #7DA3B8

#7DA3B8
(125,163,184)
#7295A8
(114,149,168)
#678798
(103,135,152)
#5C7988
(92,121,136)
#516B78
(81,107,120)
#465D68
(70,93,104)
#3B4F58
(59,79,88)
#304148
(48,65,72)
#253338
(37,51,56)
#1A2528
(26,37,40)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #7DA3B8

#7DA3B8
(125,163,184)
#88ABBE
(136,171,190)
#93B3C4
(147,179,196)
#9EBBCA
(158,187,202)
#A9C3D0
(169,195,208)
#B4CBD6
(180,203,214)
#BFD3DC
(191,211,220)
#CADBE2
(202,219,226)
#D5E3E8
(213,227,232)
#E0EBEE
(224,235,238)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA3B8 color. Also use rgb(125,163,184) instead hex code.

Text Font Color

.myTextColor { color: #7DA3B8; }

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

This text font color is #7DA3B8.


Background Color

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

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

This div background color is #7DA3B8.


Border color

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

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

This div border color is #7DA3B8.


Opacity

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

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

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

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

This text has shadow with #7DA3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA3B8 on black background.


Color preview on white background

This text has color #7DA3B8 on white background.



Black color preview on #7DA3B8 background

This text has black color on #7DA3B8 background.


White color preview on #7DA3B8 background

This text has white color on #7DA3B8 background.