COLOR #7DB89E

HEX: #7DB89E
RGB: (125,184,158)

Color info

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

RGB color model

#7DB89E color RGB value is (125,184,158).

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

RGB channels and saturation

R 125 of 255 = 49%
G 184 of 255 = 72%
B 158 of 255 = 62%

125
184
158

R + G + B ~ 61%. #7DB89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 184 + 158 = 467 (100%)
R 125 of 467 ~ 26.77%
G 184 of 467 ~ 39.4%
B 158 of 467 ~ 33.83%

%26.77
%39.4
%33.83

CMYK color model

#7DB89E color CMYK value is (32,0,14,28).

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(32,0,14,28)
C32M0Y14K28 
(32%,0%,14%,28%)
(0.32/0.00/0.14/0.28)	

CMYK percentages

%32.07
%0
%14.13
%27.84

Codes

Color #7DB89E in popluar color models

7DB89E
RGB125184158
HSL154°29.35%60.59%
HSB/HSV154°32.07%72.16%
CMYK32.07%0.00%14.13%
27.84%

Color #7DB89E in popluar number systems.

HEX7DB89E
Decimal125184158
Binary11111011011100010011110
Octal175270236

Shades and tints

Shades of #7DB89E

#7DB89E
(125,184,158)
#72A890
(114,168,144)
#679882
(103,152,130)
#5C8874
(92,136,116)
#517866
(81,120,102)
#466858
(70,104,88)
#3B584A
(59,88,74)
#30483C
(48,72,60)
#25382E
(37,56,46)
#1A2820
(26,40,32)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #7DB89E

#7DB89E
(125,184,158)
#88BEA6
(136,190,166)
#93C4AE
(147,196,174)
#9ECAB6
(158,202,182)
#A9D0BE
(169,208,190)
#B4D6C6
(180,214,198)
#BFDCCE
(191,220,206)
#CAE2D6
(202,226,214)
#D5E8DE
(213,232,222)
#E0EEE6
(224,238,230)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB89E; }

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

This text font color is #7DB89E.


Background Color

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

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

This div background color is #7DB89E.


Border color

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

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

This div border color is #7DB89E.


Opacity

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

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

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

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

This text has shadow with #7DB89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB89E on black background.


Color preview on white background

This text has color #7DB89E on white background.



Black color preview on #7DB89E background

This text has black color on #7DB89E background.


White color preview on #7DB89E background

This text has white color on #7DB89E background.