COLOR #7DAB87

HEX: #7DAB87 RGB: (125,171,135)

Color info

#7DAB87 contains red, green and blue colors in about the same proportion. Web safe color of #7DAB87 is #669999 (or #699).

RGB color model

#7DAB87 color RGB value is (125,171,135).

RGB: (125,171,135) (49%, 67%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 171 of 255 = 67%
B 135 of 255 = 53%

125
171
135

R + G + B ~ 56%. #7DAB87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 171 + 135 = 431 (100%)
R 125 of 431 ~ 29%
G 171 of 431 ~ 39.68%
B 135 of 431 ~ 31.32'%

%29
%39.68
%31.32

CMYK color model

#7DAB87 color CMYK value is (27,0,21,33).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%

CMYK: (27,0,21,33)
C27M0Y21K33 (27%, 0%, 21%, 33%)
(0.27 / 0.00 / 0.21 / 0.33)

CMYK percentages

%26.9
%0
%21.05
%32.94

Codes

Color #7DAB87 in popluar color models

7D AB 87
RGB 125 171 135
HSL 133° 21.50% 58.04%
HSB/HSV 133° 26.90% 67.06%
CMYK 26.90% 0.00% 21.05%
32.94%

Color #7DAB87 in popluar number systems.

HEX 7D AB 87
Decimal 125 171 135
Binary 1111101 10101011 10000111
Octal 175 253 207

Shades and tints

Shades of #7DAB87

#7DAB87
(125,171,135)
#729C7B
(114,156,123)
#678D6F
(103,141,111)
#5C7E63
(92,126,99)
#516F57
(81,111,87)
#46604B
(70,96,75)
#3B513F
(59,81,63)
#304233
(48,66,51)
#253327
(37,51,39)
#1A241B
(26,36,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #7DAB87

#7DAB87
(125,171,135)
#88B291
(136,178,145)
#93B99B
(147,185,155)
#9EC0A5
(158,192,165)
#A9C7AF
(169,199,175)
#B4CEB9
(180,206,185)
#BFD5C3
(191,213,195)
#CADCCD
(202,220,205)
#D5E3D7
(213,227,215)
#E0EAE1
(224,234,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAB87 color. Also use rgb(125,171,135) instead hex code.

Text Font Color

.myTextColor { color: #7DAB87; }

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

This text font color is #7DAB87.

Background Color

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

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

This div background color is #7DAB87.

Border color

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

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

This div border color is #7DAB87.

Opacity

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

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

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

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

This text has shadow with #7DAB87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAB87.

Preview

Color preview on black background

This text has color #7DAB87 on black background.


Color preview on white background

This text has color #7DAB87 on white background.


Black color preview on #7DAB87 background

This text has black color on #7DAB87 background.


White color preview on #7DAB87 background

This text has white color on #7DAB87 background.


Related colors

Complementary color

Complementary color for #hex is #825478.


I love getcolorcode.com

Triadic colors

1 #877DAB and #AB877D with #7DAB87 are triadic colors.

2 #87AB7D and #AB7D87 with #7DAB87 are triadic colors.