COLOR #7DD196

HEX: #7DD196
RGB: (125,209,150)

Renk bilgisi

#7DD196 contains mainly green and blue colors. #7DD196 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7DD196 color RGB value is (125,209,150).

  • kırmız ton 125;
  • yeşil ton 209;
  • mavi ton 150.
RGB:
(125,209,150)
(49%,82%,59%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 209 of 255 = 82%
B 150 of 255 = 59%

125
209
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 209 + 150 = 484 (100%)
R 125 of 484 ~ 25.83%
G 209 of 484 ~ 43.18%
B 150 of 484 ~ 30.99%

%25.83
%43.18
%30.99

CMYK RENK MODELİ

#7DD196 rengi CMYK tonu (40,0,28,18).

  • camgöbeği tonu 40.19%
  • eflatun tonu 0.00%
  • sarı tonu 28.23%
  • ana renk tonu 18.04%
CMYK:
(40,0,28,18)
C40M0Y28K18 
(40%,0%,28%,18%)
(0.40/0.00/0.28/0.18)	

CMYK yüzdeleri

%40.19
%0
%28.23
%18.04

Codes

Color #7DD196 in popluar color models

7DD196
RGB125209150
HSL138°47.73%65.49%
HSB/HSV138°40.19%81.96%
CMYK40.19%0.00%28.23%
18.04%

Color #7DD196 in popluar number systems.

HEX7DD196
Decimal125209150
Binary11111011101000110010110
Octal175321226

Shades and tints

Shades of #7DD196

#7DD196
(125,209,150)
#72BE89
(114,190,137)
#67AB7C
(103,171,124)
#5C986F
(92,152,111)
#518562
(81,133,98)
#467255
(70,114,85)
#3B5F48
(59,95,72)
#304C3B
(48,76,59)
#25392E
(37,57,46)
#1A2621
(26,38,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7DD196

#7DD196
(125,209,150)
#88D59F
(136,213,159)
#93D9A8
(147,217,168)
#9EDDB1
(158,221,177)
#A9E1BA
(169,225,186)
#B4E5C3
(180,229,195)
#BFE9CC
(191,233,204)
#CAEDD5
(202,237,213)
#D5F1DE
(213,241,222)
#E0F5E7
(224,245,231)
#EBF9F0
(235,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD196 color. Also use rgb(125,209,150) instead hex code.

Text Font Color

.myTextColor { color: #7DD196; }

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

This text font color is #7DD196.


Background Color

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

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

This div background color is #7DD196.


Border color

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

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

This div border color is #7DD196.


Opacity

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

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

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

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

This text has shadow with #7DD196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD196 on black background.


Color preview on white background

This text has color #7DD196 on white background.



Black color preview on #7DD196 background

This text has black color on #7DD196 background.


White color preview on #7DD196 background

This text has white color on #7DD196 background.