COLOR #7DAF88

HEX: #7DAF88
RGB: (125,175,136)

Color info

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

RGB color model

#7DAF88 color RGB value is (125,175,136).

  • red value is 125;
  • green value is 175;
  • blue value is 136.
RGB:
(125,175,136)
(49%,69%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 136 of 255 = 53%

125
175
136

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

Portions of RGB colors in percentages

R + G + B =
125 + 175 + 136 = 436 (100%)
R 125 of 436 ~ 28.67%
G 175 of 436 ~ 40.14%
B 136 of 436 ~ 31.19%

%28.67
%40.14
%31.19

CMYK color model

#7DAF88 color CMYK value is (29,0,22,31).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(29,0,22,31)
C29M0Y22K31 
(29%,0%,22%,31%)
(0.29/0.00/0.22/0.31)	

CMYK percentages

%28.57
%0
%22.29
%31.37

Codes

Color #7DAF88 in popluar color models

7DAF88
RGB125175136
HSL133°23.81%58.82%
HSB/HSV133°28.57%68.63%
CMYK28.57%0.00%22.29%
31.37%

Color #7DAF88 in popluar number systems.

HEX7DAF88
Decimal125175136
Binary11111011010111110001000
Octal175257210

Shades and tints

Shades of #7DAF88

#7DAF88
(125,175,136)
#72A07C
(114,160,124)
#679170
(103,145,112)
#5C8264
(92,130,100)
#517358
(81,115,88)
#46644C
(70,100,76)
#3B5540
(59,85,64)
#304634
(48,70,52)
#253728
(37,55,40)
#1A281C
(26,40,28)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #7DAF88

#7DAF88
(125,175,136)
#88B692
(136,182,146)
#93BD9C
(147,189,156)
#9EC4A6
(158,196,166)
#A9CBB0
(169,203,176)
#B4D2BA
(180,210,186)
#BFD9C4
(191,217,196)
#CAE0CE
(202,224,206)
#D5E7D8
(213,231,216)
#E0EEE2
(224,238,226)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAF88; }

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

This text font color is #7DAF88.


Background Color

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

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

This div background color is #7DAF88.


Border color

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

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

This div border color is #7DAF88.


Opacity

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

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

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

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

This text has shadow with #7DAF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAF88 on black background.


Color preview on white background

This text has color #7DAF88 on white background.



Black color preview on #7DAF88 background

This text has black color on #7DAF88 background.


White color preview on #7DAF88 background

This text has white color on #7DAF88 background.