COLOR #7DE696

HEX: #7DE696
RGB: (125,230,150)

Renk bilgisi

#7DE696 contains mainly green color. #7DE696 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7DE696 color RGB value is (125,230,150).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 230 of 255 = 90%
B 150 of 255 = 59%

125
230
150

R + G + B ~ 66%. #7DE696 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 230 + 150 = 505 (100%)
R 125 of 505 ~ 24.75%
G 230 of 505 ~ 45.54%
B 150 of 505 ~ 29.7%

%24.75
%45.54
%29.7

CMYK RENK MODELİ

#7DE696 rengi CMYK tonu (46,0,35,10).

  • camgöbeği tonu 45.65%
  • eflatun tonu 0.00%
  • sarı tonu 34.78%
  • ana renk tonu 9.80%
CMYK:
(46,0,35,10)
C46M0Y35K10 
(46%,0%,35%,10%)
(0.46/0.00/0.35/0.10)	

CMYK yüzdeleri

%45.65
%0
%34.78
%9.8

Codes

Color #7DE696 in popluar color models

7DE696
RGB125230150
HSL134°67.74%69.61%
HSB/HSV134°45.65%90.20%
CMYK45.65%0.00%34.78%
9.80%

Color #7DE696 in popluar number systems.

HEX7DE696
Decimal125230150
Binary11111011110011010010110
Octal175346226

Shades and tints

Shades of #7DE696

#7DE696
(125,230,150)
#72D289
(114,210,137)
#67BE7C
(103,190,124)
#5CAA6F
(92,170,111)
#519662
(81,150,98)
#468255
(70,130,85)
#3B6E48
(59,110,72)
#305A3B
(48,90,59)
#25462E
(37,70,46)
#1A3221
(26,50,33)
#0F1E14
(15,30,20)
#000000
(0,0,0)

Tints of #7DE696

#7DE696
(125,230,150)
#88E89F
(136,232,159)
#93EAA8
(147,234,168)
#9EECB1
(158,236,177)
#A9EEBA
(169,238,186)
#B4F0C3
(180,240,195)
#BFF2CC
(191,242,204)
#CAF4D5
(202,244,213)
#D5F6DE
(213,246,222)
#E0F8E7
(224,248,231)
#EBFAF0
(235,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE696; }

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

This text font color is #7DE696.


Background Color

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

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

This div background color is #7DE696.


Border color

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

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

This div border color is #7DE696.


Opacity

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

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

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

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

This text has shadow with #7DE696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE696 on black background.


Color preview on white background

This text has color #7DE696 on white background.



Black color preview on #7DE696 background

This text has black color on #7DE696 background.


White color preview on #7DE696 background

This text has white color on #7DE696 background.