COLOR #7DB887

HEX: #7DB887
RGB: (125,184,135)

Color info

#7DB887 contains red, green and blue colors in about the same proportion. Web safe color of #7DB887 is #66CC99 (or #6C9).

RGB color model

#7DB887 color RGB value is (125,184,135).

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

RGB channels and saturation

R 125 of 255 = 49%
G 184 of 255 = 72%
B 135 of 255 = 53%

125
184
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 184 + 135 = 444 (100%)
R 125 of 444 ~ 28.15%
G 184 of 444 ~ 41.44%
B 135 of 444 ~ 30.41%

%28.15
%41.44
%30.41

CMYK color model

#7DB887 color CMYK value is (32,0,27,28).

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(32,0,27,28)
C32M0Y27K28 
(32%,0%,27%,28%)
(0.32/0.00/0.27/0.28)	

CMYK percentages

%32.07
%0
%26.63
%27.84

Codes

Color #7DB887 in popluar color models

7DB887
RGB125184135
HSL130°29.35%60.59%
HSB/HSV130°32.07%72.16%
CMYK32.07%0.00%26.63%
27.84%

Color #7DB887 in popluar number systems.

HEX7DB887
Decimal125184135
Binary11111011011100010000111
Octal175270207

Shades and tints

Shades of #7DB887

#7DB887
(125,184,135)
#72A87B
(114,168,123)
#67986F
(103,152,111)
#5C8863
(92,136,99)
#517857
(81,120,87)
#46684B
(70,104,75)
#3B583F
(59,88,63)
#304833
(48,72,51)
#253827
(37,56,39)
#1A281B
(26,40,27)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #7DB887

#7DB887
(125,184,135)
#88BE91
(136,190,145)
#93C49B
(147,196,155)
#9ECAA5
(158,202,165)
#A9D0AF
(169,208,175)
#B4D6B9
(180,214,185)
#BFDCC3
(191,220,195)
#CAE2CD
(202,226,205)
#D5E8D7
(213,232,215)
#E0EEE1
(224,238,225)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB887; }

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

This text font color is #7DB887.


Background Color

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

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

This div background color is #7DB887.


Border color

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

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

This div border color is #7DB887.


Opacity

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

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

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

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

This text has shadow with #7DB887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB887 on black background.


Color preview on white background

This text has color #7DB887 on white background.



Black color preview on #7DB887 background

This text has black color on #7DB887 background.


White color preview on #7DB887 background

This text has white color on #7DB887 background.