COLOR #ADCFBF

HEX: #ADCFBF
RGB: (173,207,191)

Color info

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

RGB color model

#ADCFBF color RGB value is (173,207,191).

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

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 191 of 255 = 75%

173
207
191

R + G + B ~ 75%. #ADCFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 207 + 191 = 571 (100%)
R 173 of 571 ~ 30.3%
G 207 of 571 ~ 36.25%
B 191 of 571 ~ 33.45%

%30.3
%36.25
%33.45

CMYK color model

#ADCFBF color CMYK value is (16,0,8,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 18.82%
CMYK:
(16,0,8,19)
C16M0Y8K19 
(16%,0%,8%,19%)
(0.16/0.00/0.08/0.19)	

CMYK percentages

%16.43
%0
%7.73
%18.82

Codes

Color #ADCFBF in popluar color models

ADCFBF
RGB173207191
HSL152°26.15%74.51%
HSB/HSV152°16.43%81.18%
CMYK16.43%0.00%7.73%
18.82%

Color #ADCFBF in popluar number systems.

HEXADCFBF
Decimal173207191
Binary101011011100111110111111
Octal255317277

Shades and tints

Shades of #ADCFBF

#ADCFBF
(173,207,191)
#9EBDAE
(158,189,174)
#8FAB9D
(143,171,157)
#80998C
(128,153,140)
#71877B
(113,135,123)
#62756A
(98,117,106)
#536359
(83,99,89)
#445148
(68,81,72)
#353F37
(53,63,55)
#262D26
(38,45,38)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADCFBF

#ADCFBF
(173,207,191)
#B4D3C4
(180,211,196)
#BBD7C9
(187,215,201)
#C2DBCE
(194,219,206)
#C9DFD3
(201,223,211)
#D0E3D8
(208,227,216)
#D7E7DD
(215,231,221)
#DEEBE2
(222,235,226)
#E5EFE7
(229,239,231)
#ECF3EC
(236,243,236)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCFBF; }

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

This text font color is #ADCFBF.


Background Color

.myBgColor { background-color: #ADCFBF; }

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

This div background color is #ADCFBF.


Border color

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

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

This div border color is #ADCFBF.


Opacity

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

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

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

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

This text has shadow with #ADCFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCFBF on black background.


Color preview on white background

This text has color #ADCFBF on white background.



Black color preview on #ADCFBF background

This text has black color on #ADCFBF background.


White color preview on #ADCFBF background

This text has white color on #ADCFBF background.