COLOR #7DBB8F

HEX: #7DBB8F
RGB: (125,187,143)

Color info

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

RGB color model

#7DBB8F color RGB value is (125,187,143).

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

RGB channels and saturation

R 125 of 255 = 49%
G 187 of 255 = 73%
B 143 of 255 = 56%

125
187
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 187 + 143 = 455 (100%)
R 125 of 455 ~ 27.47%
G 187 of 455 ~ 41.1%
B 143 of 455 ~ 31.43%

%27.47
%41.1
%31.43

CMYK color model

#7DBB8F color CMYK value is (33,0,24,27).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 26.67%
CMYK:
(33,0,24,27)
C33M0Y24K27 
(33%,0%,24%,27%)
(0.33/0.00/0.24/0.27)	

CMYK percentages

%33.16
%0
%23.53
%26.67

Codes

Color #7DBB8F in popluar color models

7DBB8F
RGB125187143
HSL137°31.31%61.18%
HSB/HSV137°33.16%73.33%
CMYK33.16%0.00%23.53%
26.67%

Color #7DBB8F in popluar number systems.

HEX7DBB8F
Decimal125187143
Binary11111011011101110001111
Octal175273217

Shades and tints

Shades of #7DBB8F

#7DBB8F
(125,187,143)
#72AA82
(114,170,130)
#679975
(103,153,117)
#5C8868
(92,136,104)
#51775B
(81,119,91)
#46664E
(70,102,78)
#3B5541
(59,85,65)
#304434
(48,68,52)
#253327
(37,51,39)
#1A221A
(26,34,26)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7DBB8F

#7DBB8F
(125,187,143)
#88C199
(136,193,153)
#93C7A3
(147,199,163)
#9ECDAD
(158,205,173)
#A9D3B7
(169,211,183)
#B4D9C1
(180,217,193)
#BFDFCB
(191,223,203)
#CAE5D5
(202,229,213)
#D5EBDF
(213,235,223)
#E0F1E9
(224,241,233)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBB8F; }

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

This text font color is #7DBB8F.


Background Color

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

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

This div background color is #7DBB8F.


Border color

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

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

This div border color is #7DBB8F.


Opacity

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

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

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

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

This text has shadow with #7DBB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBB8F on black background.


Color preview on white background

This text has color #7DBB8F on white background.



Black color preview on #7DBB8F background

This text has black color on #7DBB8F background.


White color preview on #7DBB8F background

This text has white color on #7DBB8F background.