COLOR #80D3A9

HEX: #80D3A9
RGB: (128,211,169)

Renk bilgisi

#80D3A9 contains mainly green and blue colors. #80D3A9 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80D3A9 color RGB value is (128,211,169).

  • kırmız ton 128;
  • yeşil ton 211;
  • mavi ton 169.
RGB:
(128,211,169)
(50%,83%,66%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 211 of 255 = 83%
B 169 of 255 = 66%

128
211
169

R + G + B ~ 66%. #80D3A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 211 + 169 = 508 (100%)
R 128 of 508 ~ 25.2%
G 211 of 508 ~ 41.54%
B 169 of 508 ~ 33.27%

%25.2
%41.54
%33.27

CMYK RENK MODELİ

#80D3A9 rengi CMYK tonu (39,0,20,17).

  • camgöbeği tonu 39.34%
  • eflatun tonu 0.00%
  • sarı tonu 19.91%
  • ana renk tonu 17.25%
CMYK:
(39,0,20,17)
C39M0Y20K17 
(39%,0%,20%,17%)
(0.39/0.00/0.20/0.17)	

CMYK yüzdeleri

%39.34
%0
%19.91
%17.25

Codes

Color #80D3A9 in popluar color models

80D3A9
RGB128211169
HSL150°48.54%66.47%
HSB/HSV150°39.34%82.75%
CMYK39.34%0.00%19.91%
17.25%

Color #80D3A9 in popluar number systems.

HEX80D3A9
Decimal128211169
Binary100000001101001110101001
Octal200323251

Shades and tints

Shades of #80D3A9

#80D3A9
(128,211,169)
#75C09A
(117,192,154)
#6AAD8B
(106,173,139)
#5F9A7C
(95,154,124)
#54876D
(84,135,109)
#49745E
(73,116,94)
#3E614F
(62,97,79)
#334E40
(51,78,64)
#283B31
(40,59,49)
#1D2822
(29,40,34)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80D3A9

#80D3A9
(128,211,169)
#8BD7B0
(139,215,176)
#96DBB7
(150,219,183)
#A1DFBE
(161,223,190)
#ACE3C5
(172,227,197)
#B7E7CC
(183,231,204)
#C2EBD3
(194,235,211)
#CDEFDA
(205,239,218)
#D8F3E1
(216,243,225)
#E3F7E8
(227,247,232)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D3A9 color. Also use rgb(128,211,169) instead hex code.

Text Font Color

.myTextColor { color: #80D3A9; }

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

This text font color is #80D3A9.


Background Color

.myBgColor { background-color: #80D3A9; }

<div style="background-color:#80D3A9">Inner text</div>

This div background color is #80D3A9.


Border color

.myBorderColor { border: 1px solid #80D3A9; }

<div style="border:3px solid #80D3A9">Div</div>

This div border color is #80D3A9.


Opacity

.myOpacity80 { color: #80D3A9; opacity: 0.8; }

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

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

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

This text has shadow with #80D3A9 color.

.textShadow {text-shadow: 3px 3px 1px #80D3A9, 3px 3px 1px red;}

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

This text has shadow with #80D3A9 primary color and red secondary color.


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

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

This text has shadow with #80D3A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D3A9 on black background.


Color preview on white background

This text has color #80D3A9 on white background.



Black color preview on #80D3A9 background

This text has black color on #80D3A9 background.


White color preview on #80D3A9 background

This text has white color on #80D3A9 background.