COLOR #7DB0DC

HEX: #7DB0DC RGB: (125,176,220)

Color info

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

RGB color model

#7DB0DC color RGB value is (125,176,220).

RGB: (125,176,220) (49%, 69%, 86%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 220 of 255 = 86%

125
176
220

R + G + B ~ 68%. #7DB0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 176 + 220 = 521 (100%)
R 125 of 521 ~ 23.99%
G 176 of 521 ~ 33.78%
B 220 of 521 ~ 42.23'%

%23.99
%33.78
%42.23

CMYK color model

#7DB0DC color CMYK value is (43,20,0,14).

  • cyan value is 43.18%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (43,20,0,14)
C43M20Y0K14 (43%, 20%, 0%, 14%)
(0.43 / 0.20 / 0.00 / 0.14)

CMYK percentages

%43.18
%20
%0
%13.73

Codes

Color #7DB0DC in popluar color models

7D B0 DC
RGB 125 176 220
HSL 208° 57.58% 67.65%
HSB/HSV 208° 43.18% 86.27%
CMYK 43.18% 20.00% 0.00%
13.73%

Color #7DB0DC in popluar number systems.

HEX 7D B0 DC
Decimal 125 176 220
Binary 1111101 10110000 11011100
Octal 175 260 334

Shades and tints

Shades of #7DB0DC

#7DB0DC
(125,176,220)
#72A0C8
(114,160,200)
#6790B4
(103,144,180)
#5C80A0
(92,128,160)
#51708C
(81,112,140)
#466078
(70,96,120)
#3B5064
(59,80,100)
#304050
(48,64,80)
#25303C
(37,48,60)
#1A2028
(26,32,40)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #7DB0DC

#7DB0DC
(125,176,220)
#88B7DF
(136,183,223)
#93BEE2
(147,190,226)
#9EC5E5
(158,197,229)
#A9CCE8
(169,204,232)
#B4D3EB
(180,211,235)
#BFDAEE
(191,218,238)
#CAE1F1
(202,225,241)
#D5E8F4
(213,232,244)
#E0EFF7
(224,239,247)
#EBF6FA
(235,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB0DC color. Also use rgb(125,176,220) instead hex code.

Text Font Color

.myTextColor { color: #7DB0DC; }

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

This text font color is #7DB0DC.

Background Color

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

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

This div background color is #7DB0DC.

Border color

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

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

This div border color is #7DB0DC.

Opacity

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

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

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

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

This text has shadow with #7DB0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB0DC.

Preview

Color preview on black background

This text has color #7DB0DC on black background.


Color preview on white background

This text has color #7DB0DC on white background.


Black color preview on #7DB0DC background

This text has black color on #7DB0DC background.


White color preview on #7DB0DC background

This text has white color on #7DB0DC background.


Related colors

Complementary color

Complementary color for #hex is #824F23.


I love getcolorcode.com

Triadic colors

1 #DC7DB0 and #B0DC7D with #7DB0DC are triadic colors.

2 #DCB07D and #B07DDC with #7DB0DC are triadic colors.