COLOR #7DB07E

HEX: #7DB07E
RGB: (125,176,126)

Renk bilgisi

#7DB07E contains red, green and blue colors in about the same proportion. #7DB07E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7DB07E color RGB value is (125,176,126).

  • kırmız ton 125;
  • yeşil ton 176;
  • mavi ton 126.
RGB:
(125,176,126)
(49%,69%,49%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 176 of 255 = 69%
B 126 of 255 = 49%

125
176
126

R + G + B ~ 56%. #7DB07E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 176 + 126 = 427 (100%)
R 125 of 427 ~ 29.27%
G 176 of 427 ~ 41.22%
B 126 of 427 ~ 29.51%

%29.27
%41.22
%29.51

CMYK RENK MODELİ

#7DB07E rengi CMYK tonu (29,0,28,31).

  • camgöbeği tonu 28.98%
  • eflatun tonu 0.00%
  • sarı tonu 28.41%
  • ana renk tonu 30.98%
CMYK:
(29,0,28,31)
C29M0Y28K31 
(29%,0%,28%,31%)
(0.29/0.00/0.28/0.31)	

CMYK yüzdeleri

%28.98
%0
%28.41
%30.98

Codes

Color #7DB07E in popluar color models

7DB07E
RGB125176126
HSL121°24.40%59.02%
HSB/HSV121°28.98%69.02%
CMYK28.98%0.00%28.41%
30.98%

Color #7DB07E in popluar number systems.

HEX7DB07E
Decimal125176126
Binary1111101101100001111110
Octal175260176

Shades and tints

Shades of #7DB07E

#7DB07E
(125,176,126)
#72A073
(114,160,115)
#679068
(103,144,104)
#5C805D
(92,128,93)
#517052
(81,112,82)
#466047
(70,96,71)
#3B503C
(59,80,60)
#304031
(48,64,49)
#253026
(37,48,38)
#1A201B
(26,32,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #7DB07E

#7DB07E
(125,176,126)
#88B789
(136,183,137)
#93BE94
(147,190,148)
#9EC59F
(158,197,159)
#A9CCAA
(169,204,170)
#B4D3B5
(180,211,181)
#BFDAC0
(191,218,192)
#CAE1CB
(202,225,203)
#D5E8D6
(213,232,214)
#E0EFE1
(224,239,225)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB07E color. Also use rgb(125,176,126) instead hex code.

Text Font Color

.myTextColor { color: #7DB07E; }

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

This text font color is #7DB07E.


Background Color

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

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

This div background color is #7DB07E.


Border color

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

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

This div border color is #7DB07E.


Opacity

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

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

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

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

This text has shadow with #7DB07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB07E on black background.


Color preview on white background

This text has color #7DB07E on white background.



Black color preview on #7DB07E background

This text has black color on #7DB07E background.


White color preview on #7DB07E background

This text has white color on #7DB07E background.