COLOR #7DBE89

HEX: #7DBE89
RGB: (125,190,137)

Color info

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

RGB color model

#7DBE89 color RGB value is (125,190,137).

  • red value is 125;
  • green value is 190;
  • blue value is 137.
RGB:
(125,190,137)
(49%,75%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 190 of 255 = 75%
B 137 of 255 = 54%

125
190
137

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

Portions of RGB colors in percentages

R + G + B =
125 + 190 + 137 = 452 (100%)
R 125 of 452 ~ 27.65%
G 190 of 452 ~ 42.04%
B 137 of 452 ~ 30.31%

%27.65
%42.04
%30.31

CMYK color model

#7DBE89 color CMYK value is (34,0,28,25).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(34,0,28,25)
C34M0Y28K25 
(34%,0%,28%,25%)
(0.34/0.00/0.28/0.25)	

CMYK percentages

%34.21
%0
%27.89
%25.49

Codes

Color #7DBE89 in popluar color models

7DBE89
RGB125190137
HSL131°33.33%61.76%
HSB/HSV131°34.21%74.51%
CMYK34.21%0.00%27.89%
25.49%

Color #7DBE89 in popluar number systems.

HEX7DBE89
Decimal125190137
Binary11111011011111010001001
Octal175276211

Shades and tints

Shades of #7DBE89

#7DBE89
(125,190,137)
#72AD7D
(114,173,125)
#679C71
(103,156,113)
#5C8B65
(92,139,101)
#517A59
(81,122,89)
#46694D
(70,105,77)
#3B5841
(59,88,65)
#304735
(48,71,53)
#253629
(37,54,41)
#1A251D
(26,37,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #7DBE89

#7DBE89
(125,190,137)
#88C393
(136,195,147)
#93C89D
(147,200,157)
#9ECDA7
(158,205,167)
#A9D2B1
(169,210,177)
#B4D7BB
(180,215,187)
#BFDCC5
(191,220,197)
#CAE1CF
(202,225,207)
#D5E6D9
(213,230,217)
#E0EBE3
(224,235,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBE89 color. Also use rgb(125,190,137) instead hex code.

Text Font Color

.myTextColor { color: #7DBE89; }

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

This text font color is #7DBE89.


Background Color

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

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

This div background color is #7DBE89.


Border color

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

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

This div border color is #7DBE89.


Opacity

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

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

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

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

This text has shadow with #7DBE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBE89 on black background.


Color preview on white background

This text has color #7DBE89 on white background.



Black color preview on #7DBE89 background

This text has black color on #7DBE89 background.


White color preview on #7DBE89 background

This text has white color on #7DBE89 background.