COLOR #ADCFB7

HEX: #ADCFB7 RGB: (173,207,183)

Color info

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

RGB color model

#ADCFB7 color RGB value is (173,207,183).

RGB: (173,207,183) (68%, 81%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 183 of 255 = 72%

173
207
183

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

Portions of RGB colors in percentages

R + G + B = 173 + 207 + 183 = 563 (100%)
R 173 of 563 ~ 30.73%
G 207 of 563 ~ 36.77%
B 183 of 563 ~ 32.5'%

%30.73
%36.77
%32.5

CMYK color model

#ADCFB7 color CMYK value is (16,0,12,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK: (16,0,12,19) C16M0Y12K19 (16%,0%,12%,19%) (0.16/0.00/0.12/0.19) 

CMYK percentages

%16.43
%0
%11.59
%18.82

Codes

Color #ADCFB7 in popluar color models

AD CF B7
RGB 173 207 183
HSL 138° 26.15% 74.51%
HSB/HSV 138° 16.43% 81.18%
CMYK 16.43% 0.00% 11.59%
18.82%

Color #ADCFB7 in popluar number systems.

HEX AD CF B7
Decimal 173 207 183
Binary 10101101 11001111 10110111
Octal 255 317 267

Shades and tints

Shades of #ADCFB7

#ADCFB7
(173,207,183)
#9EBDA7
(158,189,167)
#8FAB97
(143,171,151)
#809987
(128,153,135)
#718777
(113,135,119)
#627567
(98,117,103)
#536357
(83,99,87)
#445147
(68,81,71)
#353F37
(53,63,55)
#262D27
(38,45,39)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #ADCFB7

#ADCFB7
(173,207,183)
#B4D3BD
(180,211,189)
#BBD7C3
(187,215,195)
#C2DBC9
(194,219,201)
#C9DFCF
(201,223,207)
#D0E3D5
(208,227,213)
#D7E7DB
(215,231,219)
#DEEBE1
(222,235,225)
#E5EFE7
(229,239,231)
#ECF3ED
(236,243,237)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCFB7; }

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

This text font color is #ADCFB7.

Background Color

.myBgColor { background-color: #ADCFB7; }

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

This div background color is #ADCFB7.

Border color

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

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

This div border color is #ADCFB7.

Opacity

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

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

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

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

This text has shadow with #ADCFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCFB7.

Preview

Color preview on black background

This text has color #ADCFB7 on black background.


Color preview on white background

This text has color #ADCFB7 on white background.


Black color preview on #ADCFB7 background

This text has black color on #ADCFB7 background.


White color preview on #ADCFB7 background

This text has white color on #ADCFB7 background.


Related colors

Complementary color

Complementary color for #hex is #523048.


I love getcolorcode.com

Triadic colors

1 #B7ADCF and #CFB7AD with #ADCFB7 are triadic colors.

2 #B7CFAD and #CFADB7 with #ADCFB7 are triadic colors.