COLOR #7DD091

HEX: #7DD091
RGB: (125,208,145)

Color info

#7DD091 contains mainly green color. Web safe color of #7DD091 is #66CC99 (or #6C9).

RGB color model

#7DD091 color RGB value is (125,208,145).

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

RGB channels and saturation

R 125 of 255 = 49%
G 208 of 255 = 82%
B 145 of 255 = 57%

125
208
145

R + G + B ~ 63%. #7DD091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 208 + 145 = 478 (100%)
R 125 of 478 ~ 26.15%
G 208 of 478 ~ 43.51%
B 145 of 478 ~ 30.33%

%26.15
%43.51
%30.33

CMYK color model

#7DD091 color CMYK value is (40,0,30,18).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 18.43%
CMYK:
(40,0,30,18)
C40M0Y30K18 
(40%,0%,30%,18%)
(0.40/0.00/0.30/0.18)	

CMYK percentages

%39.9
%0
%30.29
%18.43

Codes

Color #7DD091 in popluar color models

7DD091
RGB125208145
HSL134°46.89%65.29%
HSB/HSV134°39.90%81.57%
CMYK39.90%0.00%30.29%
18.43%

Color #7DD091 in popluar number systems.

HEX7DD091
Decimal125208145
Binary11111011101000010010001
Octal175320221

Shades and tints

Shades of #7DD091

#7DD091
(125,208,145)
#72BE84
(114,190,132)
#67AC77
(103,172,119)
#5C9A6A
(92,154,106)
#51885D
(81,136,93)
#467650
(70,118,80)
#3B6443
(59,100,67)
#305236
(48,82,54)
#254029
(37,64,41)
#1A2E1C
(26,46,28)
#0F1C0F
(15,28,15)
#000000
(0,0,0)

Tints of #7DD091

#7DD091
(125,208,145)
#88D49B
(136,212,155)
#93D8A5
(147,216,165)
#9EDCAF
(158,220,175)
#A9E0B9
(169,224,185)
#B4E4C3
(180,228,195)
#BFE8CD
(191,232,205)
#CAECD7
(202,236,215)
#D5F0E1
(213,240,225)
#E0F4EB
(224,244,235)
#EBF8F5
(235,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD091; }

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

This text font color is #7DD091.


Background Color

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

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

This div background color is #7DD091.


Border color

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

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

This div border color is #7DD091.


Opacity

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

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

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

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

This text has shadow with #7DD091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD091 on black background.


Color preview on white background

This text has color #7DD091 on white background.



Black color preview on #7DD091 background

This text has black color on #7DD091 background.


White color preview on #7DD091 background

This text has white color on #7DD091 background.