COLOR #7DBDDB

HEX: #7DBDDB
RGB: (125,189,219)

Color info

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

RGB color model

#7DBDDB color RGB value is (125,189,219).

  • red value is 125;
  • green value is 189;
  • blue value is 219.
RGB:
(125,189,219)
(49%,74%,86%)

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 219 of 255 = 86%

125
189
219

R + G + B ~ 70%. #7DBDDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 189 + 219 = 533 (100%)
R 125 of 533 ~ 23.45%
G 189 of 533 ~ 35.46%
B 219 of 533 ~ 41.09%

%23.45
%35.46
%41.09

CMYK color model

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

  • cyan value is 42.92%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(43,14,0,14)
C43M14Y0K14 
(43%,14%,0%,14%)
(0.43/0.14/0.00/0.14)	

CMYK percentages

%42.92
%13.7
%0
%14.12

Codes

Color #7DBDDB in popluar color models

7DBDDB
RGB125189219
HSL199°56.63%67.45%
HSB/HSV199°42.92%85.88%
CMYK42.92%13.70%0.00%
14.12%

Color #7DBDDB in popluar number systems.

HEX7DBDDB
Decimal125189219
Binary11111011011110111011011
Octal175275333

Shades and tints

Shades of #7DBDDB

#7DBDDB
(125,189,219)
#72ACC8
(114,172,200)
#679BB5
(103,155,181)
#5C8AA2
(92,138,162)
#51798F
(81,121,143)
#46687C
(70,104,124)
#3B5769
(59,87,105)
#304656
(48,70,86)
#253543
(37,53,67)
#1A2430
(26,36,48)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #7DBDDB

#7DBDDB
(125,189,219)
#88C3DE
(136,195,222)
#93C9E1
(147,201,225)
#9ECFE4
(158,207,228)
#A9D5E7
(169,213,231)
#B4DBEA
(180,219,234)
#BFE1ED
(191,225,237)
#CAE7F0
(202,231,240)
#D5EDF3
(213,237,243)
#E0F3F6
(224,243,246)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBDDB color. Also use rgb(125,189,219) instead hex code.

Text Font Color

.myTextColor { color: #7DBDDB; }

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

This text font color is #7DBDDB.


Background Color

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

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

This div background color is #7DBDDB.


Border color

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

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

This div border color is #7DBDDB.


Opacity

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

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

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

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

This text has shadow with #7DBDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBDDB on black background.


Color preview on white background

This text has color #7DBDDB on white background.



Black color preview on #7DBDDB background

This text has black color on #7DBDDB background.


White color preview on #7DBDDB background

This text has white color on #7DBDDB background.