COLOR #7DBB8D

HEX: #7DBB8D
RGB: (125,187,141)

Color info

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

RGB color model

#7DBB8D color RGB value is (125,187,141).

  • red value is 125;
  • green value is 187;
  • blue value is 141.
RGB:
(125,187,141)
(49%,73%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 187 of 255 = 73%
B 141 of 255 = 55%

125
187
141

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

Portions of RGB colors in percentages

R + G + B =
125 + 187 + 141 = 453 (100%)
R 125 of 453 ~ 27.59%
G 187 of 453 ~ 41.28%
B 141 of 453 ~ 31.13%

%27.59
%41.28
%31.13

CMYK color model

#7DBB8D color CMYK value is (33,0,25,27).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(33,0,25,27)
C33M0Y25K27 
(33%,0%,25%,27%)
(0.33/0.00/0.25/0.27)	

CMYK percentages

%33.16
%0
%24.6
%26.67

Codes

Color #7DBB8D in popluar color models

7DBB8D
RGB125187141
HSL135°31.31%61.18%
HSB/HSV135°33.16%73.33%
CMYK33.16%0.00%24.60%
26.67%

Color #7DBB8D in popluar number systems.

HEX7DBB8D
Decimal125187141
Binary11111011011101110001101
Octal175273215

Shades and tints

Shades of #7DBB8D

#7DBB8D
(125,187,141)
#72AA81
(114,170,129)
#679975
(103,153,117)
#5C8869
(92,136,105)
#51775D
(81,119,93)
#466651
(70,102,81)
#3B5545
(59,85,69)
#304439
(48,68,57)
#25332D
(37,51,45)
#1A2221
(26,34,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7DBB8D

#7DBB8D
(125,187,141)
#88C197
(136,193,151)
#93C7A1
(147,199,161)
#9ECDAB
(158,205,171)
#A9D3B5
(169,211,181)
#B4D9BF
(180,217,191)
#BFDFC9
(191,223,201)
#CAE5D3
(202,229,211)
#D5EBDD
(213,235,221)
#E0F1E7
(224,241,231)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBB8D color. Also use rgb(125,187,141) instead hex code.

Text Font Color

.myTextColor { color: #7DBB8D; }

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

This text font color is #7DBB8D.


Background Color

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

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

This div background color is #7DBB8D.


Border color

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

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

This div border color is #7DBB8D.


Opacity

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

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

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

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

This text has shadow with #7DBB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBB8D on black background.


Color preview on white background

This text has color #7DBB8D on white background.



Black color preview on #7DBB8D background

This text has black color on #7DBB8D background.


White color preview on #7DBB8D background

This text has white color on #7DBB8D background.