COLOR #7DBCD0

HEX: #7DBCD0
RGB: (125,188,208)

Color info

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

RGB color model

#7DBCD0 color RGB value is (125,188,208).

  • red value is 125;
  • green value is 188;
  • blue value is 208.
RGB:
(125,188,208)
(49%,74%,82%)

RGB channels and saturation

R 125 of 255 = 49%
G 188 of 255 = 74%
B 208 of 255 = 82%

125
188
208

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

Portions of RGB colors in percentages

R + G + B =
125 + 188 + 208 = 521 (100%)
R 125 of 521 ~ 23.99%
G 188 of 521 ~ 36.08%
B 208 of 521 ~ 39.92%

%23.99
%36.08
%39.92

CMYK color model

#7DBCD0 color CMYK value is (40,10,0,18).

  • cyan value is 39.90%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(40,10,0,18)
C40M10Y0K18 
(40%,10%,0%,18%)
(0.40/0.10/0.00/0.18)	

CMYK percentages

%39.9
%9.62
%0
%18.43

Codes

Color #7DBCD0 in popluar color models

7DBCD0
RGB125188208
HSL194°46.89%65.29%
HSB/HSV194°39.90%81.57%
CMYK39.90%9.62%0.00%
18.43%

Color #7DBCD0 in popluar number systems.

HEX7DBCD0
Decimal125188208
Binary11111011011110011010000
Octal175274320

Shades and tints

Shades of #7DBCD0

#7DBCD0
(125,188,208)
#72ABBE
(114,171,190)
#679AAC
(103,154,172)
#5C899A
(92,137,154)
#517888
(81,120,136)
#466776
(70,103,118)
#3B5664
(59,86,100)
#304552
(48,69,82)
#253440
(37,52,64)
#1A232E
(26,35,46)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #7DBCD0

#7DBCD0
(125,188,208)
#88C2D4
(136,194,212)
#93C8D8
(147,200,216)
#9ECEDC
(158,206,220)
#A9D4E0
(169,212,224)
#B4DAE4
(180,218,228)
#BFE0E8
(191,224,232)
#CAE6EC
(202,230,236)
#D5ECF0
(213,236,240)
#E0F2F4
(224,242,244)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBCD0 color. Also use rgb(125,188,208) instead hex code.

Text Font Color

.myTextColor { color: #7DBCD0; }

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

This text font color is #7DBCD0.


Background Color

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

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

This div background color is #7DBCD0.


Border color

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

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

This div border color is #7DBCD0.


Opacity

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

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

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

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

This text has shadow with #7DBCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBCD0 on black background.


Color preview on white background

This text has color #7DBCD0 on white background.



Black color preview on #7DBCD0 background

This text has black color on #7DBCD0 background.


White color preview on #7DBCD0 background

This text has white color on #7DBCD0 background.