COLOR #84CE99

HEX: #84CE99
RGB: (132,206,153)

Renk bilgisi

#84CE99 contains mainly green and blue colors. #84CE99 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84CE99 color RGB value is (132,206,153).

  • kırmız ton 132;
  • yeşil ton 206;
  • mavi ton 153.
RGB:
(132,206,153)
(52%,81%,60%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 206 of 255 = 81%
B 153 of 255 = 60%

132
206
153

R + G + B ~ 64%. #84CE99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 206 + 153 = 491 (100%)
R 132 of 491 ~ 26.88%
G 206 of 491 ~ 41.96%
B 153 of 491 ~ 31.16%

%26.88
%41.96
%31.16

CMYK RENK MODELİ

#84CE99 rengi CMYK tonu (36,0,26,19).

  • camgöbeği tonu 35.92%
  • eflatun tonu 0.00%
  • sarı tonu 25.73%
  • ana renk tonu 19.22%
CMYK:
(36,0,26,19)
C36M0Y26K19 
(36%,0%,26%,19%)
(0.36/0.00/0.26/0.19)	

CMYK yüzdeleri

%35.92
%0
%25.73
%19.22

Codes

Color #84CE99 in popluar color models

84CE99
RGB132206153
HSL137°43.02%66.27%
HSB/HSV137°35.92%80.78%
CMYK35.92%0.00%25.73%
19.22%

Color #84CE99 in popluar number systems.

HEX84CE99
Decimal132206153
Binary100001001100111010011001
Octal204316231

Shades and tints

Shades of #84CE99

#84CE99
(132,206,153)
#78BC8C
(120,188,140)
#6CAA7F
(108,170,127)
#609872
(96,152,114)
#548665
(84,134,101)
#487458
(72,116,88)
#3C624B
(60,98,75)
#30503E
(48,80,62)
#243E31
(36,62,49)
#182C24
(24,44,36)
#0C1A17
(12,26,23)
#000000
(0,0,0)

Tints of #84CE99

#84CE99
(132,206,153)
#8FD2A2
(143,210,162)
#9AD6AB
(154,214,171)
#A5DAB4
(165,218,180)
#B0DEBD
(176,222,189)
#BBE2C6
(187,226,198)
#C6E6CF
(198,230,207)
#D1EAD8
(209,234,216)
#DCEEE1
(220,238,225)
#E7F2EA
(231,242,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CE99 color. Also use rgb(132,206,153) instead hex code.

Text Font Color

.myTextColor { color: #84CE99; }

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

This text font color is #84CE99.


Background Color

.myBgColor { background-color: #84CE99; }

<div style="background-color:#84CE99">Inner text</div>

This div background color is #84CE99.


Border color

.myBorderColor { border: 1px solid #84CE99; }

<div style="border:3px solid #84CE99">Div</div>

This div border color is #84CE99.


Opacity

.myOpacity80 { color: #84CE99; opacity: 0.8; }

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

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

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

This text has shadow with #84CE99 color.

.textShadow {text-shadow: 3px 3px 1px #84CE99, 3px 3px 1px red;}

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

This text has shadow with #84CE99 primary color and red secondary color.


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

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

This text has shadow with #84CE99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CE99 on black background.


Color preview on white background

This text has color #84CE99 on white background.



Black color preview on #84CE99 background

This text has black color on #84CE99 background.


White color preview on #84CE99 background

This text has white color on #84CE99 background.