COLOR #7DB7EF

HEX: #7DB7EF
RGB: (125,183,239)

Color info

#7DB7EF contains mainly green and blue colors. Web safe color of #7DB7EF is #66CCFF (or #6CF).

RGB color model

#7DB7EF color RGB value is (125,183,239).

  • red value is 125;
  • green value is 183;
  • blue value is 239.
RGB:
(125,183,239)
(49%,72%,94%)

RGB channels and saturation

R 125 of 255 = 49%
G 183 of 255 = 72%
B 239 of 255 = 94%

125
183
239

R + G + B ~ 72%. #7DB7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 183 + 239 = 547 (100%)
R 125 of 547 ~ 22.85%
G 183 of 547 ~ 33.46%
B 239 of 547 ~ 43.69%

%22.85
%33.46
%43.69

CMYK color model

#7DB7EF color CMYK value is (48,23,0,6).

  • cyan value is 47.70%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(48,23,0,6)
C48M23Y0K6 
(48%,23%,0%,6%)
(0.48/0.23/0.00/0.06)	

CMYK percentages

%47.7
%23.43
%0
%6.27

Codes

Color #7DB7EF in popluar color models

7DB7EF
RGB125183239
HSL209°78.08%71.37%
HSB/HSV209°47.70%93.73%
CMYK47.70%23.43%0.00%
6.27%

Color #7DB7EF in popluar number systems.

HEX7DB7EF
Decimal125183239
Binary11111011011011111101111
Octal175267357

Shades and tints

Shades of #7DB7EF

#7DB7EF
(125,183,239)
#72A7DA
(114,167,218)
#6797C5
(103,151,197)
#5C87B0
(92,135,176)
#51779B
(81,119,155)
#466786
(70,103,134)
#3B5771
(59,87,113)
#30475C
(48,71,92)
#253747
(37,55,71)
#1A2732
(26,39,50)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #7DB7EF

#7DB7EF
(125,183,239)
#88BDF0
(136,189,240)
#93C3F1
(147,195,241)
#9EC9F2
(158,201,242)
#A9CFF3
(169,207,243)
#B4D5F4
(180,213,244)
#BFDBF5
(191,219,245)
#CAE1F6
(202,225,246)
#D5E7F7
(213,231,247)
#E0EDF8
(224,237,248)
#EBF3F9
(235,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB7EF color. Also use rgb(125,183,239) instead hex code.

Text Font Color

.myTextColor { color: #7DB7EF; }

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

This text font color is #7DB7EF.


Background Color

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

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

This div background color is #7DB7EF.


Border color

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

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

This div border color is #7DB7EF.


Opacity

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

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

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

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

This text has shadow with #7DB7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB7EF on black background.


Color preview on white background

This text has color #7DB7EF on white background.



Black color preview on #7DB7EF background

This text has black color on #7DB7EF background.


White color preview on #7DB7EF background

This text has white color on #7DB7EF background.