COLOR #7DA9C5

HEX: #7DA9C5
RGB: (125,169,197)

Color info

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

RGB color model

#7DA9C5 color RGB value is (125,169,197).

  • red value is 125;
  • green value is 169;
  • blue value is 197.
RGB:
(125,169,197)
(49%,66%,77%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 197 of 255 = 77%

125
169
197

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

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 197 = 491 (100%)
R 125 of 491 ~ 25.46%
G 169 of 491 ~ 34.42%
B 197 of 491 ~ 40.12%

%25.46
%34.42
%40.12

CMYK color model

#7DA9C5 color CMYK value is (37,14,0,23).

  • cyan value is 36.55%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(37,14,0,23)
C37M14Y0K23 
(37%,14%,0%,23%)
(0.37/0.14/0.00/0.23)	

CMYK percentages

%36.55
%14.21
%0
%22.75

Codes

Color #7DA9C5 in popluar color models

7DA9C5
RGB125169197
HSL203°38.30%63.14%
HSB/HSV203°36.55%77.25%
CMYK36.55%14.21%0.00%
22.75%

Color #7DA9C5 in popluar number systems.

HEX7DA9C5
Decimal125169197
Binary11111011010100111000101
Octal175251305

Shades and tints

Shades of #7DA9C5

#7DA9C5
(125,169,197)
#729AB4
(114,154,180)
#678BA3
(103,139,163)
#5C7C92
(92,124,146)
#516D81
(81,109,129)
#465E70
(70,94,112)
#3B4F5F
(59,79,95)
#30404E
(48,64,78)
#25313D
(37,49,61)
#1A222C
(26,34,44)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #7DA9C5

#7DA9C5
(125,169,197)
#88B0CA
(136,176,202)
#93B7CF
(147,183,207)
#9EBED4
(158,190,212)
#A9C5D9
(169,197,217)
#B4CCDE
(180,204,222)
#BFD3E3
(191,211,227)
#CADAE8
(202,218,232)
#D5E1ED
(213,225,237)
#E0E8F2
(224,232,242)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA9C5 color. Also use rgb(125,169,197) instead hex code.

Text Font Color

.myTextColor { color: #7DA9C5; }

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

This text font color is #7DA9C5.


Background Color

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

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

This div background color is #7DA9C5.


Border color

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

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

This div border color is #7DA9C5.


Opacity

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

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

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

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

This text has shadow with #7DA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA9C5 on black background.


Color preview on white background

This text has color #7DA9C5 on white background.



Black color preview on #7DA9C5 background

This text has black color on #7DA9C5 background.


White color preview on #7DA9C5 background

This text has white color on #7DA9C5 background.