COLOR #7DBD91

HEX: #7DBD91 RGB: (125,189,145)

Color info

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

RGB color model

#7DBD91 color RGB value is (125,189,145).

RGB: (125,189,145) (49%, 74%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 145 of 255 = 57%

125
189
145

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

Portions of RGB colors in percentages

R + G + B = 125 + 189 + 145 = 459 (100%)
R 125 of 459 ~ 27.23%
G 189 of 459 ~ 41.18%
B 145 of 459 ~ 31.59'%

%27.23
%41.18
%31.59

CMYK color model

#7DBD91 color CMYK value is (34,0,23,26).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 25.88%

CMYK: (34,0,23,26)
C34M0Y23K26 (34%, 0%, 23%, 26%)
(0.34 / 0.00 / 0.23 / 0.26)

CMYK percentages

%33.86
%0
%23.28
%25.88

Codes

Color #7DBD91 in popluar color models

7D BD 91
RGB 125 189 145
HSL 139° 32.65% 61.57%
HSB/HSV 139° 33.86% 74.12%
CMYK 33.86% 0.00% 23.28%
25.88%

Color #7DBD91 in popluar number systems.

HEX 7D BD 91
Decimal 125 189 145
Binary 1111101 10111101 10010001
Octal 175 275 221

Shades and tints

Shades of #7DBD91

#7DBD91
(125,189,145)
#72AC84
(114,172,132)
#679B77
(103,155,119)
#5C8A6A
(92,138,106)
#51795D
(81,121,93)
#466850
(70,104,80)
#3B5743
(59,87,67)
#304636
(48,70,54)
#253529
(37,53,41)
#1A241C
(26,36,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #7DBD91

#7DBD91
(125,189,145)
#88C39B
(136,195,155)
#93C9A5
(147,201,165)
#9ECFAF
(158,207,175)
#A9D5B9
(169,213,185)
#B4DBC3
(180,219,195)
#BFE1CD
(191,225,205)
#CAE7D7
(202,231,215)
#D5EDE1
(213,237,225)
#E0F3EB
(224,243,235)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBD91 color. Also use rgb(125,189,145) instead hex code.

Text Font Color

.myTextColor { color: #7DBD91; }

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

This text font color is #7DBD91.

Background Color

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

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

This div background color is #7DBD91.

Border color

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

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

This div border color is #7DBD91.

Opacity

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

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

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

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

This text has shadow with #7DBD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBD91.

Preview

Color preview on black background

This text has color #7DBD91 on black background.


Color preview on white background

This text has color #7DBD91 on white background.


Black color preview on #7DBD91 background

This text has black color on #7DBD91 background.


White color preview on #7DBD91 background

This text has white color on #7DBD91 background.


Related colors

Complementary color

Complementary color for #hex is #82426E.


I love getcolorcode.com

Triadic colors

1 #917DBD and #BD917D with #7DBD91 are triadic colors.

2 #91BD7D and #BD7D91 with #7DBD91 are triadic colors.