COLOR #7DB3BC

HEX: #7DB3BC RGB: (125,179,188)

Color info

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

RGB color model

#7DB3BC color RGB value is (125,179,188).

RGB: (125,179,188) (49%, 70%, 74%)

RGB channels and saturation

R 125 of 255 = 49%
G 179 of 255 = 70%
B 188 of 255 = 74%

125
179
188

R + G + B ~ 64%. #7DB3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 179 + 188 = 492 (100%)
R 125 of 492 ~ 25.41%
G 179 of 492 ~ 36.38%
B 188 of 492 ~ 38.21'%

%25.41
%36.38
%38.21

CMYK color model

#7DB3BC color CMYK value is (34,5,0,26).

  • cyan value is 33.51%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (34,5,0,26)
C34M5Y0K26 (34%, 5%, 0%, 26%)
(0.34 / 0.05 / 0.00 / 0.26)

CMYK percentages

%33.51
%4.79
%0
%26.27

Codes

Color #7DB3BC in popluar color models

7D B3 BC
RGB 125 179 188
HSL 189° 31.98% 61.37%
HSB/HSV 189° 33.51% 73.73%
CMYK 33.51% 4.79% 0.00%
26.27%

Color #7DB3BC in popluar number systems.

HEX 7D B3 BC
Decimal 125 179 188
Binary 1111101 10110011 10111100
Octal 175 263 274

Shades and tints

Shades of #7DB3BC

#7DB3BC
(125,179,188)
#72A3AB
(114,163,171)
#67939A
(103,147,154)
#5C8389
(92,131,137)
#517378
(81,115,120)
#466367
(70,99,103)
#3B5356
(59,83,86)
#304345
(48,67,69)
#253334
(37,51,52)
#1A2323
(26,35,35)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7DB3BC

#7DB3BC
(125,179,188)
#88B9C2
(136,185,194)
#93BFC8
(147,191,200)
#9EC5CE
(158,197,206)
#A9CBD4
(169,203,212)
#B4D1DA
(180,209,218)
#BFD7E0
(191,215,224)
#CADDE6
(202,221,230)
#D5E3EC
(213,227,236)
#E0E9F2
(224,233,242)
#EBEFF8
(235,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB3BC; }

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

This text font color is #7DB3BC.

Background Color

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

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

This div background color is #7DB3BC.

Border color

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

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

This div border color is #7DB3BC.

Opacity

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

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

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

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

This text has shadow with #7DB3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB3BC.

Preview

Color preview on black background

This text has color #7DB3BC on black background.


Color preview on white background

This text has color #7DB3BC on white background.


Black color preview on #7DB3BC background

This text has black color on #7DB3BC background.


White color preview on #7DB3BC background

This text has white color on #7DB3BC background.


Related colors

Complementary color

Complementary color for #hex is #824C43.


I love getcolorcode.com

Triadic colors

1 #BC7DB3 and #B3BC7D with #7DB3BC are triadic colors.

2 #BCB37D and #B37DBC with #7DB3BC are triadic colors.