COLOR #7DDB80

HEX: #7DDB80
RGB: (125,219,128)

Renk bilgisi

#7DDB80 contains mainly green color. #7DDB80 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DDB80 color RGB value is (125,219,128).

  • kırmız ton 125;
  • yeşil ton 219;
  • mavi ton 128.
RGB:
(125,219,128)
(49%,86%,50%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 219 of 255 = 86%
B 128 of 255 = 50%

125
219
128

R + G + B ~ 62%. #7DDB80 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 219 + 128 = 472 (100%)
R 125 of 472 ~ 26.48%
G 219 of 472 ~ 46.4%
B 128 of 472 ~ 27.12%

%26.48
%46.4
%27.12

CMYK RENK MODELİ

#7DDB80 rengi CMYK tonu (43,0,42,14).

  • camgöbeği tonu 42.92%
  • eflatun tonu 0.00%
  • sarı tonu 41.55%
  • ana renk tonu 14.12%
CMYK:
(43,0,42,14)
C43M0Y42K14 
(43%,0%,42%,14%)
(0.43/0.00/0.42/0.14)	

CMYK yüzdeleri

%42.92
%0
%41.55
%14.12

Codes

Color #7DDB80 in popluar color models

7DDB80
RGB125219128
HSL122°56.63%67.45%
HSB/HSV122°42.92%85.88%
CMYK42.92%0.00%41.55%
14.12%

Color #7DDB80 in popluar number systems.

HEX7DDB80
Decimal125219128
Binary11111011101101110000000
Octal175333200

Shades and tints

Shades of #7DDB80

#7DDB80
(125,219,128)
#72C875
(114,200,117)
#67B56A
(103,181,106)
#5CA25F
(92,162,95)
#518F54
(81,143,84)
#467C49
(70,124,73)
#3B693E
(59,105,62)
#305633
(48,86,51)
#254328
(37,67,40)
#1A301D
(26,48,29)
#0F1D12
(15,29,18)
#000000
(0,0,0)

Tints of #7DDB80

#7DDB80
(125,219,128)
#88DE8B
(136,222,139)
#93E196
(147,225,150)
#9EE4A1
(158,228,161)
#A9E7AC
(169,231,172)
#B4EAB7
(180,234,183)
#BFEDC2
(191,237,194)
#CAF0CD
(202,240,205)
#D5F3D8
(213,243,216)
#E0F6E3
(224,246,227)
#EBF9EE
(235,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DDB80 color. Also use rgb(125,219,128) instead hex code.

Text Font Color

.myTextColor { color: #7DDB80; }

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

This text font color is #7DDB80.


Background Color

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

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

This div background color is #7DDB80.


Border color

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

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

This div border color is #7DDB80.


Opacity

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

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

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

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

This text has shadow with #7DDB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DDB80 on black background.


Color preview on white background

This text has color #7DDB80 on white background.



Black color preview on #7DDB80 background

This text has black color on #7DDB80 background.


White color preview on #7DDB80 background

This text has white color on #7DDB80 background.