COLOR #7DB8D3

HEX: #7DB8D3
RGB: (125,184,211)

Color info

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

RGB color model

#7DB8D3 color RGB value is (125,184,211).

  • red value is 125;
  • green value is 184;
  • blue value is 211.
RGB:
(125,184,211)
(49%,72%,83%)

RGB channels and saturation

R 125 of 255 = 49%
G 184 of 255 = 72%
B 211 of 255 = 83%

125
184
211

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

Portions of RGB colors in percentages

R + G + B =
125 + 184 + 211 = 520 (100%)
R 125 of 520 ~ 24.04%
G 184 of 520 ~ 35.38%
B 211 of 520 ~ 40.58%

%24.04
%35.38
%40.58

CMYK color model

#7DB8D3 color CMYK value is (41,13,0,17).

  • cyan value is 40.76%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(41,13,0,17)
C41M13Y0K17 
(41%,13%,0%,17%)
(0.41/0.13/0.00/0.17)	

CMYK percentages

%40.76
%12.8
%0
%17.25

Codes

Color #7DB8D3 in popluar color models

7DB8D3
RGB125184211
HSL199°49.43%65.88%
HSB/HSV199°40.76%82.75%
CMYK40.76%12.80%0.00%
17.25%

Color #7DB8D3 in popluar number systems.

HEX7DB8D3
Decimal125184211
Binary11111011011100011010011
Octal175270323

Shades and tints

Shades of #7DB8D3

#7DB8D3
(125,184,211)
#72A8C0
(114,168,192)
#6798AD
(103,152,173)
#5C889A
(92,136,154)
#517887
(81,120,135)
#466874
(70,104,116)
#3B5861
(59,88,97)
#30484E
(48,72,78)
#25383B
(37,56,59)
#1A2828
(26,40,40)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #7DB8D3

#7DB8D3
(125,184,211)
#88BED7
(136,190,215)
#93C4DB
(147,196,219)
#9ECADF
(158,202,223)
#A9D0E3
(169,208,227)
#B4D6E7
(180,214,231)
#BFDCEB
(191,220,235)
#CAE2EF
(202,226,239)
#D5E8F3
(213,232,243)
#E0EEF7
(224,238,247)
#EBF4FB
(235,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB8D3 color. Also use rgb(125,184,211) instead hex code.

Text Font Color

.myTextColor { color: #7DB8D3; }

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

This text font color is #7DB8D3.


Background Color

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

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

This div background color is #7DB8D3.


Border color

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

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

This div border color is #7DB8D3.


Opacity

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

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

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

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

This text has shadow with #7DB8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB8D3 on black background.


Color preview on white background

This text has color #7DB8D3 on white background.



Black color preview on #7DB8D3 background

This text has black color on #7DB8D3 background.


White color preview on #7DB8D3 background

This text has white color on #7DB8D3 background.