COLOR #7DA4BA

HEX: #7DA4BA
RGB: (125,164,186)

Color info

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

RGB color model

#7DA4BA color RGB value is (125,164,186).

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

RGB channels and saturation

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

125
164
186

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 186 = 475 (100%)
R 125 of 475 ~ 26.32%
G 164 of 475 ~ 34.53%
B 186 of 475 ~ 39.16%

%26.32
%34.53
%39.16

CMYK color model

#7DA4BA color CMYK value is (33,12,0,27).

  • cyan value is 32.80%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,12,0,27)
C33M12Y0K27 
(33%,12%,0%,27%)
(0.33/0.12/0.00/0.27)	

CMYK percentages

%32.8
%11.83
%0
%27.06

Codes

Color #7DA4BA in popluar color models

7DA4BA
RGB125164186
HSL202°30.65%60.98%
HSB/HSV202°32.80%72.94%
CMYK32.80%11.83%0.00%
27.06%

Color #7DA4BA in popluar number systems.

HEX7DA4BA
Decimal125164186
Binary11111011010010010111010
Octal175244272

Shades and tints

Shades of #7DA4BA

#7DA4BA
(125,164,186)
#7296AA
(114,150,170)
#67889A
(103,136,154)
#5C7A8A
(92,122,138)
#516C7A
(81,108,122)
#465E6A
(70,94,106)
#3B505A
(59,80,90)
#30424A
(48,66,74)
#25343A
(37,52,58)
#1A262A
(26,38,42)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #7DA4BA

#7DA4BA
(125,164,186)
#88ACC0
(136,172,192)
#93B4C6
(147,180,198)
#9EBCCC
(158,188,204)
#A9C4D2
(169,196,210)
#B4CCD8
(180,204,216)
#BFD4DE
(191,212,222)
#CADCE4
(202,220,228)
#D5E4EA
(213,228,234)
#E0ECF0
(224,236,240)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA4BA; }

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

This text font color is #7DA4BA.


Background Color

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

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

This div background color is #7DA4BA.


Border color

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

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

This div border color is #7DA4BA.


Opacity

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

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

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

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

This text has shadow with #7DA4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA4BA on black background.


Color preview on white background

This text has color #7DA4BA on white background.



Black color preview on #7DA4BA background

This text has black color on #7DA4BA background.


White color preview on #7DA4BA background

This text has white color on #7DA4BA background.