COLOR #ADECCF

HEX: #ADECCF
RGB: (173,236,207)

Color info

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

RGB color model

#ADECCF color RGB value is (173,236,207).

  • red value is 173;
  • green value is 236;
  • blue value is 207.
RGB:
(173,236,207)
(68%,93%,81%)

RGB channels and saturation

R 173 of 255 = 68%
G 236 of 255 = 93%
B 207 of 255 = 81%

173
236
207

R + G + B ~ 81%. #ADECCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 236 + 207 = 616 (100%)
R 173 of 616 ~ 28.08%
G 236 of 616 ~ 38.31%
B 207 of 616 ~ 33.6%

%28.08
%38.31
%33.6

CMYK color model

#ADECCF color CMYK value is (27,0,12,7).

  • cyan value is 26.69%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 7.45%
CMYK:
(27,0,12,7)
C27M0Y12K7 
(27%,0%,12%,7%)
(0.27/0.00/0.12/0.07)	

CMYK percentages

%26.69
%0
%12.29
%7.45

Codes

Color #ADECCF in popluar color models

ADECCF
RGB173236207
HSL152°62.38%80.20%
HSB/HSV152°26.69%92.55%
CMYK26.69%0.00%12.29%
7.45%

Color #ADECCF in popluar number systems.

HEXADECCF
Decimal173236207
Binary101011011110110011001111
Octal255354317

Shades and tints

Shades of #ADECCF

#ADECCF
(173,236,207)
#9ED7BD
(158,215,189)
#8FC2AB
(143,194,171)
#80AD99
(128,173,153)
#719887
(113,152,135)
#628375
(98,131,117)
#536E63
(83,110,99)
#445951
(68,89,81)
#35443F
(53,68,63)
#262F2D
(38,47,45)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #ADECCF

#ADECCF
(173,236,207)
#B4EDD3
(180,237,211)
#BBEED7
(187,238,215)
#C2EFDB
(194,239,219)
#C9F0DF
(201,240,223)
#D0F1E3
(208,241,227)
#D7F2E7
(215,242,231)
#DEF3EB
(222,243,235)
#E5F4EF
(229,244,239)
#ECF5F3
(236,245,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADECCF; }

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

This text font color is #ADECCF.


Background Color

.myBgColor { background-color: #ADECCF; }

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

This div background color is #ADECCF.


Border color

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

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

This div border color is #ADECCF.


Opacity

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

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

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

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

This text has shadow with #ADECCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADECCF on black background.


Color preview on white background

This text has color #ADECCF on white background.



Black color preview on #ADECCF background

This text has black color on #ADECCF background.


White color preview on #ADECCF background

This text has white color on #ADECCF background.