COLOR #ADE3A3

HEX: #ADE3A3
RGB: (173,227,163)

Renk bilgisi

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

RGB renk modeli

#ADE3A3 color RGB value is (173,227,163).

  • kırmız ton 173;
  • yeşil ton 227;
  • mavi ton 163.
RGB:
(173,227,163)
(68%,89%,64%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 227 of 255 = 89%
B 163 of 255 = 64%

173
227
163

R + G + B ~ 74%. #ADE3A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 227 + 163 = 563 (100%)
R 173 of 563 ~ 30.73%
G 227 of 563 ~ 40.32%
B 163 of 563 ~ 28.95%

%30.73
%40.32
%28.95

CMYK RENK MODELİ

#ADE3A3 rengi CMYK tonu (24,0,28,11).

  • camgöbeği tonu 23.79%
  • eflatun tonu 0.00%
  • sarı tonu 28.19%
  • ana renk tonu 10.98%
CMYK:
(24,0,28,11)
C24M0Y28K11 
(24%,0%,28%,11%)
(0.24/0.00/0.28/0.11)	

CMYK yüzdeleri

%23.79
%0
%28.19
%10.98

Codes

Color #ADE3A3 in popluar color models

ADE3A3
RGB173227163
HSL111°53.33%76.47%
HSB/HSV111°28.19%89.02%
CMYK23.79%0.00%28.19%
10.98%

Color #ADE3A3 in popluar number systems.

HEXADE3A3
Decimal173227163
Binary101011011110001110100011
Octal255343243

Shades and tints

Shades of #ADE3A3

#ADE3A3
(173,227,163)
#9ECF95
(158,207,149)
#8FBB87
(143,187,135)
#80A779
(128,167,121)
#71936B
(113,147,107)
#627F5D
(98,127,93)
#536B4F
(83,107,79)
#445741
(68,87,65)
#354333
(53,67,51)
#262F25
(38,47,37)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #ADE3A3

#ADE3A3
(173,227,163)
#B4E5AB
(180,229,171)
#BBE7B3
(187,231,179)
#C2E9BB
(194,233,187)
#C9EBC3
(201,235,195)
#D0EDCB
(208,237,203)
#D7EFD3
(215,239,211)
#DEF1DB
(222,241,219)
#E5F3E3
(229,243,227)
#ECF5EB
(236,245,235)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE3A3 color. Also use rgb(173,227,163) instead hex code.

Text Font Color

.myTextColor { color: #ADE3A3; }

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

This text font color is #ADE3A3.


Background Color

.myBgColor { background-color: #ADE3A3; }

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

This div background color is #ADE3A3.


Border color

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

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

This div border color is #ADE3A3.


Opacity

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

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

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

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

This text has shadow with #ADE3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3A3 on black background.


Color preview on white background

This text has color #ADE3A3 on white background.



Black color preview on #ADE3A3 background

This text has black color on #ADE3A3 background.


White color preview on #ADE3A3 background

This text has white color on #ADE3A3 background.