COLOR #7DB4DC

HEX: #7DB4DC
RGB: (125,180,220)

Color info

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

RGB color model

#7DB4DC color RGB value is (125,180,220).

  • red value is 125;
  • green value is 180;
  • blue value is 220.
RGB: (125,180,220) (49%,71%,86%)

RGB channels and saturation

R 125 of 255 = 49%
G 180 of 255 = 71%
B 220 of 255 = 86%

125
180
220

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

Portions of RGB colors in percentages

R + G + B =
125 + 180 + 220 = 525 (100%)
R 125 of 525 ~ 23.81%
G 180 of 525 ~ 34.29%
B 220 of 525 ~ 41.9%

%23.81
%34.29
%41.9

CMYK color model

#7DB4DC color CMYK value is (43,18,0,14).

  • cyan value is 43.18%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (43,18,0,14) C43M18Y0K14 (43%,18%,0%,14%) (0.43/0.18/0.00/0.14)

CMYK percentages

%43.18
%18.18
%0
%13.73

Codes

Color #7DB4DC in popluar color models

7DB4DC
RGB125180220
HSL205°57.58%67.65%
HSB/HSV205°43.18%86.27%
CMYK43.18%18.18%0.00%
13.73%

Color #7DB4DC in popluar number systems.

HEX7DB4DC
Decimal125180220
Binary11111011011010011011100
Octal175264334

Shades and tints

Shades of #7DB4DC

#7DB4DC
(125,180,220)
#72A4C8
(114,164,200)
#6794B4
(103,148,180)
#5C84A0
(92,132,160)
#51748C
(81,116,140)
#466478
(70,100,120)
#3B5464
(59,84,100)
#304450
(48,68,80)
#25343C
(37,52,60)
#1A2428
(26,36,40)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #7DB4DC

#7DB4DC
(125,180,220)
#88BADF
(136,186,223)
#93C0E2
(147,192,226)
#9EC6E5
(158,198,229)
#A9CCE8
(169,204,232)
#B4D2EB
(180,210,235)
#BFD8EE
(191,216,238)
#CADEF1
(202,222,241)
#D5E4F4
(213,228,244)
#E0EAF7
(224,234,247)
#EBF0FA
(235,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB4DC; }

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

This text font color is #7DB4DC.


Background Color

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

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

This div background color is #7DB4DC.


Border color

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

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

This div border color is #7DB4DC.


Opacity

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

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

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

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

This text has shadow with #7DB4DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7DB4DC on black background.


Color preview on white background

This text has color #7DB4DC on white background.



Black color preview on #7DB4DC background

This text has black color on #7DB4DC background.


White color preview on #7DB4DC background

This text has white color on #7DB4DC background.