COLOR #7DA4C8

HEX: #7DA4C8
RGB: (125,164,200)

Color info

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

RGB color model

#7DA4C8 color RGB value is (125,164,200).

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

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 200 of 255 = 78%

125
164
200

R + G + B ~ 64%. #7DA4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 200 = 489 (100%)
R 125 of 489 ~ 25.56%
G 164 of 489 ~ 33.54%
B 200 of 489 ~ 40.9%

%25.56
%33.54
%40.9

CMYK color model

#7DA4C8 color CMYK value is (38,18,0,22).

  • cyan value is 37.50%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(38,18,0,22)
C38M18Y0K22 
(38%,18%,0%,22%)
(0.38/0.18/0.00/0.22)	

CMYK percentages

%37.5
%18
%0
%21.57

Codes

Color #7DA4C8 in popluar color models

7DA4C8
RGB125164200
HSL209°40.54%63.73%
HSB/HSV209°37.50%78.43%
CMYK37.50%18.00%0.00%
21.57%

Color #7DA4C8 in popluar number systems.

HEX7DA4C8
Decimal125164200
Binary11111011010010011001000
Octal175244310

Shades and tints

Shades of #7DA4C8

#7DA4C8
(125,164,200)
#7296B6
(114,150,182)
#6788A4
(103,136,164)
#5C7A92
(92,122,146)
#516C80
(81,108,128)
#465E6E
(70,94,110)
#3B505C
(59,80,92)
#30424A
(48,66,74)
#253438
(37,52,56)
#1A2626
(26,38,38)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #7DA4C8

#7DA4C8
(125,164,200)
#88ACCD
(136,172,205)
#93B4D2
(147,180,210)
#9EBCD7
(158,188,215)
#A9C4DC
(169,196,220)
#B4CCE1
(180,204,225)
#BFD4E6
(191,212,230)
#CADCEB
(202,220,235)
#D5E4F0
(213,228,240)
#E0ECF5
(224,236,245)
#EBF4FA
(235,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA4C8; }

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

This text font color is #7DA4C8.


Background Color

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

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

This div background color is #7DA4C8.


Border color

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

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

This div border color is #7DA4C8.


Opacity

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

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

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

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

This text has shadow with #7DA4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA4C8 on black background.


Color preview on white background

This text has color #7DA4C8 on white background.



Black color preview on #7DA4C8 background

This text has black color on #7DA4C8 background.


White color preview on #7DA4C8 background

This text has white color on #7DA4C8 background.