COLOR #ADFCB3

HEX: #ADFCB3
RGB: (173,252,179)

Renk bilgisi

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

RGB renk modeli

#ADFCB3 color RGB value is (173,252,179).

  • kırmız ton 173;
  • yeşil ton 252;
  • mavi ton 179.
RGB:
(173,252,179)
(68%,99%,70%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 252 of 255 = 99%
B 179 of 255 = 70%

173
252
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 252 + 179 = 604 (100%)
R 173 of 604 ~ 28.64%
G 252 of 604 ~ 41.72%
B 179 of 604 ~ 29.64%

%28.64
%41.72
%29.64

CMYK RENK MODELİ

#ADFCB3 rengi CMYK tonu (31,0,29,1).

  • camgöbeği tonu 31.35%
  • eflatun tonu 0.00%
  • sarı tonu 28.97%
  • ana renk tonu 1.18%
CMYK:
(31,0,29,1)
C31M0Y29K1 
(31%,0%,29%,1%)
(0.31/0.00/0.29/0.01)	

CMYK yüzdeleri

%31.35
%0
%28.97
%1.18

Codes

Color #ADFCB3 in popluar color models

ADFCB3
RGB173252179
HSL125°92.94%83.33%
HSB/HSV125°31.35%98.82%
CMYK31.35%0.00%28.97%
1.18%

Color #ADFCB3 in popluar number systems.

HEXADFCB3
Decimal173252179
Binary101011011111110010110011
Octal255374263

Shades and tints

Shades of #ADFCB3

#ADFCB3
(173,252,179)
#9EE6A3
(158,230,163)
#8FD093
(143,208,147)
#80BA83
(128,186,131)
#71A473
(113,164,115)
#628E63
(98,142,99)
#537853
(83,120,83)
#446243
(68,98,67)
#354C33
(53,76,51)
#263623
(38,54,35)
#172013
(23,32,19)
#000000
(0,0,0)

Tints of #ADFCB3

#ADFCB3
(173,252,179)
#B4FCB9
(180,252,185)
#BBFCBF
(187,252,191)
#C2FCC5
(194,252,197)
#C9FCCB
(201,252,203)
#D0FCD1
(208,252,209)
#D7FCD7
(215,252,215)
#DEFCDD
(222,252,221)
#E5FCE3
(229,252,227)
#ECFCE9
(236,252,233)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFCB3 color. Also use rgb(173,252,179) instead hex code.

Text Font Color

.myTextColor { color: #ADFCB3; }

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

This text font color is #ADFCB3.


Background Color

.myBgColor { background-color: #ADFCB3; }

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

This div background color is #ADFCB3.


Border color

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

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

This div border color is #ADFCB3.


Opacity

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

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

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

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

This text has shadow with #ADFCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFCB3 on black background.


Color preview on white background

This text has color #ADFCB3 on white background.



Black color preview on #ADFCB3 background

This text has black color on #ADFCB3 background.


White color preview on #ADFCB3 background

This text has white color on #ADFCB3 background.