COLOR #99EFA6

HEX: #99EFA6
RGB: (153,239,166)

Renk bilgisi

#99EFA6 contains mainly green color. #99EFA6 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#99EFA6 color RGB value is (153,239,166).

  • kırmız ton 153;
  • yeşil ton 239;
  • mavi ton 166.
RGB:
(153,239,166)
(60%,94%,65%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 239 of 255 = 94%
B 166 of 255 = 65%

153
239
166

R + G + B ~ 73%. #99EFA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 239 + 166 = 558 (100%)
R 153 of 558 ~ 27.42%
G 239 of 558 ~ 42.83%
B 166 of 558 ~ 29.75%

%27.42
%42.83
%29.75

CMYK RENK MODELİ

#99EFA6 rengi CMYK tonu (36,0,31,6).

  • camgöbeği tonu 35.98%
  • eflatun tonu 0.00%
  • sarı tonu 30.54%
  • ana renk tonu 6.27%
CMYK:
(36,0,31,6)
C36M0Y31K6 
(36%,0%,31%,6%)
(0.36/0.00/0.31/0.06)	

CMYK yüzdeleri

%35.98
%0
%30.54
%6.27

Codes

Color #99EFA6 in popluar color models

99EFA6
RGB153239166
HSL129°72.88%76.86%
HSB/HSV129°35.98%93.73%
CMYK35.98%0.00%30.54%
6.27%

Color #99EFA6 in popluar number systems.

HEX99EFA6
Decimal153239166
Binary100110011110111110100110
Octal231357246

Shades and tints

Shades of #99EFA6

#99EFA6
(153,239,166)
#8CDA97
(140,218,151)
#7FC588
(127,197,136)
#72B079
(114,176,121)
#659B6A
(101,155,106)
#58865B
(88,134,91)
#4B714C
(75,113,76)
#3E5C3D
(62,92,61)
#31472E
(49,71,46)
#24321F
(36,50,31)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #99EFA6

#99EFA6
(153,239,166)
#A2F0AE
(162,240,174)
#ABF1B6
(171,241,182)
#B4F2BE
(180,242,190)
#BDF3C6
(189,243,198)
#C6F4CE
(198,244,206)
#CFF5D6
(207,245,214)
#D8F6DE
(216,246,222)
#E1F7E6
(225,247,230)
#EAF8EE
(234,248,238)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EFA6 color. Also use rgb(153,239,166) instead hex code.

Text Font Color

.myTextColor { color: #99EFA6; }

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

This text font color is #99EFA6.


Background Color

.myBgColor { background-color: #99EFA6; }

<div style="background-color:#99EFA6">Inner text</div>

This div background color is #99EFA6.


Border color

.myBorderColor { border: 1px solid #99EFA6; }

<div style="border:3px solid #99EFA6">Div</div>

This div border color is #99EFA6.


Opacity

.myOpacity80 { color: #99EFA6; opacity: 0.8; }

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

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

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

This text has shadow with #99EFA6 color.

.textShadow {text-shadow: 3px 3px 1px #99EFA6, 3px 3px 1px red;}

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

This text has shadow with #99EFA6 primary color and red secondary color.


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

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

This text has shadow with #99EFA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EFA6 on black background.


Color preview on white background

This text has color #99EFA6 on white background.



Black color preview on #99EFA6 background

This text has black color on #99EFA6 background.


White color preview on #99EFA6 background

This text has white color on #99EFA6 background.