COLOR #7DDDA7

HEX: #7DDDA7
RGB: (125,221,167)

Color info

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

RGB color model

#7DDDA7 color RGB value is (125,221,167).

  • red value is 125;
  • green value is 221;
  • blue value is 167.
RGB:
(125,221,167)
(49%,87%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 221 of 255 = 87%
B 167 of 255 = 65%

125
221
167

R + G + B ~ 67%. #7DDDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 221 + 167 = 513 (100%)
R 125 of 513 ~ 24.37%
G 221 of 513 ~ 43.08%
B 167 of 513 ~ 32.55%

%24.37
%43.08
%32.55

CMYK color model

#7DDDA7 color CMYK value is (43,0,24,13).

  • cyan value is 43.44%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 13.33%
CMYK:
(43,0,24,13)
C43M0Y24K13 
(43%,0%,24%,13%)
(0.43/0.00/0.24/0.13)	

CMYK percentages

%43.44
%0
%24.43
%13.33

Codes

Color #7DDDA7 in popluar color models

7DDDA7
RGB125221167
HSL146°58.54%67.84%
HSB/HSV146°43.44%86.67%
CMYK43.44%0.00%24.43%
13.33%

Color #7DDDA7 in popluar number systems.

HEX7DDDA7
Decimal125221167
Binary11111011101110110100111
Octal175335247

Shades and tints

Shades of #7DDDA7

#7DDDA7
(125,221,167)
#72C998
(114,201,152)
#67B589
(103,181,137)
#5CA17A
(92,161,122)
#518D6B
(81,141,107)
#46795C
(70,121,92)
#3B654D
(59,101,77)
#30513E
(48,81,62)
#253D2F
(37,61,47)
#1A2920
(26,41,32)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7DDDA7

#7DDDA7
(125,221,167)
#88E0AF
(136,224,175)
#93E3B7
(147,227,183)
#9EE6BF
(158,230,191)
#A9E9C7
(169,233,199)
#B4ECCF
(180,236,207)
#BFEFD7
(191,239,215)
#CAF2DF
(202,242,223)
#D5F5E7
(213,245,231)
#E0F8EF
(224,248,239)
#EBFBF7
(235,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DDDA7 color. Also use rgb(125,221,167) instead hex code.

Text Font Color

.myTextColor { color: #7DDDA7; }

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

This text font color is #7DDDA7.


Background Color

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

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

This div background color is #7DDDA7.


Border color

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

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

This div border color is #7DDDA7.


Opacity

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

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

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

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

This text has shadow with #7DDDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDDA7 on black background.


Color preview on white background

This text has color #7DDDA7 on white background.



Black color preview on #7DDDA7 background

This text has black color on #7DDDA7 background.


White color preview on #7DDDA7 background

This text has white color on #7DDDA7 background.