COLOR #7DB9B2

HEX: #7DB9B2 RGB: (125,185,178)

Color info

#7DB9B2 contains mainly green and blue colors. Web safe color of #7DB9B2 is #66CC99 (or #6C9).

RGB color model

#7DB9B2 color RGB value is (125,185,178).

RGB: (125,185,178) (49%, 73%, 70%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 178 of 255 = 70%

125
185
178

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

Portions of RGB colors in percentages

R + G + B = 125 + 185 + 178 = 488 (100%)
R 125 of 488 ~ 25.61%
G 185 of 488 ~ 37.91%
B 178 of 488 ~ 36.48'%

%25.61
%37.91
%36.48

CMYK color model

#7DB9B2 color CMYK value is (32,0,4,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • key color value is 27.45%

CMYK: (32,0,4,27)
C32M0Y4K27 (32%, 0%, 4%, 27%)
(0.32 / 0.00 / 0.04 / 0.27)

CMYK percentages

%32.43
%0
%3.78
%27.45

Codes

Color #7DB9B2 in popluar color models

7D B9 B2
RGB 125 185 178
HSL 173° 30.00% 60.78%
HSB/HSV 173° 32.43% 72.55%
CMYK 32.43% 0.00% 3.78%
27.45%

Color #7DB9B2 in popluar number systems.

HEX 7D B9 B2
Decimal 125 185 178
Binary 1111101 10111001 10110010
Octal 175 271 262

Shades and tints

Shades of #7DB9B2

#7DB9B2
(125,185,178)
#72A9A2
(114,169,162)
#679992
(103,153,146)
#5C8982
(92,137,130)
#517972
(81,121,114)
#466962
(70,105,98)
#3B5952
(59,89,82)
#304942
(48,73,66)
#253932
(37,57,50)
#1A2922
(26,41,34)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #7DB9B2

#7DB9B2
(125,185,178)
#88BFB9
(136,191,185)
#93C5C0
(147,197,192)
#9ECBC7
(158,203,199)
#A9D1CE
(169,209,206)
#B4D7D5
(180,215,213)
#BFDDDC
(191,221,220)
#CAE3E3
(202,227,227)
#D5E9EA
(213,233,234)
#E0EFF1
(224,239,241)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB9B2 color. Also use rgb(125,185,178) instead hex code.

Text Font Color

.myTextColor { color: #7DB9B2; }

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

This text font color is #7DB9B2.

Background Color

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

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

This div background color is #7DB9B2.

Border color

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

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

This div border color is #7DB9B2.

Opacity

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

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

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

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

This text has shadow with #7DB9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB9B2.

Preview

Color preview on black background

This text has color #7DB9B2 on black background.


Color preview on white background

This text has color #7DB9B2 on white background.


Black color preview on #7DB9B2 background

This text has black color on #7DB9B2 background.


White color preview on #7DB9B2 background

This text has white color on #7DB9B2 background.


Related colors

Complementary color

Complementary color for #hex is #82464D.


I love getcolorcode.com

Triadic colors

1 #B27DB9 and #B9B27D with #7DB9B2 are triadic colors.

2 #B2B97D and #B97DB2 with #7DB9B2 are triadic colors.