COLOR #7DA5C3

HEX: #7DA5C3 RGB: (125,165,195)

Color info

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

RGB color model

#7DA5C3 color RGB value is (125,165,195).

RGB: (125,165,195) (49%, 65%, 76%)

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 195 of 255 = 76%

125
165
195

R + G + B ~ 63%. #7DA5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 165 + 195 = 485 (100%)
R 125 of 485 ~ 25.77%
G 165 of 485 ~ 34.02%
B 195 of 485 ~ 40.21'%

%25.77
%34.02
%40.21

CMYK color model

#7DA5C3 color CMYK value is (36,15,0,24).

  • cyan value is 35.90%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (36,15,0,24)
C36M15Y0K24 (36%, 15%, 0%, 24%)
(0.36 / 0.15 / 0.00 / 0.24)

CMYK percentages

%35.9
%15.38
%0
%23.53

Codes

Color #7DA5C3 in popluar color models

7D A5 C3
RGB 125 165 195
HSL 206° 36.84% 62.75%
HSB/HSV 206° 35.90% 76.47%
CMYK 35.90% 15.38% 0.00%
23.53%

Color #7DA5C3 in popluar number systems.

HEX 7D A5 C3
Decimal 125 165 195
Binary 1111101 10100101 11000011
Octal 175 245 303

Shades and tints

Shades of #7DA5C3

#7DA5C3
(125,165,195)
#7296B2
(114,150,178)
#6787A1
(103,135,161)
#5C7890
(92,120,144)
#51697F
(81,105,127)
#465A6E
(70,90,110)
#3B4B5D
(59,75,93)
#303C4C
(48,60,76)
#252D3B
(37,45,59)
#1A1E2A
(26,30,42)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #7DA5C3

#7DA5C3
(125,165,195)
#88ADC8
(136,173,200)
#93B5CD
(147,181,205)
#9EBDD2
(158,189,210)
#A9C5D7
(169,197,215)
#B4CDDC
(180,205,220)
#BFD5E1
(191,213,225)
#CADDE6
(202,221,230)
#D5E5EB
(213,229,235)
#E0EDF0
(224,237,240)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA5C3 color. Also use rgb(125,165,195) instead hex code.

Text Font Color

.myTextColor { color: #7DA5C3; }

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

This text font color is #7DA5C3.

Background Color

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

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

This div background color is #7DA5C3.

Border color

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

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

This div border color is #7DA5C3.

Opacity

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

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

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

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

This text has shadow with #7DA5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA5C3.

Preview

Color preview on black background

This text has color #7DA5C3 on black background.


Color preview on white background

This text has color #7DA5C3 on white background.


Black color preview on #7DA5C3 background

This text has black color on #7DA5C3 background.


White color preview on #7DA5C3 background

This text has white color on #7DA5C3 background.


Related colors

Complementary color

Complementary color for #hex is #825A3C.


I love getcolorcode.com

Triadic colors

1 #C37DA5 and #A5C37D with #7DA5C3 are triadic colors.

2 #C3A57D and #A57DC3 with #7DA5C3 are triadic colors.