COLOR #ADEADF

HEX: #ADEADF
RGB: (173,234,223)

Color info

#ADEADF contains mainly green and blue colors. Web safe color of #ADEADF is #99FFCC (or #9FC).

RGB color model

#ADEADF color RGB value is (173,234,223).

  • red value is 173;
  • green value is 234;
  • blue value is 223.
RGB:
(173,234,223)
(68%,92%,87%)

RGB channels and saturation

R 173 of 255 = 68%
G 234 of 255 = 92%
B 223 of 255 = 87%

173
234
223

R + G + B ~ 82%. #ADEADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 234 + 223 = 630 (100%)
R 173 of 630 ~ 27.46%
G 234 of 630 ~ 37.14%
B 223 of 630 ~ 35.4%

%27.46
%37.14
%35.4

CMYK color model

#ADEADF color CMYK value is (26,0,5,8).

  • cyan value is 26.07%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK:
(26,0,5,8)
C26M0Y5K8 
(26%,0%,5%,8%)
(0.26/0.00/0.05/0.08)	

CMYK percentages

%26.07
%0
%4.7
%8.24

Codes

Color #ADEADF in popluar color models

ADEADF
RGB173234223
HSL169°59.22%79.80%
HSB/HSV169°26.07%91.76%
CMYK26.07%0.00%4.70%
8.24%

Color #ADEADF in popluar number systems.

HEXADEADF
Decimal173234223
Binary101011011110101011011111
Octal255352337

Shades and tints

Shades of #ADEADF

#ADEADF
(173,234,223)
#9ED5CB
(158,213,203)
#8FC0B7
(143,192,183)
#80ABA3
(128,171,163)
#71968F
(113,150,143)
#62817B
(98,129,123)
#536C67
(83,108,103)
#445753
(68,87,83)
#35423F
(53,66,63)
#262D2B
(38,45,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADEADF

#ADEADF
(173,234,223)
#B4EBE1
(180,235,225)
#BBECE3
(187,236,227)
#C2EDE5
(194,237,229)
#C9EEE7
(201,238,231)
#D0EFE9
(208,239,233)
#D7F0EB
(215,240,235)
#DEF1ED
(222,241,237)
#E5F2EF
(229,242,239)
#ECF3F1
(236,243,241)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEADF; }

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

This text font color is #ADEADF.


Background Color

.myBgColor { background-color: #ADEADF; }

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

This div background color is #ADEADF.


Border color

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

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

This div border color is #ADEADF.


Opacity

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

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

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

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

This text has shadow with #ADEADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEADF on black background.


Color preview on white background

This text has color #ADEADF on white background.



Black color preview on #ADEADF background

This text has black color on #ADEADF background.


White color preview on #ADEADF background

This text has white color on #ADEADF background.