COLOR #7DB584

HEX: #7DB584
RGB: (125,181,132)

Renk bilgisi

#7DB584 contains red, green and blue colors in about the same proportion. #7DB584 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7DB584 color RGB value is (125,181,132).

  • kırmız ton 125;
  • yeşil ton 181;
  • mavi ton 132.
RGB:
(125,181,132)
(49%,71%,52%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 181 of 255 = 71%
B 132 of 255 = 52%

125
181
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 181 + 132 = 438 (100%)
R 125 of 438 ~ 28.54%
G 181 of 438 ~ 41.32%
B 132 of 438 ~ 30.14%

%28.54
%41.32
%30.14

CMYK RENK MODELİ

#7DB584 rengi CMYK tonu (31,0,27,29).

  • camgöbeği tonu 30.94%
  • eflatun tonu 0.00%
  • sarı tonu 27.07%
  • ana renk tonu 29.02%
CMYK:
(31,0,27,29)
C31M0Y27K29 
(31%,0%,27%,29%)
(0.31/0.00/0.27/0.29)	

CMYK yüzdeleri

%30.94
%0
%27.07
%29.02

Codes

Color #7DB584 in popluar color models

7DB584
RGB125181132
HSL128°27.45%60.00%
HSB/HSV128°30.94%70.98%
CMYK30.94%0.00%27.07%
29.02%

Color #7DB584 in popluar number systems.

HEX7DB584
Decimal125181132
Binary11111011011010110000100
Octal175265204

Shades and tints

Shades of #7DB584

#7DB584
(125,181,132)
#72A578
(114,165,120)
#67956C
(103,149,108)
#5C8560
(92,133,96)
#517554
(81,117,84)
#466548
(70,101,72)
#3B553C
(59,85,60)
#304530
(48,69,48)
#253524
(37,53,36)
#1A2518
(26,37,24)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #7DB584

#7DB584
(125,181,132)
#88BB8F
(136,187,143)
#93C19A
(147,193,154)
#9EC7A5
(158,199,165)
#A9CDB0
(169,205,176)
#B4D3BB
(180,211,187)
#BFD9C6
(191,217,198)
#CADFD1
(202,223,209)
#D5E5DC
(213,229,220)
#E0EBE7
(224,235,231)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB584 color. Also use rgb(125,181,132) instead hex code.

Text Font Color

.myTextColor { color: #7DB584; }

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

This text font color is #7DB584.


Background Color

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

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

This div background color is #7DB584.


Border color

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

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

This div border color is #7DB584.


Opacity

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

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

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

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

This text has shadow with #7DB584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB584 on black background.


Color preview on white background

This text has color #7DB584 on white background.



Black color preview on #7DB584 background

This text has black color on #7DB584 background.


White color preview on #7DB584 background

This text has white color on #7DB584 background.