COLOR #7DBAB1

HEX: #7DBAB1 RGB: (125,186,177)

Color info

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

RGB color model

#7DBAB1 color RGB value is (125,186,177).

RGB: (125,186,177) (49%, 73%, 69%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 177 of 255 = 69%

125
186
177

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

Portions of RGB colors in percentages

R + G + B = 125 + 186 + 177 = 488 (100%)
R 125 of 488 ~ 25.61%
G 186 of 488 ~ 38.11%
B 177 of 488 ~ 36.27'%

%25.61
%38.11
%36.27

CMYK color model

#7DBAB1 color CMYK value is (33,0,5,27).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%

CMYK: (33,0,5,27)
C33M0Y5K27 (33%, 0%, 5%, 27%)
(0.33 / 0.00 / 0.05 / 0.27)

CMYK percentages

%32.8
%0
%4.84
%27.06

Codes

Color #7DBAB1 in popluar color models

7D BA B1
RGB 125 186 177
HSL 171° 30.65% 60.98%
HSB/HSV 171° 32.80% 72.94%
CMYK 32.80% 0.00% 4.84%
27.06%

Color #7DBAB1 in popluar number systems.

HEX 7D BA B1
Decimal 125 186 177
Binary 1111101 10111010 10110001
Octal 175 272 261

Shades and tints

Shades of #7DBAB1

#7DBAB1
(125,186,177)
#72AAA1
(114,170,161)
#679A91
(103,154,145)
#5C8A81
(92,138,129)
#517A71
(81,122,113)
#466A61
(70,106,97)
#3B5A51
(59,90,81)
#304A41
(48,74,65)
#253A31
(37,58,49)
#1A2A21
(26,42,33)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #7DBAB1

#7DBAB1
(125,186,177)
#88C0B8
(136,192,184)
#93C6BF
(147,198,191)
#9ECCC6
(158,204,198)
#A9D2CD
(169,210,205)
#B4D8D4
(180,216,212)
#BFDEDB
(191,222,219)
#CAE4E2
(202,228,226)
#D5EAE9
(213,234,233)
#E0F0F0
(224,240,240)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBAB1; }

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

This text font color is #7DBAB1.

Background Color

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

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

This div background color is #7DBAB1.

Border color

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

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

This div border color is #7DBAB1.

Opacity

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

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

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

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

This text has shadow with #7DBAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBAB1.

Preview

Color preview on black background

This text has color #7DBAB1 on black background.


Color preview on white background

This text has color #7DBAB1 on white background.


Black color preview on #7DBAB1 background

This text has black color on #7DBAB1 background.


White color preview on #7DBAB1 background

This text has white color on #7DBAB1 background.


Related colors

Complementary color

Complementary color for #hex is #82454E.


I love getcolorcode.com

Triadic colors

1 #B17DBA and #BAB17D with #7DBAB1 are triadic colors.

2 #B1BA7D and #BA7DB1 with #7DBAB1 are triadic colors.