COLOR #ADCBB1

HEX: #ADCBB1
RGB: (173,203,177)

Color info

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

RGB color model

#ADCBB1 color RGB value is (173,203,177).

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

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 177 of 255 = 69%

173
203
177

R + G + B ~ 72%. #ADCBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 203 + 177 = 553 (100%)
R 173 of 553 ~ 31.28%
G 203 of 553 ~ 36.71%
B 177 of 553 ~ 32.01%

%31.28
%36.71
%32.01

CMYK color model

#ADCBB1 color CMYK value is (15,0,13,20).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 20.39%
CMYK:
(15,0,13,20)
C15M0Y13K20 
(15%,0%,13%,20%)
(0.15/0.00/0.13/0.20)	

CMYK percentages

%14.78
%0
%12.81
%20.39

Codes

Color #ADCBB1 in popluar color models

ADCBB1
RGB173203177
HSL128°22.39%73.73%
HSB/HSV128°14.78%79.61%
CMYK14.78%0.00%12.81%
20.39%

Color #ADCBB1 in popluar number systems.

HEXADCBB1
Decimal173203177
Binary101011011100101110110001
Octal255313261

Shades and tints

Shades of #ADCBB1

#ADCBB1
(173,203,177)
#9EB9A1
(158,185,161)
#8FA791
(143,167,145)
#809581
(128,149,129)
#718371
(113,131,113)
#627161
(98,113,97)
#535F51
(83,95,81)
#444D41
(68,77,65)
#353B31
(53,59,49)
#262921
(38,41,33)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADCBB1

#ADCBB1
(173,203,177)
#B4CFB8
(180,207,184)
#BBD3BF
(187,211,191)
#C2D7C6
(194,215,198)
#C9DBCD
(201,219,205)
#D0DFD4
(208,223,212)
#D7E3DB
(215,227,219)
#DEE7E2
(222,231,226)
#E5EBE9
(229,235,233)
#ECEFF0
(236,239,240)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCBB1; }

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

This text font color is #ADCBB1.


Background Color

.myBgColor { background-color: #ADCBB1; }

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

This div background color is #ADCBB1.


Border color

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

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

This div border color is #ADCBB1.


Opacity

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

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

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

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

This text has shadow with #ADCBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCBB1 on black background.


Color preview on white background

This text has color #ADCBB1 on white background.



Black color preview on #ADCBB1 background

This text has black color on #ADCBB1 background.


White color preview on #ADCBB1 background

This text has white color on #ADCBB1 background.