COLOR #7DDFB2

HEX: #7DDFB2 RGB: (125,223,178)

Color info

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

RGB color model

#7DDFB2 color RGB value is (125,223,178).

RGB: (125,223,178) (49%, 87%, 70%)

RGB channels and saturation

R 125 of 255 = 49%
G 223 of 255 = 87%
B 178 of 255 = 70%

125
223
178

R + G + B ~ 69%. #7DDFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 223 + 178 = 526 (100%)
R 125 of 526 ~ 23.76%
G 223 of 526 ~ 42.4%
B 178 of 526 ~ 33.84'%

%23.76
%42.4
%33.84

CMYK color model

#7DDFB2 color CMYK value is (44,0,20,13).

  • cyan value is 43.95%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 12.55%

CMYK: (44,0,20,13)
C44M0Y20K13 (44%, 0%, 20%, 13%)
(0.44 / 0.00 / 0.20 / 0.13)

CMYK percentages

%43.95
%0
%20.18
%12.55

Codes

Color #7DDFB2 in popluar color models

7D DF B2
RGB 125 223 178
HSL 152° 60.49% 68.24%
HSB/HSV 152° 43.95% 87.45%
CMYK 43.95% 0.00% 20.18%
12.55%

Color #7DDFB2 in popluar number systems.

HEX 7D DF B2
Decimal 125 223 178
Binary 1111101 11011111 10110010
Octal 175 337 262

Shades and tints

Shades of #7DDFB2

#7DDFB2
(125,223,178)
#72CBA2
(114,203,162)
#67B792
(103,183,146)
#5CA382
(92,163,130)
#518F72
(81,143,114)
#467B62
(70,123,98)
#3B6752
(59,103,82)
#305342
(48,83,66)
#253F32
(37,63,50)
#1A2B22
(26,43,34)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7DDFB2

#7DDFB2
(125,223,178)
#88E1B9
(136,225,185)
#93E3C0
(147,227,192)
#9EE5C7
(158,229,199)
#A9E7CE
(169,231,206)
#B4E9D5
(180,233,213)
#BFEBDC
(191,235,220)
#CAEDE3
(202,237,227)
#D5EFEA
(213,239,234)
#E0F1F1
(224,241,241)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DDFB2; }

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

This text font color is #7DDFB2.

Background Color

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

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

This div background color is #7DDFB2.

Border color

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

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

This div border color is #7DDFB2.

Opacity

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

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

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

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

This text has shadow with #7DDFB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DDFB2.

Preview

Color preview on black background

This text has color #7DDFB2 on black background.


Color preview on white background

This text has color #7DDFB2 on white background.


Black color preview on #7DDFB2 background

This text has black color on #7DDFB2 background.


White color preview on #7DDFB2 background

This text has white color on #7DDFB2 background.


Related colors

Complementary color

Complementary color for #hex is #82204D.


I love getcolorcode.com

Triadic colors

1 #B27DDF and #DFB27D with #7DDFB2 are triadic colors.

2 #B2DF7D and #DF7DB2 with #7DDFB2 are triadic colors.