COLOR #ADE1CB

HEX: #ADE1CB
RGB: (173,225,203)

Color info

#ADE1CB contains red, green and blue colors in about the same proportion. Web safe color of #ADE1CB is #99CCCC (or #9CC).

RGB color model

#ADE1CB color RGB value is (173,225,203).

  • red value is 173;
  • green value is 225;
  • blue value is 203.
RGB:
(173,225,203)
(68%,88%,80%)

RGB channels and saturation

R 173 of 255 = 68%
G 225 of 255 = 88%
B 203 of 255 = 80%

173
225
203

R + G + B ~ 79%. #ADE1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 225 + 203 = 601 (100%)
R 173 of 601 ~ 28.79%
G 225 of 601 ~ 37.44%
B 203 of 601 ~ 33.78%

%28.79
%37.44
%33.78

CMYK color model

#ADE1CB color CMYK value is (23,0,10,12).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(23,0,10,12)
C23M0Y10K12 
(23%,0%,10%,12%)
(0.23/0.00/0.10/0.12)	

CMYK percentages

%23.11
%0
%9.78
%11.76

Codes

Color #ADE1CB in popluar color models

ADE1CB
RGB173225203
HSL155°46.43%78.04%
HSB/HSV155°23.11%88.24%
CMYK23.11%0.00%9.78%
11.76%

Color #ADE1CB in popluar number systems.

HEXADE1CB
Decimal173225203
Binary101011011110000111001011
Octal255341313

Shades and tints

Shades of #ADE1CB

#ADE1CB
(173,225,203)
#9ECDB9
(158,205,185)
#8FB9A7
(143,185,167)
#80A595
(128,165,149)
#719183
(113,145,131)
#627D71
(98,125,113)
#53695F
(83,105,95)
#44554D
(68,85,77)
#35413B
(53,65,59)
#262D29
(38,45,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADE1CB

#ADE1CB
(173,225,203)
#B4E3CF
(180,227,207)
#BBE5D3
(187,229,211)
#C2E7D7
(194,231,215)
#C9E9DB
(201,233,219)
#D0EBDF
(208,235,223)
#D7EDE3
(215,237,227)
#DEEFE7
(222,239,231)
#E5F1EB
(229,241,235)
#ECF3EF
(236,243,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1CB; }

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

This text font color is #ADE1CB.


Background Color

.myBgColor { background-color: #ADE1CB; }

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

This div background color is #ADE1CB.


Border color

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

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

This div border color is #ADE1CB.


Opacity

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

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

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

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

This text has shadow with #ADE1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1CB on black background.


Color preview on white background

This text has color #ADE1CB on white background.



Black color preview on #ADE1CB background

This text has black color on #ADE1CB background.


White color preview on #ADE1CB background

This text has white color on #ADE1CB background.