COLOR #ADEEEE

HEX: #ADEEEE
RGB: (173,238,238)

Renk bilgisi

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

RGB renk modeli

#ADEEEE color RGB value is (173,238,238).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 238 of 255 = 93%
B 238 of 255 = 93%

173
238
238

R + G + B ~ 85%. #ADEEEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 238 + 238 = 649 (100%)
R 173 of 649 ~ 26.66%
G 238 of 649 ~ 36.67%
B 238 of 649 ~ 36.67%

%26.66
%36.67
%36.67

CMYK RENK MODELİ

#ADEEEE rengi CMYK tonu (27,0,0,7).

  • camgöbeği tonu 27.31%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(27,0,0,7)
C27M0Y0K7 
(27%,0%,0%,7%)
(0.27/0.00/0.00/0.07)	

CMYK yüzdeleri

%27.31
%0
%0
%6.67

Codes

Color #ADEEEE in popluar color models

ADEEEE
RGB173238238
HSL180°65.66%80.59%
HSB/HSV180°27.31%93.33%
CMYK27.31%0.00%0.00%
6.67%

Color #ADEEEE in popluar number systems.

HEXADEEEE
Decimal173238238
Binary101011011110111011101110
Octal255356356

Shades and tints

Shades of #ADEEEE

#ADEEEE
(173,238,238)
#9ED9D9
(158,217,217)
#8FC4C4
(143,196,196)
#80AFAF
(128,175,175)
#719A9A
(113,154,154)
#628585
(98,133,133)
#537070
(83,112,112)
#445B5B
(68,91,91)
#354646
(53,70,70)
#263131
(38,49,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #ADEEEE

#ADEEEE
(173,238,238)
#B4EFEF
(180,239,239)
#BBF0F0
(187,240,240)
#C2F1F1
(194,241,241)
#C9F2F2
(201,242,242)
#D0F3F3
(208,243,243)
#D7F4F4
(215,244,244)
#DEF5F5
(222,245,245)
#E5F6F6
(229,246,246)
#ECF7F7
(236,247,247)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEEEE; }

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

This text font color is #ADEEEE.


Background Color

.myBgColor { background-color: #ADEEEE; }

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

This div background color is #ADEEEE.


Border color

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

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

This div border color is #ADEEEE.


Opacity

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

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

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

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

This text has shadow with #ADEEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEEEE on black background.


Color preview on white background

This text has color #ADEEEE on white background.



Black color preview on #ADEEEE background

This text has black color on #ADEEEE background.


White color preview on #ADEEEE background

This text has white color on #ADEEEE background.