COLOR #7DB291

HEX: #7DB291
RGB: (125,178,145)

Color info

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

RGB color model

#7DB291 color RGB value is (125,178,145).

  • red value is 125;
  • green value is 178;
  • blue value is 145.
RGB:
(125,178,145)
(49%,70%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 178 of 255 = 70%
B 145 of 255 = 57%

125
178
145

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

Portions of RGB colors in percentages

R + G + B =
125 + 178 + 145 = 448 (100%)
R 125 of 448 ~ 27.9%
G 178 of 448 ~ 39.73%
B 145 of 448 ~ 32.37%

%27.9
%39.73
%32.37

CMYK color model

#7DB291 color CMYK value is (30,0,19,30).

  • cyan value is 29.78%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(30,0,19,30)
C30M0Y19K30 
(30%,0%,19%,30%)
(0.30/0.00/0.19/0.30)	

CMYK percentages

%29.78
%0
%18.54
%30.2

Codes

Color #7DB291 in popluar color models

7DB291
RGB125178145
HSL143°25.60%59.41%
HSB/HSV143°29.78%69.80%
CMYK29.78%0.00%18.54%
30.20%

Color #7DB291 in popluar number systems.

HEX7DB291
Decimal125178145
Binary11111011011001010010001
Octal175262221

Shades and tints

Shades of #7DB291

#7DB291
(125,178,145)
#72A284
(114,162,132)
#679277
(103,146,119)
#5C826A
(92,130,106)
#51725D
(81,114,93)
#466250
(70,98,80)
#3B5243
(59,82,67)
#304236
(48,66,54)
#253229
(37,50,41)
#1A221C
(26,34,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7DB291

#7DB291
(125,178,145)
#88B99B
(136,185,155)
#93C0A5
(147,192,165)
#9EC7AF
(158,199,175)
#A9CEB9
(169,206,185)
#B4D5C3
(180,213,195)
#BFDCCD
(191,220,205)
#CAE3D7
(202,227,215)
#D5EAE1
(213,234,225)
#E0F1EB
(224,241,235)
#EBF8F5
(235,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB291; }

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

This text font color is #7DB291.


Background Color

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

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

This div background color is #7DB291.


Border color

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

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

This div border color is #7DB291.


Opacity

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

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

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

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

This text has shadow with #7DB291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB291 on black background.


Color preview on white background

This text has color #7DB291 on white background.



Black color preview on #7DB291 background

This text has black color on #7DB291 background.


White color preview on #7DB291 background

This text has white color on #7DB291 background.