COLOR #ADE0C3

HEX: #ADE0C3
RGB: (173,224,195)

Color info

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

RGB color model

#ADE0C3 color RGB value is (173,224,195).

  • red value is 173;
  • green value is 224;
  • blue value is 195.
RGB:
(173,224,195)
(68%,88%,76%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 195 of 255 = 76%

173
224
195

R + G + B ~ 77%. #ADE0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 224 + 195 = 592 (100%)
R 173 of 592 ~ 29.22%
G 224 of 592 ~ 37.84%
B 195 of 592 ~ 32.94%

%29.22
%37.84
%32.94

CMYK color model

#ADE0C3 color CMYK value is (23,0,13,12).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 12.95%
  • key color value is 12.16%
CMYK:
(23,0,13,12)
C23M0Y13K12 
(23%,0%,13%,12%)
(0.23/0.00/0.13/0.12)	

CMYK percentages

%22.77
%0
%12.95
%12.16

Codes

Color #ADE0C3 in popluar color models

ADE0C3
RGB173224195
HSL146°45.13%77.84%
HSB/HSV146°22.77%87.84%
CMYK22.77%0.00%12.95%
12.16%

Color #ADE0C3 in popluar number systems.

HEXADE0C3
Decimal173224195
Binary101011011110000011000011
Octal255340303

Shades and tints

Shades of #ADE0C3

#ADE0C3
(173,224,195)
#9ECCB2
(158,204,178)
#8FB8A1
(143,184,161)
#80A490
(128,164,144)
#71907F
(113,144,127)
#627C6E
(98,124,110)
#53685D
(83,104,93)
#44544C
(68,84,76)
#35403B
(53,64,59)
#262C2A
(38,44,42)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADE0C3

#ADE0C3
(173,224,195)
#B4E2C8
(180,226,200)
#BBE4CD
(187,228,205)
#C2E6D2
(194,230,210)
#C9E8D7
(201,232,215)
#D0EADC
(208,234,220)
#D7ECE1
(215,236,225)
#DEEEE6
(222,238,230)
#E5F0EB
(229,240,235)
#ECF2F0
(236,242,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE0C3; }

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

This text font color is #ADE0C3.


Background Color

.myBgColor { background-color: #ADE0C3; }

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

This div background color is #ADE0C3.


Border color

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

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

This div border color is #ADE0C3.


Opacity

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

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

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

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

This text has shadow with #ADE0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE0C3 on black background.


Color preview on white background

This text has color #ADE0C3 on white background.



Black color preview on #ADE0C3 background

This text has black color on #ADE0C3 background.


White color preview on #ADE0C3 background

This text has white color on #ADE0C3 background.