COLOR #7DB289

HEX: #7DB289
RGB: (125,178,137)

Renk bilgisi

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

RGB renk modeli

#7DB289 color RGB value is (125,178,137).

  • kırmız ton 125;
  • yeşil ton 178;
  • mavi ton 137.
RGB:
(125,178,137)
(49%,70%,54%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 178 of 255 = 70%
B 137 of 255 = 54%

125
178
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 178 + 137 = 440 (100%)
R 125 of 440 ~ 28.41%
G 178 of 440 ~ 40.45%
B 137 of 440 ~ 31.14%

%28.41
%40.45
%31.14

CMYK RENK MODELİ

#7DB289 rengi CMYK tonu (30,0,23,30).

  • camgöbeği tonu 29.78%
  • eflatun tonu 0.00%
  • sarı tonu 23.03%
  • ana renk tonu 30.20%
CMYK:
(30,0,23,30)
C30M0Y23K30 
(30%,0%,23%,30%)
(0.30/0.00/0.23/0.30)	

CMYK yüzdeleri

%29.78
%0
%23.03
%30.2

Codes

Color #7DB289 in popluar color models

7DB289
RGB125178137
HSL134°25.60%59.41%
HSB/HSV134°29.78%69.80%
CMYK29.78%0.00%23.03%
30.20%

Color #7DB289 in popluar number systems.

HEX7DB289
Decimal125178137
Binary11111011011001010001001
Octal175262211

Shades and tints

Shades of #7DB289

#7DB289
(125,178,137)
#72A27D
(114,162,125)
#679271
(103,146,113)
#5C8265
(92,130,101)
#517259
(81,114,89)
#46624D
(70,98,77)
#3B5241
(59,82,65)
#304235
(48,66,53)
#253229
(37,50,41)
#1A221D
(26,34,29)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7DB289

#7DB289
(125,178,137)
#88B993
(136,185,147)
#93C09D
(147,192,157)
#9EC7A7
(158,199,167)
#A9CEB1
(169,206,177)
#B4D5BB
(180,213,187)
#BFDCC5
(191,220,197)
#CAE3CF
(202,227,207)
#D5EAD9
(213,234,217)
#E0F1E3
(224,241,227)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB289 color. Also use rgb(125,178,137) instead hex code.

Text Font Color

.myTextColor { color: #7DB289; }

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

This text font color is #7DB289.


Background Color

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

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

This div background color is #7DB289.


Border color

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

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

This div border color is #7DB289.


Opacity

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

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

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

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

This text has shadow with #7DB289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB289 on black background.


Color preview on white background

This text has color #7DB289 on white background.



Black color preview on #7DB289 background

This text has black color on #7DB289 background.


White color preview on #7DB289 background

This text has white color on #7DB289 background.