COLOR #7DBCBA

HEX: #7DBCBA
RGB: (125,188,186)

Color info

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

RGB color model

#7DBCBA color RGB value is (125,188,186).

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

RGB channels and saturation

R 125 of 255 = 49%
G 188 of 255 = 74%
B 186 of 255 = 73%

125
188
186

R + G + B ~ 65%. #7DBCBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 188 + 186 = 499 (100%)
R 125 of 499 ~ 25.05%
G 188 of 499 ~ 37.68%
B 186 of 499 ~ 37.27%

%25.05
%37.68
%37.27

CMYK color model

#7DBCBA color CMYK value is (34,0,1,26).

  • cyan value is 33.51%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK:
(34,0,1,26)
C34M0Y1K26 
(34%,0%,1%,26%)
(0.34/0.00/0.01/0.26)	

CMYK percentages

%33.51
%0
%1.06
%26.27

Codes

Color #7DBCBA in popluar color models

7DBCBA
RGB125188186
HSL178°31.98%61.37%
HSB/HSV178°33.51%73.73%
CMYK33.51%0.00%1.06%
26.27%

Color #7DBCBA in popluar number systems.

HEX7DBCBA
Decimal125188186
Binary11111011011110010111010
Octal175274272

Shades and tints

Shades of #7DBCBA

#7DBCBA
(125,188,186)
#72ABAA
(114,171,170)
#679A9A
(103,154,154)
#5C898A
(92,137,138)
#51787A
(81,120,122)
#46676A
(70,103,106)
#3B565A
(59,86,90)
#30454A
(48,69,74)
#25343A
(37,52,58)
#1A232A
(26,35,42)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #7DBCBA

#7DBCBA
(125,188,186)
#88C2C0
(136,194,192)
#93C8C6
(147,200,198)
#9ECECC
(158,206,204)
#A9D4D2
(169,212,210)
#B4DAD8
(180,218,216)
#BFE0DE
(191,224,222)
#CAE6E4
(202,230,228)
#D5ECEA
(213,236,234)
#E0F2F0
(224,242,240)
#EBF8F6
(235,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBCBA; }

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

This text font color is #7DBCBA.


Background Color

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

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

This div background color is #7DBCBA.


Border color

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

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

This div border color is #7DBCBA.


Opacity

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

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

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

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

This text has shadow with #7DBCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBCBA on black background.


Color preview on white background

This text has color #7DBCBA on white background.



Black color preview on #7DBCBA background

This text has black color on #7DBCBA background.


White color preview on #7DBCBA background

This text has white color on #7DBCBA background.