COLOR #7DBB99

HEX: #7DBB99
RGB: (125,187,153)

Color info

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

RGB color model

#7DBB99 color RGB value is (125,187,153).

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

RGB channels and saturation

R 125 of 255 = 49%
G 187 of 255 = 73%
B 153 of 255 = 60%

125
187
153

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

Portions of RGB colors in percentages

R + G + B =
125 + 187 + 153 = 465 (100%)
R 125 of 465 ~ 26.88%
G 187 of 465 ~ 40.22%
B 153 of 465 ~ 32.9%

%26.88
%40.22
%32.9

CMYK color model

#7DBB99 color CMYK value is (33,0,18,27).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(33,0,18,27)
C33M0Y18K27 
(33%,0%,18%,27%)
(0.33/0.00/0.18/0.27)	

CMYK percentages

%33.16
%0
%18.18
%26.67

Codes

Color #7DBB99 in popluar color models

7DBB99
RGB125187153
HSL147°31.31%61.18%
HSB/HSV147°33.16%73.33%
CMYK33.16%0.00%18.18%
26.67%

Color #7DBB99 in popluar number systems.

HEX7DBB99
Decimal125187153
Binary11111011011101110011001
Octal175273231

Shades and tints

Shades of #7DBB99

#7DBB99
(125,187,153)
#72AA8C
(114,170,140)
#67997F
(103,153,127)
#5C8872
(92,136,114)
#517765
(81,119,101)
#466658
(70,102,88)
#3B554B
(59,85,75)
#30443E
(48,68,62)
#253331
(37,51,49)
#1A2224
(26,34,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #7DBB99

#7DBB99
(125,187,153)
#88C1A2
(136,193,162)
#93C7AB
(147,199,171)
#9ECDB4
(158,205,180)
#A9D3BD
(169,211,189)
#B4D9C6
(180,217,198)
#BFDFCF
(191,223,207)
#CAE5D8
(202,229,216)
#D5EBE1
(213,235,225)
#E0F1EA
(224,241,234)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBB99; }

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

This text font color is #7DBB99.


Background Color

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

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

This div background color is #7DBB99.


Border color

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

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

This div border color is #7DBB99.


Opacity

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

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

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

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

This text has shadow with #7DBB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBB99 on black background.


Color preview on white background

This text has color #7DBB99 on white background.



Black color preview on #7DBB99 background

This text has black color on #7DBB99 background.


White color preview on #7DBB99 background

This text has white color on #7DBB99 background.