COLOR #7DA4B6

HEX: #7DA4B6
RGB: (125,164,182)

Color info

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

RGB color model

#7DA4B6 color RGB value is (125,164,182).

  • red value is 125;
  • green value is 164;
  • blue value is 182.
RGB:
(125,164,182)
(49%,64%,71%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 182 of 255 = 71%

125
164
182

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 182 = 471 (100%)
R 125 of 471 ~ 26.54%
G 164 of 471 ~ 34.82%
B 182 of 471 ~ 38.64%

%26.54
%34.82
%38.64

CMYK color model

#7DA4B6 color CMYK value is (31,10,0,29).

  • cyan value is 31.32%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,10,0,29)
C31M10Y0K29 
(31%,10%,0%,29%)
(0.31/0.10/0.00/0.29)	

CMYK percentages

%31.32
%9.89
%0
%28.63

Codes

Color #7DA4B6 in popluar color models

7DA4B6
RGB125164182
HSL199°28.08%60.20%
HSB/HSV199°31.32%71.37%
CMYK31.32%9.89%0.00%
28.63%

Color #7DA4B6 in popluar number systems.

HEX7DA4B6
Decimal125164182
Binary11111011010010010110110
Octal175244266

Shades and tints

Shades of #7DA4B6

#7DA4B6
(125,164,182)
#7296A6
(114,150,166)
#678896
(103,136,150)
#5C7A86
(92,122,134)
#516C76
(81,108,118)
#465E66
(70,94,102)
#3B5056
(59,80,86)
#304246
(48,66,70)
#253436
(37,52,54)
#1A2626
(26,38,38)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #7DA4B6

#7DA4B6
(125,164,182)
#88ACBC
(136,172,188)
#93B4C2
(147,180,194)
#9EBCC8
(158,188,200)
#A9C4CE
(169,196,206)
#B4CCD4
(180,204,212)
#BFD4DA
(191,212,218)
#CADCE0
(202,220,224)
#D5E4E6
(213,228,230)
#E0ECEC
(224,236,236)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA4B6 color. Also use rgb(125,164,182) instead hex code.

Text Font Color

.myTextColor { color: #7DA4B6; }

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

This text font color is #7DA4B6.


Background Color

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

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

This div background color is #7DA4B6.


Border color

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

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

This div border color is #7DA4B6.


Opacity

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

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

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

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

This text has shadow with #7DA4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA4B6 on black background.


Color preview on white background

This text has color #7DA4B6 on white background.



Black color preview on #7DA4B6 background

This text has black color on #7DA4B6 background.


White color preview on #7DA4B6 background

This text has white color on #7DA4B6 background.