COLOR #7DA2C9

HEX: #7DA2C9
RGB: (125,162,201)

Color info

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

RGB color model

#7DA2C9 color RGB value is (125,162,201).

  • red value is 125;
  • green value is 162;
  • blue value is 201.
RGB:
(125,162,201)
(49%,64%,79%)

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 201 of 255 = 79%

125
162
201

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 201 = 488 (100%)
R 125 of 488 ~ 25.61%
G 162 of 488 ~ 33.2%
B 201 of 488 ~ 41.19%

%25.61
%33.2
%41.19

CMYK color model

#7DA2C9 color CMYK value is (38,19,0,21).

  • cyan value is 37.81%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(38,19,0,21)
C38M19Y0K21 
(38%,19%,0%,21%)
(0.38/0.19/0.00/0.21)	

CMYK percentages

%37.81
%19.4
%0
%21.18

Codes

Color #7DA2C9 in popluar color models

7DA2C9
RGB125162201
HSL211°41.30%63.92%
HSB/HSV211°37.81%78.82%
CMYK37.81%19.40%0.00%
21.18%

Color #7DA2C9 in popluar number systems.

HEX7DA2C9
Decimal125162201
Binary11111011010001011001001
Octal175242311

Shades and tints

Shades of #7DA2C9

#7DA2C9
(125,162,201)
#7294B7
(114,148,183)
#6786A5
(103,134,165)
#5C7893
(92,120,147)
#516A81
(81,106,129)
#465C6F
(70,92,111)
#3B4E5D
(59,78,93)
#30404B
(48,64,75)
#253239
(37,50,57)
#1A2427
(26,36,39)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #7DA2C9

#7DA2C9
(125,162,201)
#88AACD
(136,170,205)
#93B2D1
(147,178,209)
#9EBAD5
(158,186,213)
#A9C2D9
(169,194,217)
#B4CADD
(180,202,221)
#BFD2E1
(191,210,225)
#CADAE5
(202,218,229)
#D5E2E9
(213,226,233)
#E0EAED
(224,234,237)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA2C9 color. Also use rgb(125,162,201) instead hex code.

Text Font Color

.myTextColor { color: #7DA2C9; }

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

This text font color is #7DA2C9.


Background Color

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

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

This div background color is #7DA2C9.


Border color

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

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

This div border color is #7DA2C9.


Opacity

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

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

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

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

This text has shadow with #7DA2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA2C9 on black background.


Color preview on white background

This text has color #7DA2C9 on white background.



Black color preview on #7DA2C9 background

This text has black color on #7DA2C9 background.


White color preview on #7DA2C9 background

This text has white color on #7DA2C9 background.