COLOR #7DB9DA

HEX: #7DB9DA RGB: (125,185,218)

Color info

#7DB9DA contains mainly green and blue colors. Web safe color of #7DB9DA is #66CCCC (or #6CC).

RGB color model

#7DB9DA color RGB value is (125,185,218).

RGB: (125,185,218) (49%, 73%, 85%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 218 of 255 = 85%

125
185
218

R + G + B ~ 69%. #7DB9DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 185 + 218 = 528 (100%)
R 125 of 528 ~ 23.67%
G 185 of 528 ~ 35.04%
B 218 of 528 ~ 41.29'%

%23.67
%35.04
%41.29

CMYK color model

#7DB9DA color CMYK value is (43,15,0,15).

  • cyan value is 42.66%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (43,15,0,15)
C43M15Y0K15 (43%, 15%, 0%, 15%)
(0.43 / 0.15 / 0.00 / 0.15)

CMYK percentages

%42.66
%15.14
%0
%14.51

Codes

Color #7DB9DA in popluar color models

7D B9 DA
RGB 125 185 218
HSL 201° 55.69% 67.25%
HSB/HSV 201° 42.66% 85.49%
CMYK 42.66% 15.14% 0.00%
14.51%

Color #7DB9DA in popluar number systems.

HEX 7D B9 DA
Decimal 125 185 218
Binary 1111101 10111001 11011010
Octal 175 271 332

Shades and tints

Shades of #7DB9DA

#7DB9DA
(125,185,218)
#72A9C7
(114,169,199)
#6799B4
(103,153,180)
#5C89A1
(92,137,161)
#51798E
(81,121,142)
#46697B
(70,105,123)
#3B5968
(59,89,104)
#304955
(48,73,85)
#253942
(37,57,66)
#1A292F
(26,41,47)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #7DB9DA

#7DB9DA
(125,185,218)
#88BFDD
(136,191,221)
#93C5E0
(147,197,224)
#9ECBE3
(158,203,227)
#A9D1E6
(169,209,230)
#B4D7E9
(180,215,233)
#BFDDEC
(191,221,236)
#CAE3EF
(202,227,239)
#D5E9F2
(213,233,242)
#E0EFF5
(224,239,245)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB9DA color. Also use rgb(125,185,218) instead hex code.

Text Font Color

.myTextColor { color: #7DB9DA; }

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

This text font color is #7DB9DA.

Background Color

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

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

This div background color is #7DB9DA.

Border color

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

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

This div border color is #7DB9DA.

Opacity

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

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

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

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

This text has shadow with #7DB9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB9DA.

Preview

Color preview on black background

This text has color #7DB9DA on black background.


Color preview on white background

This text has color #7DB9DA on white background.


Black color preview on #7DB9DA background

This text has black color on #7DB9DA background.


White color preview on #7DB9DA background

This text has white color on #7DB9DA background.


Related colors

Complementary color

Complementary color for #hex is #824625.


I love getcolorcode.com

Triadic colors

1 #DA7DB9 and #B9DA7D with #7DB9DA are triadic colors.

2 #DAB97D and #B97DDA with #7DB9DA are triadic colors.