COLOR #7DBDB7

HEX: #7DBDB7
RGB: (125,189,183)

Color info

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

RGB color model

#7DBDB7 color RGB value is (125,189,183).

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

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 183 of 255 = 72%

125
189
183

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

Portions of RGB colors in percentages

R + G + B =
125 + 189 + 183 = 497 (100%)
R 125 of 497 ~ 25.15%
G 189 of 497 ~ 38.03%
B 183 of 497 ~ 36.82%

%25.15
%38.03
%36.82

CMYK color model

#7DBDB7 color CMYK value is (34,0,3,26).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(34,0,3,26)
C34M0Y3K26 
(34%,0%,3%,26%)
(0.34/0.00/0.03/0.26)	

CMYK percentages

%33.86
%0
%3.17
%25.88

Codes

Color #7DBDB7 in popluar color models

7DBDB7
RGB125189183
HSL174°32.65%61.57%
HSB/HSV174°33.86%74.12%
CMYK33.86%0.00%3.17%
25.88%

Color #7DBDB7 in popluar number systems.

HEX7DBDB7
Decimal125189183
Binary11111011011110110110111
Octal175275267

Shades and tints

Shades of #7DBDB7

#7DBDB7
(125,189,183)
#72ACA7
(114,172,167)
#679B97
(103,155,151)
#5C8A87
(92,138,135)
#517977
(81,121,119)
#466867
(70,104,103)
#3B5757
(59,87,87)
#304647
(48,70,71)
#253537
(37,53,55)
#1A2427
(26,36,39)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #7DBDB7

#7DBDB7
(125,189,183)
#88C3BD
(136,195,189)
#93C9C3
(147,201,195)
#9ECFC9
(158,207,201)
#A9D5CF
(169,213,207)
#B4DBD5
(180,219,213)
#BFE1DB
(191,225,219)
#CAE7E1
(202,231,225)
#D5EDE7
(213,237,231)
#E0F3ED
(224,243,237)
#EBF9F3
(235,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBDB7; }

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

This text font color is #7DBDB7.


Background Color

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

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

This div background color is #7DBDB7.


Border color

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

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

This div border color is #7DBDB7.


Opacity

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

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

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

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

This text has shadow with #7DBDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBDB7 on black background.


Color preview on white background

This text has color #7DBDB7 on white background.



Black color preview on #7DBDB7 background

This text has black color on #7DBDB7 background.


White color preview on #7DBDB7 background

This text has white color on #7DBDB7 background.