COLOR #ADEDB5

HEX: #ADEDB5
RGB: (173,237,181)

Renk bilgisi

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

RGB renk modeli

#ADEDB5 color RGB value is (173,237,181).

  • kırmız ton 173;
  • yeşil ton 237;
  • mavi ton 181.
RGB:
(173,237,181)
(68%,93%,71%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 237 of 255 = 93%
B 181 of 255 = 71%

173
237
181

R + G + B ~ 77%. #ADEDB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 237 + 181 = 591 (100%)
R 173 of 591 ~ 29.27%
G 237 of 591 ~ 40.1%
B 181 of 591 ~ 30.63%

%29.27
%40.1
%30.63

CMYK RENK MODELİ

#ADEDB5 rengi CMYK tonu (27,0,24,7).

  • camgöbeği tonu 27.00%
  • eflatun tonu 0.00%
  • sarı tonu 23.63%
  • ana renk tonu 7.06%
CMYK:
(27,0,24,7)
C27M0Y24K7 
(27%,0%,24%,7%)
(0.27/0.00/0.24/0.07)	

CMYK yüzdeleri

%27
%0
%23.63
%7.06

Codes

Color #ADEDB5 in popluar color models

ADEDB5
RGB173237181
HSL128°64.00%80.39%
HSB/HSV128°27.00%92.94%
CMYK27.00%0.00%23.63%
7.06%

Color #ADEDB5 in popluar number systems.

HEXADEDB5
Decimal173237181
Binary101011011110110110110101
Octal255355265

Shades and tints

Shades of #ADEDB5

#ADEDB5
(173,237,181)
#9ED8A5
(158,216,165)
#8FC395
(143,195,149)
#80AE85
(128,174,133)
#719975
(113,153,117)
#628465
(98,132,101)
#536F55
(83,111,85)
#445A45
(68,90,69)
#354535
(53,69,53)
#263025
(38,48,37)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADEDB5

#ADEDB5
(173,237,181)
#B4EEBB
(180,238,187)
#BBEFC1
(187,239,193)
#C2F0C7
(194,240,199)
#C9F1CD
(201,241,205)
#D0F2D3
(208,242,211)
#D7F3D9
(215,243,217)
#DEF4DF
(222,244,223)
#E5F5E5
(229,245,229)
#ECF6EB
(236,246,235)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEDB5 color. Also use rgb(173,237,181) instead hex code.

Text Font Color

.myTextColor { color: #ADEDB5; }

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

This text font color is #ADEDB5.


Background Color

.myBgColor { background-color: #ADEDB5; }

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

This div background color is #ADEDB5.


Border color

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

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

This div border color is #ADEDB5.


Opacity

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

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

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

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

This text has shadow with #ADEDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEDB5 on black background.


Color preview on white background

This text has color #ADEDB5 on white background.



Black color preview on #ADEDB5 background

This text has black color on #ADEDB5 background.


White color preview on #ADEDB5 background

This text has white color on #ADEDB5 background.