COLOR #7DBFAD

HEX: #7DBFAD RGB: (125,191,173)

Color info

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

RGB color model

#7DBFAD color RGB value is (125,191,173).

RGB: (125,191,173) (49%, 75%, 68%)

RGB channels and saturation

R 125 of 255 = 49%
G 191 of 255 = 75%
B 173 of 255 = 68%

125
191
173

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

Portions of RGB colors in percentages

R + G + B = 125 + 191 + 173 = 489 (100%)
R 125 of 489 ~ 25.56%
G 191 of 489 ~ 39.06%
B 173 of 489 ~ 35.38'%

%25.56
%39.06
%35.38

CMYK color model

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

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

CMYK: (35,0,9,25)
C35M0Y9K25 (35%, 0%, 9%, 25%)
(0.35 / 0.00 / 0.09 / 0.25)

CMYK percentages

%34.55
%0
%9.42
%25.1

Codes

Color #7DBFAD in popluar color models

7D BF AD
RGB 125 191 173
HSL 164° 34.02% 61.96%
HSB/HSV 164° 34.55% 74.90%
CMYK 34.55% 0.00% 9.42%
25.10%

Color #7DBFAD in popluar number systems.

HEX 7D BF AD
Decimal 125 191 173
Binary 1111101 10111111 10101101
Octal 175 277 255

Shades and tints

Shades of #7DBFAD

#7DBFAD
(125,191,173)
#72AE9E
(114,174,158)
#679D8F
(103,157,143)
#5C8C80
(92,140,128)
#517B71
(81,123,113)
#466A62
(70,106,98)
#3B5953
(59,89,83)
#304844
(48,72,68)
#253735
(37,55,53)
#1A2626
(26,38,38)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #7DBFAD

#7DBFAD
(125,191,173)
#88C4B4
(136,196,180)
#93C9BB
(147,201,187)
#9ECEC2
(158,206,194)
#A9D3C9
(169,211,201)
#B4D8D0
(180,216,208)
#BFDDD7
(191,221,215)
#CAE2DE
(202,226,222)
#D5E7E5
(213,231,229)
#E0ECEC
(224,236,236)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBFAD; }

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

This text font color is #7DBFAD.

Background Color

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

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

This div background color is #7DBFAD.

Border color

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

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

This div border color is #7DBFAD.

Opacity

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

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

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

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

This text has shadow with #7DBFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBFAD.

Preview

Color preview on black background

This text has color #7DBFAD on black background.


Color preview on white background

This text has color #7DBFAD on white background.


Black color preview on #7DBFAD background

This text has black color on #7DBFAD background.


White color preview on #7DBFAD background

This text has white color on #7DBFAD background.


Related colors

Complementary color

Complementary color for #hex is #824052.


I love getcolorcode.com

Triadic colors

1 #AD7DBF and #BFAD7D with #7DBFAD are triadic colors.

2 #ADBF7D and #BF7DAD with #7DBFAD are triadic colors.