COLOR #ADCFBE

HEX: #ADCFBE
RGB: (173,207,190)

Color info

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

RGB color model

#ADCFBE color RGB value is (173,207,190).

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

RGB channels and saturation

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

173
207
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 207 + 190 = 570 (100%)
R 173 of 570 ~ 30.35%
G 207 of 570 ~ 36.32%
B 190 of 570 ~ 33.33%

%30.35
%36.32
%33.33

CMYK color model

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

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • 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
%8.21
%18.82

Codes

Color #ADCFBE in popluar color models

ADCFBE
RGB173207190
HSL150°26.15%74.51%
HSB/HSV150°16.43%81.18%
CMYK16.43%0.00%8.21%
18.82%

Color #ADCFBE in popluar number systems.

HEXADCFBE
Decimal173207190
Binary101011011100111110111110
Octal255317276

Shades and tints

Shades of #ADCFBE

#ADCFBE
(173,207,190)
#9EBDAD
(158,189,173)
#8FAB9C
(143,171,156)
#80998B
(128,153,139)
#71877A
(113,135,122)
#627569
(98,117,105)
#536358
(83,99,88)
#445147
(68,81,71)
#353F36
(53,63,54)
#262D25
(38,45,37)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADCFBE

#ADCFBE
(173,207,190)
#B4D3C3
(180,211,195)
#BBD7C8
(187,215,200)
#C2DBCD
(194,219,205)
#C9DFD2
(201,223,210)
#D0E3D7
(208,227,215)
#D7E7DC
(215,231,220)
#DEEBE1
(222,235,225)
#E5EFE6
(229,239,230)
#ECF3EB
(236,243,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCFBE; }

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

This text font color is #ADCFBE.


Background Color

.myBgColor { background-color: #ADCFBE; }

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

This div background color is #ADCFBE.


Border color

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

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

This div border color is #ADCFBE.


Opacity

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

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

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

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

This text has shadow with #ADCFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCFBE on black background.


Color preview on white background

This text has color #ADCFBE on white background.



Black color preview on #ADCFBE background

This text has black color on #ADCFBE background.


White color preview on #ADCFBE background

This text has white color on #ADCFBE background.