COLOR #ADCFC7

HEX: #ADCFC7
RGB: (173,207,199)

Color info

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

RGB color model

#ADCFC7 color RGB value is (173,207,199).

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

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 199 of 255 = 78%

173
207
199

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

Portions of RGB colors in percentages

R + G + B =
173 + 207 + 199 = 579 (100%)
R 173 of 579 ~ 29.88%
G 207 of 579 ~ 35.75%
B 199 of 579 ~ 34.37%

%29.88
%35.75
%34.37

CMYK color model

#ADCFC7 color CMYK value is (16,0,4,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 18.82%
CMYK:
(16,0,4,19)
C16M0Y4K19 
(16%,0%,4%,19%)
(0.16/0.00/0.04/0.19)	

CMYK percentages

%16.43
%0
%3.86
%18.82

Codes

Color #ADCFC7 in popluar color models

ADCFC7
RGB173207199
HSL166°26.15%74.51%
HSB/HSV166°16.43%81.18%
CMYK16.43%0.00%3.86%
18.82%

Color #ADCFC7 in popluar number systems.

HEXADCFC7
Decimal173207199
Binary101011011100111111000111
Octal255317307

Shades and tints

Shades of #ADCFC7

#ADCFC7
(173,207,199)
#9EBDB5
(158,189,181)
#8FABA3
(143,171,163)
#809991
(128,153,145)
#71877F
(113,135,127)
#62756D
(98,117,109)
#53635B
(83,99,91)
#445149
(68,81,73)
#353F37
(53,63,55)
#262D25
(38,45,37)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADCFC7

#ADCFC7
(173,207,199)
#B4D3CC
(180,211,204)
#BBD7D1
(187,215,209)
#C2DBD6
(194,219,214)
#C9DFDB
(201,223,219)
#D0E3E0
(208,227,224)
#D7E7E5
(215,231,229)
#DEEBEA
(222,235,234)
#E5EFEF
(229,239,239)
#ECF3F4
(236,243,244)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCFC7; }

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

This text font color is #ADCFC7.


Background Color

.myBgColor { background-color: #ADCFC7; }

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

This div background color is #ADCFC7.


Border color

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

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

This div border color is #ADCFC7.


Opacity

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

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

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

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

This text has shadow with #ADCFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCFC7 on black background.


Color preview on white background

This text has color #ADCFC7 on white background.



Black color preview on #ADCFC7 background

This text has black color on #ADCFC7 background.


White color preview on #ADCFC7 background

This text has white color on #ADCFC7 background.