COLOR #ADF9B2

HEX: #ADF9B2
RGB: (173,249,178)

Renk bilgisi

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

RGB renk modeli

#ADF9B2 color RGB value is (173,249,178).

  • kırmız ton 173;
  • yeşil ton 249;
  • mavi ton 178.
RGB:
(173,249,178)
(68%,98%,70%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 249 of 255 = 98%
B 178 of 255 = 70%

173
249
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 249 + 178 = 600 (100%)
R 173 of 600 ~ 28.83%
G 249 of 600 ~ 41.5%
B 178 of 600 ~ 29.67%

%28.83
%41.5
%29.67

CMYK RENK MODELİ

#ADF9B2 rengi CMYK tonu (31,0,29,2).

  • camgöbeği tonu 30.52%
  • eflatun tonu 0.00%
  • sarı tonu 28.51%
  • ana renk tonu 2.35%
CMYK:
(31,0,29,2)
C31M0Y29K2 
(31%,0%,29%,2%)
(0.31/0.00/0.29/0.02)	

CMYK yüzdeleri

%30.52
%0
%28.51
%2.35

Codes

Color #ADF9B2 in popluar color models

ADF9B2
RGB173249178
HSL124°86.36%82.75%
HSB/HSV124°30.52%97.65%
CMYK30.52%0.00%28.51%
2.35%

Color #ADF9B2 in popluar number systems.

HEXADF9B2
Decimal173249178
Binary101011011111100110110010
Octal255371262

Shades and tints

Shades of #ADF9B2

#ADF9B2
(173,249,178)
#9EE3A2
(158,227,162)
#8FCD92
(143,205,146)
#80B782
(128,183,130)
#71A172
(113,161,114)
#628B62
(98,139,98)
#537552
(83,117,82)
#445F42
(68,95,66)
#354932
(53,73,50)
#263322
(38,51,34)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #ADF9B2

#ADF9B2
(173,249,178)
#B4F9B9
(180,249,185)
#BBF9C0
(187,249,192)
#C2F9C7
(194,249,199)
#C9F9CE
(201,249,206)
#D0F9D5
(208,249,213)
#D7F9DC
(215,249,220)
#DEF9E3
(222,249,227)
#E5F9EA
(229,249,234)
#ECF9F1
(236,249,241)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF9B2 color. Also use rgb(173,249,178) instead hex code.

Text Font Color

.myTextColor { color: #ADF9B2; }

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

This text font color is #ADF9B2.


Background Color

.myBgColor { background-color: #ADF9B2; }

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

This div background color is #ADF9B2.


Border color

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

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

This div border color is #ADF9B2.


Opacity

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

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

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

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

This text has shadow with #ADF9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF9B2 on black background.


Color preview on white background

This text has color #ADF9B2 on white background.



Black color preview on #ADF9B2 background

This text has black color on #ADF9B2 background.


White color preview on #ADF9B2 background

This text has white color on #ADF9B2 background.