COLOR #7DBE87

HEX: #7DBE87
RGB: (125,190,135)

Color info

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

RGB color model

#7DBE87 color RGB value is (125,190,135).

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

RGB channels and saturation

R 125 of 255 = 49%
G 190 of 255 = 75%
B 135 of 255 = 53%

125
190
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 190 + 135 = 450 (100%)
R 125 of 450 ~ 27.78%
G 190 of 450 ~ 42.22%
B 135 of 450 ~ 30%

%27.78
%42.22
%30

CMYK color model

#7DBE87 color CMYK value is (34,0,29,25).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(34,0,29,25)
C34M0Y29K25 
(34%,0%,29%,25%)
(0.34/0.00/0.29/0.25)	

CMYK percentages

%34.21
%0
%28.95
%25.49

Codes

Color #7DBE87 in popluar color models

7DBE87
RGB125190135
HSL129°33.33%61.76%
HSB/HSV129°34.21%74.51%
CMYK34.21%0.00%28.95%
25.49%

Color #7DBE87 in popluar number systems.

HEX7DBE87
Decimal125190135
Binary11111011011111010000111
Octal175276207

Shades and tints

Shades of #7DBE87

#7DBE87
(125,190,135)
#72AD7B
(114,173,123)
#679C6F
(103,156,111)
#5C8B63
(92,139,99)
#517A57
(81,122,87)
#46694B
(70,105,75)
#3B583F
(59,88,63)
#304733
(48,71,51)
#253627
(37,54,39)
#1A251B
(26,37,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7DBE87

#7DBE87
(125,190,135)
#88C391
(136,195,145)
#93C89B
(147,200,155)
#9ECDA5
(158,205,165)
#A9D2AF
(169,210,175)
#B4D7B9
(180,215,185)
#BFDCC3
(191,220,195)
#CAE1CD
(202,225,205)
#D5E6D7
(213,230,215)
#E0EBE1
(224,235,225)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBE87; }

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

This text font color is #7DBE87.


Background Color

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

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

This div background color is #7DBE87.


Border color

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

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

This div border color is #7DBE87.


Opacity

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

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

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

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

This text has shadow with #7DBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBE87 on black background.


Color preview on white background

This text has color #7DBE87 on white background.



Black color preview on #7DBE87 background

This text has black color on #7DBE87 background.


White color preview on #7DBE87 background

This text has white color on #7DBE87 background.