COLOR #7DB19B

HEX: #7DB19B
RGB: (125,177,155)

Renk bilgisi

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

RGB renk modeli

#7DB19B color RGB value is (125,177,155).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 177 of 255 = 69%
B 155 of 255 = 61%

125
177
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 177 + 155 = 457 (100%)
R 125 of 457 ~ 27.35%
G 177 of 457 ~ 38.73%
B 155 of 457 ~ 33.92%

%27.35
%38.73
%33.92

CMYK RENK MODELİ

#7DB19B rengi CMYK tonu (29,0,12,31).

  • camgöbeği tonu 29.38%
  • eflatun tonu 0.00%
  • sarı tonu 12.43%
  • ana renk tonu 30.59%
CMYK:
(29,0,12,31)
C29M0Y12K31 
(29%,0%,12%,31%)
(0.29/0.00/0.12/0.31)	

CMYK yüzdeleri

%29.38
%0
%12.43
%30.59

Codes

Color #7DB19B in popluar color models

7DB19B
RGB125177155
HSL155°25.00%59.22%
HSB/HSV155°29.38%69.41%
CMYK29.38%0.00%12.43%
30.59%

Color #7DB19B in popluar number systems.

HEX7DB19B
Decimal125177155
Binary11111011011000110011011
Octal175261233

Shades and tints

Shades of #7DB19B

#7DB19B
(125,177,155)
#72A18D
(114,161,141)
#67917F
(103,145,127)
#5C8171
(92,129,113)
#517163
(81,113,99)
#466155
(70,97,85)
#3B5147
(59,81,71)
#304139
(48,65,57)
#25312B
(37,49,43)
#1A211D
(26,33,29)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #7DB19B

#7DB19B
(125,177,155)
#88B8A4
(136,184,164)
#93BFAD
(147,191,173)
#9EC6B6
(158,198,182)
#A9CDBF
(169,205,191)
#B4D4C8
(180,212,200)
#BFDBD1
(191,219,209)
#CAE2DA
(202,226,218)
#D5E9E3
(213,233,227)
#E0F0EC
(224,240,236)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB19B color. Also use rgb(125,177,155) instead hex code.

Text Font Color

.myTextColor { color: #7DB19B; }

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

This text font color is #7DB19B.


Background Color

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

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

This div background color is #7DB19B.


Border color

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

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

This div border color is #7DB19B.


Opacity

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

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

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

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

This text has shadow with #7DB19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB19B on black background.


Color preview on white background

This text has color #7DB19B on white background.



Black color preview on #7DB19B background

This text has black color on #7DB19B background.


White color preview on #7DB19B background

This text has white color on #7DB19B background.