COLOR #7DB1BF

HEX: #7DB1BF RGB: (125,177,191)

Color info

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

RGB color model

#7DB1BF color RGB value is (125,177,191).

RGB: (125,177,191) (49%, 69%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 177 of 255 = 69%
B 191 of 255 = 75%

125
177
191

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

Portions of RGB colors in percentages

R + G + B = 125 + 177 + 191 = 493 (100%)
R 125 of 493 ~ 25.35%
G 177 of 493 ~ 35.9%
B 191 of 493 ~ 38.74'%

%25.35
%35.9
%38.74

CMYK color model

#7DB1BF color CMYK value is (35,7,0,25).

  • cyan value is 34.55%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (35,7,0,25)
C35M7Y0K25 (35%, 7%, 0%, 25%)
(0.35 / 0.07 / 0.00 / 0.25)

CMYK percentages

%34.55
%7.33
%0
%25.1

Codes

Color #7DB1BF in popluar color models

7D B1 BF
RGB 125 177 191
HSL 193° 34.02% 61.96%
HSB/HSV 193° 34.55% 74.90%
CMYK 34.55% 7.33% 0.00%
25.10%

Color #7DB1BF in popluar number systems.

HEX 7D B1 BF
Decimal 125 177 191
Binary 1111101 10110001 10111111
Octal 175 261 277

Shades and tints

Shades of #7DB1BF

#7DB1BF
(125,177,191)
#72A1AE
(114,161,174)
#67919D
(103,145,157)
#5C818C
(92,129,140)
#51717B
(81,113,123)
#46616A
(70,97,106)
#3B5159
(59,81,89)
#304148
(48,65,72)
#253137
(37,49,55)
#1A2126
(26,33,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7DB1BF

#7DB1BF
(125,177,191)
#88B8C4
(136,184,196)
#93BFC9
(147,191,201)
#9EC6CE
(158,198,206)
#A9CDD3
(169,205,211)
#B4D4D8
(180,212,216)
#BFDBDD
(191,219,221)
#CAE2E2
(202,226,226)
#D5E9E7
(213,233,231)
#E0F0EC
(224,240,236)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB1BF; }

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

This text font color is #7DB1BF.

Background Color

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

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

This div background color is #7DB1BF.

Border color

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

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

This div border color is #7DB1BF.

Opacity

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

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

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

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

This text has shadow with #7DB1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DB1BF.

Preview

Color preview on black background

This text has color #7DB1BF on black background.


Color preview on white background

This text has color #7DB1BF on white background.


Black color preview on #7DB1BF background

This text has black color on #7DB1BF background.


White color preview on #7DB1BF background

This text has white color on #7DB1BF background.


Related colors

Complementary color

Complementary color for #hex is #824E40.


I love getcolorcode.com

Triadic colors

1 #BF7DB1 and #B1BF7D with #7DB1BF are triadic colors.

2 #BFB17D and #B17DBF with #7DB1BF are triadic colors.