COLOR #7DAB88

HEX: #7DAB88 RGB: (125,171,136)

Color info

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

RGB color model

#7DAB88 color RGB value is (125,171,136).

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

RGB channels and saturation

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

125
171
136

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

Portions of RGB colors in percentages

R + G + B = 125 + 171 + 136 = 432 (100%)
R 125 of 432 ~ 28.94%
G 171 of 432 ~ 39.58%
B 136 of 432 ~ 31.48'%

%28.94
%39.58
%31.48

CMYK color model

#7DAB88 color CMYK value is (27,0,20,33).

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

CMYK: (27,0,20,33)
C27M0Y20K33 (27%, 0%, 20%, 33%)
(0.27 / 0.00 / 0.20 / 0.33)

CMYK percentages

%26.9
%0
%20.47
%32.94

Codes

Color #7DAB88 in popluar color models

7D AB 88
RGB 125 171 136
HSL 134° 21.50% 58.04%
HSB/HSV 134° 26.90% 67.06%
CMYK 26.90% 0.00% 20.47%
32.94%

Color #7DAB88 in popluar number systems.

HEX 7D AB 88
Decimal 125 171 136
Binary 1111101 10101011 10001000
Octal 175 253 210

Shades and tints

Shades of #7DAB88

#7DAB88
(125,171,136)
#729C7C
(114,156,124)
#678D70
(103,141,112)
#5C7E64
(92,126,100)
#516F58
(81,111,88)
#46604C
(70,96,76)
#3B5140
(59,81,64)
#304234
(48,66,52)
#253328
(37,51,40)
#1A241C
(26,36,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #7DAB88

#7DAB88
(125,171,136)
#88B292
(136,178,146)
#93B99C
(147,185,156)
#9EC0A6
(158,192,166)
#A9C7B0
(169,199,176)
#B4CEBA
(180,206,186)
#BFD5C4
(191,213,196)
#CADCCE
(202,220,206)
#D5E3D8
(213,227,216)
#E0EAE2
(224,234,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAB88; }

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

This text font color is #7DAB88.

Background Color

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

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

This div background color is #7DAB88.

Border color

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

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

This div border color is #7DAB88.

Opacity

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

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

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

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

This text has shadow with #7DAB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAB88.

Preview

Color preview on black background

This text has color #7DAB88 on black background.


Color preview on white background

This text has color #7DAB88 on white background.


Black color preview on #7DAB88 background

This text has black color on #7DAB88 background.


White color preview on #7DAB88 background

This text has white color on #7DAB88 background.


Related colors

Complementary color

Complementary color for #hex is #825477.


I love getcolorcode.com

Triadic colors

1 #887DAB and #AB887D with #7DAB88 are triadic colors.

2 #88AB7D and #AB7D88 with #7DAB88 are triadic colors.