COLOR #ADEBE9

HEX: #ADEBE9
RGB: (173,235,233)

Renk bilgisi

#ADEBE9 contains mainly green and blue colors. #ADEBE9 ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#ADEBE9 color RGB value is (173,235,233).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 235 of 255 = 92%
B 233 of 255 = 91%

173
235
233

R + G + B ~ 84%. #ADEBE9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 235 + 233 = 641 (100%)
R 173 of 641 ~ 26.99%
G 235 of 641 ~ 36.66%
B 233 of 641 ~ 36.35%

%26.99
%36.66
%36.35

CMYK RENK MODELİ

#ADEBE9 rengi CMYK tonu (26,0,1,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 0.00%
  • sarı tonu 0.85%
  • ana renk tonu 7.84%
CMYK:
(26,0,1,8)
C26M0Y1K8 
(26%,0%,1%,8%)
(0.26/0.00/0.01/0.08)	

CMYK yüzdeleri

%26.38
%0
%0.85
%7.84

Codes

Color #ADEBE9 in popluar color models

ADEBE9
RGB173235233
HSL178°60.78%80.00%
HSB/HSV178°26.38%92.16%
CMYK26.38%0.00%0.85%
7.84%

Color #ADEBE9 in popluar number systems.

HEXADEBE9
Decimal173235233
Binary101011011110101111101001
Octal255353351

Shades and tints

Shades of #ADEBE9

#ADEBE9
(173,235,233)
#9ED6D4
(158,214,212)
#8FC1BF
(143,193,191)
#80ACAA
(128,172,170)
#719795
(113,151,149)
#628280
(98,130,128)
#536D6B
(83,109,107)
#445856
(68,88,86)
#354341
(53,67,65)
#262E2C
(38,46,44)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADEBE9

#ADEBE9
(173,235,233)
#B4ECEB
(180,236,235)
#BBEDED
(187,237,237)
#C2EEEF
(194,238,239)
#C9EFF1
(201,239,241)
#D0F0F3
(208,240,243)
#D7F1F5
(215,241,245)
#DEF2F7
(222,242,247)
#E5F3F9
(229,243,249)
#ECF4FB
(236,244,251)
#F3F5FD
(243,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEBE9; }

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

This text font color is #ADEBE9.


Background Color

.myBgColor { background-color: #ADEBE9; }

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

This div background color is #ADEBE9.


Border color

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

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

This div border color is #ADEBE9.


Opacity

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

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

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

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

This text has shadow with #ADEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEBE9 on black background.


Color preview on white background

This text has color #ADEBE9 on white background.



Black color preview on #ADEBE9 background

This text has black color on #ADEBE9 background.


White color preview on #ADEBE9 background

This text has white color on #ADEBE9 background.