COLOR #ADCBB5

HEX: #ADCBB5
RGB: (173,203,181)

Color info

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

RGB color model

#ADCBB5 color RGB value is (173,203,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 181 of 255 = 71%

173
203
181

R + G + B ~ 73%. #ADCBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 203 + 181 = 557 (100%)
R 173 of 557 ~ 31.06%
G 203 of 557 ~ 36.45%
B 181 of 557 ~ 32.5%

%31.06
%36.45
%32.5

CMYK color model

#ADCBB5 color CMYK value is (15,0,11,20).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK:
(15,0,11,20)
C15M0Y11K20 
(15%,0%,11%,20%)
(0.15/0.00/0.11/0.20)	

CMYK percentages

%14.78
%0
%10.84
%20.39

Codes

Color #ADCBB5 in popluar color models

ADCBB5
RGB173203181
HSL136°22.39%73.73%
HSB/HSV136°14.78%79.61%
CMYK14.78%0.00%10.84%
20.39%

Color #ADCBB5 in popluar number systems.

HEXADCBB5
Decimal173203181
Binary101011011100101110110101
Octal255313265

Shades and tints

Shades of #ADCBB5

#ADCBB5
(173,203,181)
#9EB9A5
(158,185,165)
#8FA795
(143,167,149)
#809585
(128,149,133)
#718375
(113,131,117)
#627165
(98,113,101)
#535F55
(83,95,85)
#444D45
(68,77,69)
#353B35
(53,59,53)
#262925
(38,41,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADCBB5

#ADCBB5
(173,203,181)
#B4CFBB
(180,207,187)
#BBD3C1
(187,211,193)
#C2D7C7
(194,215,199)
#C9DBCD
(201,219,205)
#D0DFD3
(208,223,211)
#D7E3D9
(215,227,217)
#DEE7DF
(222,231,223)
#E5EBE5
(229,235,229)
#ECEFEB
(236,239,235)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCBB5; }

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

This text font color is #ADCBB5.


Background Color

.myBgColor { background-color: #ADCBB5; }

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

This div background color is #ADCBB5.


Border color

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

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

This div border color is #ADCBB5.


Opacity

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

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

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

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

This text has shadow with #ADCBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCBB5 on black background.


Color preview on white background

This text has color #ADCBB5 on white background.



Black color preview on #ADCBB5 background

This text has black color on #ADCBB5 background.


White color preview on #ADCBB5 background

This text has white color on #ADCBB5 background.