COLOR #ADEBC9

HEX: #ADEBC9
RGB: (173,235,201)

Renk bilgisi

#ADEBC9 contains mainly green and blue colors. #ADEBC9 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ADEBC9 color RGB value is (173,235,201).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 235 of 255 = 92%
B 201 of 255 = 79%

173
235
201

R + G + B ~ 80%. #ADEBC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 235 + 201 = 609 (100%)
R 173 of 609 ~ 28.41%
G 235 of 609 ~ 38.59%
B 201 of 609 ~ 33%

%28.41
%38.59
%33

CMYK RENK MODELİ

#ADEBC9 rengi CMYK tonu (26,0,14,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 0.00%
  • sarı tonu 14.47%
  • ana renk tonu 7.84%
CMYK:
(26,0,14,8)
C26M0Y14K8 
(26%,0%,14%,8%)
(0.26/0.00/0.14/0.08)	

CMYK yüzdeleri

%26.38
%0
%14.47
%7.84

Codes

Color #ADEBC9 in popluar color models

ADEBC9
RGB173235201
HSL147°60.78%80.00%
HSB/HSV147°26.38%92.16%
CMYK26.38%0.00%14.47%
7.84%

Color #ADEBC9 in popluar number systems.

HEXADEBC9
Decimal173235201
Binary101011011110101111001001
Octal255353311

Shades and tints

Shades of #ADEBC9

#ADEBC9
(173,235,201)
#9ED6B7
(158,214,183)
#8FC1A5
(143,193,165)
#80AC93
(128,172,147)
#719781
(113,151,129)
#62826F
(98,130,111)
#536D5D
(83,109,93)
#44584B
(68,88,75)
#354339
(53,67,57)
#262E27
(38,46,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADEBC9

#ADEBC9
(173,235,201)
#B4ECCD
(180,236,205)
#BBEDD1
(187,237,209)
#C2EED5
(194,238,213)
#C9EFD9
(201,239,217)
#D0F0DD
(208,240,221)
#D7F1E1
(215,241,225)
#DEF2E5
(222,242,229)
#E5F3E9
(229,243,233)
#ECF4ED
(236,244,237)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEBC9; }

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

This text font color is #ADEBC9.


Background Color

.myBgColor { background-color: #ADEBC9; }

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

This div background color is #ADEBC9.


Border color

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

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

This div border color is #ADEBC9.


Opacity

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

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

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

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

This text has shadow with #ADEBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEBC9 on black background.


Color preview on white background

This text has color #ADEBC9 on white background.



Black color preview on #ADEBC9 background

This text has black color on #ADEBC9 background.


White color preview on #ADEBC9 background

This text has white color on #ADEBC9 background.