COLOR #ADCABD

HEX: #ADCABD
RGB: (173,202,189)

Color info

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

RGB color model

#ADCABD color RGB value is (173,202,189).

  • red value is 173;
  • green value is 202;
  • blue value is 189.
RGB:
(173,202,189)
(68%,79%,74%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 189 of 255 = 74%

173
202
189

R + G + B ~ 74%. #ADCABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 202 + 189 = 564 (100%)
R 173 of 564 ~ 30.67%
G 202 of 564 ~ 35.82%
B 189 of 564 ~ 33.51%

%30.67
%35.82
%33.51

CMYK color model

#ADCABD color CMYK value is (14,0,6,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(14,0,6,21)
C14M0Y6K21 
(14%,0%,6%,21%)
(0.14/0.00/0.06/0.21)	

CMYK percentages

%14.36
%0
%6.44
%20.78

Codes

Color #ADCABD in popluar color models

ADCABD
RGB173202189
HSL153°21.48%73.53%
HSB/HSV153°14.36%79.22%
CMYK14.36%0.00%6.44%
20.78%

Color #ADCABD in popluar number systems.

HEXADCABD
Decimal173202189
Binary101011011100101010111101
Octal255312275

Shades and tints

Shades of #ADCABD

#ADCABD
(173,202,189)
#9EB8AC
(158,184,172)
#8FA69B
(143,166,155)
#80948A
(128,148,138)
#718279
(113,130,121)
#627068
(98,112,104)
#535E57
(83,94,87)
#444C46
(68,76,70)
#353A35
(53,58,53)
#262824
(38,40,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADCABD

#ADCABD
(173,202,189)
#B4CEC3
(180,206,195)
#BBD2C9
(187,210,201)
#C2D6CF
(194,214,207)
#C9DAD5
(201,218,213)
#D0DEDB
(208,222,219)
#D7E2E1
(215,226,225)
#DEE6E7
(222,230,231)
#E5EAED
(229,234,237)
#ECEEF3
(236,238,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCABD color. Also use rgb(173,202,189) instead hex code.

Text Font Color

.myTextColor { color: #ADCABD; }

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

This text font color is #ADCABD.


Background Color

.myBgColor { background-color: #ADCABD; }

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

This div background color is #ADCABD.


Border color

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

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

This div border color is #ADCABD.


Opacity

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

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

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

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

This text has shadow with #ADCABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCABD on black background.


Color preview on white background

This text has color #ADCABD on white background.



Black color preview on #ADCABD background

This text has black color on #ADCABD background.


White color preview on #ADCABD background

This text has white color on #ADCABD background.