COLOR #7DBB88

HEX: #7DBB88 RGB: (125,187,136)

Color info

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

RGB color model

#7DBB88 color RGB value is (125,187,136).

RGB: (125,187,136) (49%, 73%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 187 of 255 = 73%
B 136 of 255 = 53%

125
187
136

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

Portions of RGB colors in percentages

R + G + B = 125 + 187 + 136 = 448 (100%)
R 125 of 448 ~ 27.9%
G 187 of 448 ~ 41.74%
B 136 of 448 ~ 30.36'%

%27.9
%41.74
%30.36

CMYK color model

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

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%

CMYK: (33,0,27,27)
C33M0Y27K27 (33%, 0%, 27%, 27%)
(0.33 / 0.00 / 0.27 / 0.27)

CMYK percentages

%33.16
%0
%27.27
%26.67

Codes

Color #7DBB88 in popluar color models

7D BB 88
RGB 125 187 136
HSL 131° 31.31% 61.18%
HSB/HSV 131° 33.16% 73.33%
CMYK 33.16% 0.00% 27.27%
26.67%

Color #7DBB88 in popluar number systems.

HEX 7D BB 88
Decimal 125 187 136
Binary 1111101 10111011 10001000
Octal 175 273 210

Shades and tints

Shades of #7DBB88

#7DBB88
(125,187,136)
#72AA7C
(114,170,124)
#679970
(103,153,112)
#5C8864
(92,136,100)
#517758
(81,119,88)
#46664C
(70,102,76)
#3B5540
(59,85,64)
#304434
(48,68,52)
#253328
(37,51,40)
#1A221C
(26,34,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7DBB88

#7DBB88
(125,187,136)
#88C192
(136,193,146)
#93C79C
(147,199,156)
#9ECDA6
(158,205,166)
#A9D3B0
(169,211,176)
#B4D9BA
(180,217,186)
#BFDFC4
(191,223,196)
#CAE5CE
(202,229,206)
#D5EBD8
(213,235,216)
#E0F1E2
(224,241,226)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBB88; }

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

This text font color is #7DBB88.

Background Color

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

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

This div background color is #7DBB88.

Border color

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

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

This div border color is #7DBB88.

Opacity

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

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

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

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

This text has shadow with #7DBB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBB88.

Preview

Color preview on black background

This text has color #7DBB88 on black background.


Color preview on white background

This text has color #7DBB88 on white background.


Black color preview on #7DBB88 background

This text has black color on #7DBB88 background.


White color preview on #7DBB88 background

This text has white color on #7DBB88 background.


Related colors

Complementary color

Complementary color for #hex is #824477.


I love getcolorcode.com

Triadic colors

1 #887DBB and #BB887D with #7DBB88 are triadic colors.

2 #88BB7D and #BB7D88 with #7DBB88 are triadic colors.