COLOR #7DCB91

HEX: #7DCB91 RGB: (125,203,145)

Color info

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

RGB color model

#7DCB91 color RGB value is (125,203,145).

RGB: (125,203,145) (49%, 80%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 203 of 255 = 80%
B 145 of 255 = 57%

125
203
145

R + G + B ~ 62%. #7DCB91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 203 + 145 = 473 (100%)
R 125 of 473 ~ 26.43%
G 203 of 473 ~ 42.92%
B 145 of 473 ~ 30.66'%

%26.43
%42.92
%30.66

CMYK color model

#7DCB91 color CMYK value is (38,0,29,20).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 20.39%
CMYK: (38,0,29,20) C38M0Y29K20 (38%,0%,29%,20%) (0.38/0.00/0.29/0.20) 

CMYK percentages

%38.42
%0
%28.57
%20.39

Codes

Color #7DCB91 in popluar color models

7D CB 91
RGB 125 203 145
HSL 135° 42.86% 64.31%
HSB/HSV 135° 38.42% 79.61%
CMYK 38.42% 0.00% 28.57%
20.39%

Color #7DCB91 in popluar number systems.

HEX 7D CB 91
Decimal 125 203 145
Binary 1111101 11001011 10010001
Octal 175 313 221

Shades and tints

Shades of #7DCB91

#7DCB91
(125,203,145)
#72B984
(114,185,132)
#67A777
(103,167,119)
#5C956A
(92,149,106)
#51835D
(81,131,93)
#467150
(70,113,80)
#3B5F43
(59,95,67)
#304D36
(48,77,54)
#253B29
(37,59,41)
#1A291C
(26,41,28)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #7DCB91

#7DCB91
(125,203,145)
#88CF9B
(136,207,155)
#93D3A5
(147,211,165)
#9ED7AF
(158,215,175)
#A9DBB9
(169,219,185)
#B4DFC3
(180,223,195)
#BFE3CD
(191,227,205)
#CAE7D7
(202,231,215)
#D5EBE1
(213,235,225)
#E0EFEB
(224,239,235)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCB91; }

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

This text font color is #7DCB91.

Background Color

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

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

This div background color is #7DCB91.

Border color

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

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

This div border color is #7DCB91.

Opacity

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

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

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

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

This text has shadow with #7DCB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCB91.

Preview

Color preview on black background

This text has color #7DCB91 on black background.


Color preview on white background

This text has color #7DCB91 on white background.


Black color preview on #7DCB91 background

This text has black color on #7DCB91 background.


White color preview on #7DCB91 background

This text has white color on #7DCB91 background.


Related colors

Complementary color

Complementary color for #hex is #82346E.


I love getcolorcode.com

Triadic colors

1 #917DCB and #CB917D with #7DCB91 are triadic colors.

2 #91CB7D and #CB7D91 with #7DCB91 are triadic colors.