COLOR #7DB197

HEX: #7DB197
RGB: (125,177,151)

Color info

#7DB197 contains red, green and blue colors in about the same proportion. Web safe color of #7DB197 is #669999 (or #699).

RGB color model

#7DB197 color RGB value is (125,177,151).

  • red value is 125;
  • green value is 177;
  • blue value is 151.
RGB:
(125,177,151)
(49%,69%,59%)

RGB channels and saturation

R 125 of 255 = 49%
G 177 of 255 = 69%
B 151 of 255 = 59%

125
177
151

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

Portions of RGB colors in percentages

R + G + B =
125 + 177 + 151 = 453 (100%)
R 125 of 453 ~ 27.59%
G 177 of 453 ~ 39.07%
B 151 of 453 ~ 33.33%

%27.59
%39.07
%33.33

CMYK color model

#7DB197 color CMYK value is (29,0,15,31).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(29,0,15,31)
C29M0Y15K31 
(29%,0%,15%,31%)
(0.29/0.00/0.15/0.31)	

CMYK percentages

%29.38
%0
%14.69
%30.59

Codes

Color #7DB197 in popluar color models

7DB197
RGB125177151
HSL150°25.00%59.22%
HSB/HSV150°29.38%69.41%
CMYK29.38%0.00%14.69%
30.59%

Color #7DB197 in popluar number systems.

HEX7DB197
Decimal125177151
Binary11111011011000110010111
Octal175261227

Shades and tints

Shades of #7DB197

#7DB197
(125,177,151)
#72A18A
(114,161,138)
#67917D
(103,145,125)
#5C8170
(92,129,112)
#517163
(81,113,99)
#466156
(70,97,86)
#3B5149
(59,81,73)
#30413C
(48,65,60)
#25312F
(37,49,47)
#1A2122
(26,33,34)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7DB197

#7DB197
(125,177,151)
#88B8A0
(136,184,160)
#93BFA9
(147,191,169)
#9EC6B2
(158,198,178)
#A9CDBB
(169,205,187)
#B4D4C4
(180,212,196)
#BFDBCD
(191,219,205)
#CAE2D6
(202,226,214)
#D5E9DF
(213,233,223)
#E0F0E8
(224,240,232)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB197 color. Also use rgb(125,177,151) instead hex code.

Text Font Color

.myTextColor { color: #7DB197; }

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

This text font color is #7DB197.


Background Color

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

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

This div background color is #7DB197.


Border color

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

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

This div border color is #7DB197.


Opacity

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

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

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

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

This text has shadow with #7DB197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB197 on black background.


Color preview on white background

This text has color #7DB197 on white background.



Black color preview on #7DB197 background

This text has black color on #7DB197 background.


White color preview on #7DB197 background

This text has white color on #7DB197 background.