COLOR #8DA599

HEX: #8DA599
RGB: (141,165,153)

Renk bilgisi

#8DA599 contains red, green and blue colors in about the same proportion. #8DA599 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#8DA599 color RGB value is (141,165,153).

  • kırmız ton 141;
  • yeşil ton 165;
  • mavi ton 153.
RGB:
(141,165,153)
(55%,65%,60%)

RGB bağlantıları ve doygunluk

R 141 of 255 = 55%
G 165 of 255 = 65%
B 153 of 255 = 60%

141
165
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
141 + 165 + 153 = 459 (100%)
R 141 of 459 ~ 30.72%
G 165 of 459 ~ 35.95%
B 153 of 459 ~ 33.33%

%30.72
%35.95
%33.33

CMYK RENK MODELİ

#8DA599 rengi CMYK tonu (15,0,7,35).

  • camgöbeği tonu 14.55%
  • eflatun tonu 0.00%
  • sarı tonu 7.27%
  • ana renk tonu 35.29%
CMYK:
(15,0,7,35)
C15M0Y7K35 
(15%,0%,7%,35%)
(0.15/0.00/0.07/0.35)	

CMYK yüzdeleri

%14.55
%0
%7.27
%35.29

Codes

Color #8DA599 in popluar color models

8DA599
RGB141165153
HSL150°11.76%60.00%
HSB/HSV150°14.55%64.71%
CMYK14.55%0.00%7.27%
35.29%

Color #8DA599 in popluar number systems.

HEX8DA599
Decimal141165153
Binary100011011010010110011001
Octal215245231

Shades and tints

Shades of #8DA599

#8DA599
(141,165,153)
#81968C
(129,150,140)
#75877F
(117,135,127)
#697872
(105,120,114)
#5D6965
(93,105,101)
#515A58
(81,90,88)
#454B4B
(69,75,75)
#393C3E
(57,60,62)
#2D2D31
(45,45,49)
#211E24
(33,30,36)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #8DA599

#8DA599
(141,165,153)
#97ADA2
(151,173,162)
#A1B5AB
(161,181,171)
#ABBDB4
(171,189,180)
#B5C5BD
(181,197,189)
#BFCDC6
(191,205,198)
#C9D5CF
(201,213,207)
#D3DDD8
(211,221,216)
#DDE5E1
(221,229,225)
#E7EDEA
(231,237,234)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA599 color. Also use rgb(141,165,153) instead hex code.

Text Font Color

.myTextColor { color: #8DA599; }

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

This text font color is #8DA599.


Background Color

.myBgColor { background-color: #8DA599; }

<div style="background-color:#8DA599">Inner text</div>

This div background color is #8DA599.


Border color

.myBorderColor { border: 1px solid #8DA599; }

<div style="border:3px solid #8DA599">Div</div>

This div border color is #8DA599.


Opacity

.myOpacity80 { color: #8DA599; opacity: 0.8; }

<p style="color:#8DA599;opacity:0.8;">80%</p>

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

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

This text has shadow with #8DA599 color.

.textShadow {text-shadow: 3px 3px 1px #8DA599, 3px 3px 1px red;}

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

This text has shadow with #8DA599 primary color and red secondary color.


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

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

This text has shadow with #8DA599 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA599 on black background.


Color preview on white background

This text has color #8DA599 on white background.



Black color preview on #8DA599 background

This text has black color on #8DA599 background.


White color preview on #8DA599 background

This text has white color on #8DA599 background.