COLOR #ADF8B5

HEX: #ADF8B5
RGB: (173,248,181)

Renk bilgisi

#ADF8B5 contains mainly green color. #ADF8B5 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADF8B5 color RGB value is (173,248,181).

  • kırmız ton 173;
  • yeşil ton 248;
  • mavi ton 181.
RGB:
(173,248,181)
(68%,97%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 248 of 255 = 97%
B 181 of 255 = 71%

173
248
181

R + G + B ~ 79%. #ADF8B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 248 + 181 = 602 (100%)
R 173 of 602 ~ 28.74%
G 248 of 602 ~ 41.2%
B 181 of 602 ~ 30.07%

%28.74
%41.2
%30.07

CMYK RENK MODELİ

#ADF8B5 rengi CMYK tonu (30,0,27,3).

  • camgöbeği tonu 30.24%
  • eflatun tonu 0.00%
  • sarı tonu 27.02%
  • ana renk tonu 2.75%
CMYK:
(30,0,27,3)
C30M0Y27K3 
(30%,0%,27%,3%)
(0.30/0.00/0.27/0.03)	

CMYK yüzdeleri

%30.24
%0
%27.02
%2.75

Codes

Color #ADF8B5 in popluar color models

ADF8B5
RGB173248181
HSL126°84.27%82.55%
HSB/HSV126°30.24%97.25%
CMYK30.24%0.00%27.02%
2.75%

Color #ADF8B5 in popluar number systems.

HEXADF8B5
Decimal173248181
Binary101011011111100010110101
Octal255370265

Shades and tints

Shades of #ADF8B5

#ADF8B5
(173,248,181)
#9EE2A5
(158,226,165)
#8FCC95
(143,204,149)
#80B685
(128,182,133)
#71A075
(113,160,117)
#628A65
(98,138,101)
#537455
(83,116,85)
#445E45
(68,94,69)
#354835
(53,72,53)
#263225
(38,50,37)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #ADF8B5

#ADF8B5
(173,248,181)
#B4F8BB
(180,248,187)
#BBF8C1
(187,248,193)
#C2F8C7
(194,248,199)
#C9F8CD
(201,248,205)
#D0F8D3
(208,248,211)
#D7F8D9
(215,248,217)
#DEF8DF
(222,248,223)
#E5F8E5
(229,248,229)
#ECF8EB
(236,248,235)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF8B5 color. Also use rgb(173,248,181) instead hex code.

Text Font Color

.myTextColor { color: #ADF8B5; }

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

This text font color is #ADF8B5.


Background Color

.myBgColor { background-color: #ADF8B5; }

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

This div background color is #ADF8B5.


Border color

.myBorderColor { border: 1px solid #ADF8B5; }

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

This div border color is #ADF8B5.


Opacity

.myOpacity80 { color: #ADF8B5; opacity: 0.8; }

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

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

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

This text has shadow with #ADF8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF8B5 on black background.


Color preview on white background

This text has color #ADF8B5 on white background.



Black color preview on #ADF8B5 background

This text has black color on #ADF8B5 background.


White color preview on #ADF8B5 background

This text has white color on #ADF8B5 background.