COLOR #ADEB98

HEX: #ADEB98
RGB: (173,235,152)

Renk bilgisi

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

RGB renk modeli

#ADEB98 color RGB value is (173,235,152).

  • kırmız ton 173;
  • yeşil ton 235;
  • mavi ton 152.
RGB:
(173,235,152)
(68%,92%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 235 of 255 = 92%
B 152 of 255 = 60%

173
235
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 235 + 152 = 560 (100%)
R 173 of 560 ~ 30.89%
G 235 of 560 ~ 41.96%
B 152 of 560 ~ 27.14%

%30.89
%41.96
%27.14

CMYK RENK MODELİ

#ADEB98 rengi CMYK tonu (26,0,35,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 0.00%
  • sarı tonu 35.32%
  • ana renk tonu 7.84%
CMYK:
(26,0,35,8)
C26M0Y35K8 
(26%,0%,35%,8%)
(0.26/0.00/0.35/0.08)	

CMYK yüzdeleri

%26.38
%0
%35.32
%7.84

Codes

Color #ADEB98 in popluar color models

ADEB98
RGB173235152
HSL105°67.48%75.88%
HSB/HSV105°35.32%92.16%
CMYK26.38%0.00%35.32%
7.84%

Color #ADEB98 in popluar number systems.

HEXADEB98
Decimal173235152
Binary101011011110101110011000
Octal255353230

Shades and tints

Shades of #ADEB98

#ADEB98
(173,235,152)
#9ED68B
(158,214,139)
#8FC17E
(143,193,126)
#80AC71
(128,172,113)
#719764
(113,151,100)
#628257
(98,130,87)
#536D4A
(83,109,74)
#44583D
(68,88,61)
#354330
(53,67,48)
#262E23
(38,46,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADEB98

#ADEB98
(173,235,152)
#B4ECA1
(180,236,161)
#BBEDAA
(187,237,170)
#C2EEB3
(194,238,179)
#C9EFBC
(201,239,188)
#D0F0C5
(208,240,197)
#D7F1CE
(215,241,206)
#DEF2D7
(222,242,215)
#E5F3E0
(229,243,224)
#ECF4E9
(236,244,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEB98 color. Also use rgb(173,235,152) instead hex code.

Text Font Color

.myTextColor { color: #ADEB98; }

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

This text font color is #ADEB98.


Background Color

.myBgColor { background-color: #ADEB98; }

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

This div background color is #ADEB98.


Border color

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

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

This div border color is #ADEB98.


Opacity

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

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

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

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

This text has shadow with #ADEB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEB98 on black background.


Color preview on white background

This text has color #ADEB98 on white background.



Black color preview on #ADEB98 background

This text has black color on #ADEB98 background.


White color preview on #ADEB98 background

This text has white color on #ADEB98 background.