COLOR #ADCBCF

HEX: #ADCBCF
RGB: (173,203,207)

Color info

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

RGB color model

#ADCBCF color RGB value is (173,203,207).

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

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 207 of 255 = 81%

173
203
207

R + G + B ~ 76%. #ADCBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 203 + 207 = 583 (100%)
R 173 of 583 ~ 29.67%
G 203 of 583 ~ 34.82%
B 207 of 583 ~ 35.51%

%29.67
%34.82
%35.51

CMYK color model

#ADCBCF color CMYK value is (16,2,0,19).

  • cyan value is 16.43%
  • magenta value is 1.93%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,2,0,19)
C16M2Y0K19 
(16%,2%,0%,19%)
(0.16/0.02/0.00/0.19)	

CMYK percentages

%16.43
%1.93
%0
%18.82

Codes

Color #ADCBCF in popluar color models

ADCBCF
RGB173203207
HSL187°26.15%74.51%
HSB/HSV187°16.43%81.18%
CMYK16.43%1.93%0.00%
18.82%

Color #ADCBCF in popluar number systems.

HEXADCBCF
Decimal173203207
Binary101011011100101111001111
Octal255313317

Shades and tints

Shades of #ADCBCF

#ADCBCF
(173,203,207)
#9EB9BD
(158,185,189)
#8FA7AB
(143,167,171)
#809599
(128,149,153)
#718387
(113,131,135)
#627175
(98,113,117)
#535F63
(83,95,99)
#444D51
(68,77,81)
#353B3F
(53,59,63)
#26292D
(38,41,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #ADCBCF

#ADCBCF
(173,203,207)
#B4CFD3
(180,207,211)
#BBD3D7
(187,211,215)
#C2D7DB
(194,215,219)
#C9DBDF
(201,219,223)
#D0DFE3
(208,223,227)
#D7E3E7
(215,227,231)
#DEE7EB
(222,231,235)
#E5EBEF
(229,235,239)
#ECEFF3
(236,239,243)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCBCF; }

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

This text font color is #ADCBCF.


Background Color

.myBgColor { background-color: #ADCBCF; }

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

This div background color is #ADCBCF.


Border color

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

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

This div border color is #ADCBCF.


Opacity

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

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

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

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

This text has shadow with #ADCBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCBCF on black background.


Color preview on white background

This text has color #ADCBCF on white background.



Black color preview on #ADCBCF background

This text has black color on #ADCBCF background.


White color preview on #ADCBCF background

This text has white color on #ADCBCF background.