COLOR #7DBB9B

HEX: #7DBB9B
RGB: (125,187,155)

Color info

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

RGB color model

#7DBB9B color RGB value is (125,187,155).

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

RGB channels and saturation

R 125 of 255 = 49%
G 187 of 255 = 73%
B 155 of 255 = 61%

125
187
155

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

Portions of RGB colors in percentages

R + G + B =
125 + 187 + 155 = 467 (100%)
R 125 of 467 ~ 26.77%
G 187 of 467 ~ 40.04%
B 155 of 467 ~ 33.19%

%26.77
%40.04
%33.19

CMYK color model

#7DBB9B color CMYK value is (33,0,17,27).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK: (33,0,17,27) C33M0Y17K27 (33%,0%,17%,27%) (0.33/0.00/0.17/0.27)

CMYK percentages

%33.16
%0
%17.11
%26.67

Codes

Color #7DBB9B in popluar color models

7DBB9B
RGB125187155
HSL149°31.31%61.18%
HSB/HSV149°33.16%73.33%
CMYK33.16%0.00%17.11%
26.67%

Color #7DBB9B in popluar number systems.

HEX7DBB9B
Decimal125187155
Binary11111011011101110011011
Octal175273233

Shades and tints

Shades of #7DBB9B

#7DBB9B
(125,187,155)
#72AA8D
(114,170,141)
#67997F
(103,153,127)
#5C8871
(92,136,113)
#517763
(81,119,99)
#466655
(70,102,85)
#3B5547
(59,85,71)
#304439
(48,68,57)
#25332B
(37,51,43)
#1A221D
(26,34,29)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7DBB9B

#7DBB9B
(125,187,155)
#88C1A4
(136,193,164)
#93C7AD
(147,199,173)
#9ECDB6
(158,205,182)
#A9D3BF
(169,211,191)
#B4D9C8
(180,217,200)
#BFDFD1
(191,223,209)
#CAE5DA
(202,229,218)
#D5EBE3
(213,235,227)
#E0F1EC
(224,241,236)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBB9B; }

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

This text font color is #7DBB9B.


Background Color

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

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

This div background color is #7DBB9B.


Border color

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

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

This div border color is #7DBB9B.


Opacity

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

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

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

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

This text has shadow with #7DBB9B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7DBB9B on black background.


Color preview on white background

This text has color #7DBB9B on white background.



Black color preview on #7DBB9B background

This text has black color on #7DBB9B background.


White color preview on #7DBB9B background

This text has white color on #7DBB9B background.