COLOR #ADEBEB

HEX: #ADEBEB RGB: (173,235,235)

Renk bilgisi

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

RGB renk modeli

#ADEBEB color RGB value is (173,235,235).

RGB: (173,235,235) (68%, 92%, 92%)

RGB bağlantıları ve doygunluk

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

173
235
235

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 235 + 235 = 643 (100%)
R 173 of 643 ~ 26.91%
G 235 of 643 ~ 36.55%
B 235 of 643 ~ 36.55'%

%26.91
%36.55
%36.55

CMYK RENK MODELİ

#ADEBEB rengi CMYK tonu (26,0,0,8).

  • camgöbeği tonu 26.38%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%

CMYK: (26,0,0,8)
C26M0Y0K8 (26%, 0%, 0%, 8%)
(0.26 / 0.00 / 0.00 / 0.08)

CMYK yüzdeleri

%26.38
%0
%0
%7.84

Codes

Color #ADEBEB in popluar color models

AD EB EB
RGB 173 235 235
HSL 180° 60.78% 80.00%
HSB/HSV 180° 26.38% 92.16%
CMYK 26.38% 0.00% 0.00%
7.84%

Color #ADEBEB in popluar number systems.

HEX AD EB EB
Decimal 173 235 235
Binary 10101101 11101011 11101011
Octal 255 353 353

Shades and tints

Shades of #ADEBEB

#ADEBEB
(173,235,235)
#9ED6D6
(158,214,214)
#8FC1C1
(143,193,193)
#80ACAC
(128,172,172)
#719797
(113,151,151)
#628282
(98,130,130)
#536D6D
(83,109,109)
#445858
(68,88,88)
#354343
(53,67,67)
#262E2E
(38,46,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADEBEB

#ADEBEB
(173,235,235)
#B4ECEC
(180,236,236)
#BBEDED
(187,237,237)
#C2EEEE
(194,238,238)
#C9EFEF
(201,239,239)
#D0F0F0
(208,240,240)
#D7F1F1
(215,241,241)
#DEF2F2
(222,242,242)
#E5F3F3
(229,243,243)
#ECF4F4
(236,244,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEBEB; }

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

This text font color is #ADEBEB.

Background Color

.myBgColor { background-color: #ADEBEB; }

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

This div background color is #ADEBEB.

Border color

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

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

This div border color is #ADEBEB.

Opacity

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

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

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

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

This text has shadow with #ADEBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEBEB.

Preview

Color preview on black background

This text has color #ADEBEB on black background.


Color preview on white background

This text has color #ADEBEB on white background.


Black color preview on #ADEBEB background

This text has black color on #ADEBEB background.


White color preview on #ADEBEB background

This text has white color on #ADEBEB background.


Related colors

Complementary color

Complementary color for #hex is #521414.


I love getcolorcode.com