COLOR #7DB091

HEX: #7DB091
RGB: (125,176,145)

Color info

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

RGB color model

#7DB091 color RGB value is (125,176,145).

  • red value is 125;
  • green value is 176;
  • blue value is 145.
RGB:
(125,176,145)
(49%,69%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 176 of 255 = 69%
B 145 of 255 = 57%

125
176
145

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

Portions of RGB colors in percentages

R + G + B =
125 + 176 + 145 = 446 (100%)
R 125 of 446 ~ 28.03%
G 176 of 446 ~ 39.46%
B 145 of 446 ~ 32.51%

%28.03
%39.46
%32.51

CMYK color model

#7DB091 color CMYK value is (29,0,18,31).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK:
(29,0,18,31)
C29M0Y18K31 
(29%,0%,18%,31%)
(0.29/0.00/0.18/0.31)	

CMYK percentages

%28.98
%0
%17.61
%30.98

Codes

Color #7DB091 in popluar color models

7DB091
RGB125176145
HSL144°24.40%59.02%
HSB/HSV144°28.98%69.02%
CMYK28.98%0.00%17.61%
30.98%

Color #7DB091 in popluar number systems.

HEX7DB091
Decimal125176145
Binary11111011011000010010001
Octal175260221

Shades and tints

Shades of #7DB091

#7DB091
(125,176,145)
#72A084
(114,160,132)
#679077
(103,144,119)
#5C806A
(92,128,106)
#51705D
(81,112,93)
#466050
(70,96,80)
#3B5043
(59,80,67)
#304036
(48,64,54)
#253029
(37,48,41)
#1A201C
(26,32,28)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7DB091

#7DB091
(125,176,145)
#88B79B
(136,183,155)
#93BEA5
(147,190,165)
#9EC5AF
(158,197,175)
#A9CCB9
(169,204,185)
#B4D3C3
(180,211,195)
#BFDACD
(191,218,205)
#CAE1D7
(202,225,215)
#D5E8E1
(213,232,225)
#E0EFEB
(224,239,235)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB091 color. Also use rgb(125,176,145) instead hex code.

Text Font Color

.myTextColor { color: #7DB091; }

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

This text font color is #7DB091.


Background Color

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

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

This div background color is #7DB091.


Border color

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

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

This div border color is #7DB091.


Opacity

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

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

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

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

This text has shadow with #7DB091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB091 on black background.


Color preview on white background

This text has color #7DB091 on white background.



Black color preview on #7DB091 background

This text has black color on #7DB091 background.


White color preview on #7DB091 background

This text has white color on #7DB091 background.