COLOR #7DB0DF

HEX: #7DB0DF
RGB: (125,176,223)

Color info

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

RGB color model

#7DB0DF color RGB value is (125,176,223).

  • red value is 125;
  • green value is 176;
  • blue value is 223.
RGB:
(125,176,223)
(49%,69%,87%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 223 of 255 = 87%

125
176
223

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

Portions of RGB colors in percentages

R + G + B =
125 + 176 + 223 = 524 (100%)
R 125 of 524 ~ 23.85%
G 176 of 524 ~ 33.59%
B 223 of 524 ~ 42.56%

%23.85
%33.59
%42.56

CMYK color model

#7DB0DF color CMYK value is (44,21,0,13).

  • cyan value is 43.95%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(44,21,0,13)
C44M21Y0K13 
(44%,21%,0%,13%)
(0.44/0.21/0.00/0.13)	

CMYK percentages

%43.95
%21.08
%0
%12.55

Codes

Color #7DB0DF in popluar color models

7DB0DF
RGB125176223
HSL209°60.49%68.24%
HSB/HSV209°43.95%87.45%
CMYK43.95%21.08%0.00%
12.55%

Color #7DB0DF in popluar number systems.

HEX7DB0DF
Decimal125176223
Binary11111011011000011011111
Octal175260337

Shades and tints

Shades of #7DB0DF

#7DB0DF
(125,176,223)
#72A0CB
(114,160,203)
#6790B7
(103,144,183)
#5C80A3
(92,128,163)
#51708F
(81,112,143)
#46607B
(70,96,123)
#3B5067
(59,80,103)
#304053
(48,64,83)
#25303F
(37,48,63)
#1A202B
(26,32,43)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #7DB0DF

#7DB0DF
(125,176,223)
#88B7E1
(136,183,225)
#93BEE3
(147,190,227)
#9EC5E5
(158,197,229)
#A9CCE7
(169,204,231)
#B4D3E9
(180,211,233)
#BFDAEB
(191,218,235)
#CAE1ED
(202,225,237)
#D5E8EF
(213,232,239)
#E0EFF1
(224,239,241)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB0DF; }

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

This text font color is #7DB0DF.


Background Color

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

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

This div background color is #7DB0DF.


Border color

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

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

This div border color is #7DB0DF.


Opacity

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

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

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

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

This text has shadow with #7DB0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB0DF on black background.


Color preview on white background

This text has color #7DB0DF on white background.



Black color preview on #7DB0DF background

This text has black color on #7DB0DF background.


White color preview on #7DB0DF background

This text has white color on #7DB0DF background.