COLOR #ADCABC

HEX: #ADCABC RGB: (173,202,188)

Color info

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

RGB color model

#ADCABC color RGB value is (173,202,188).

RGB: (173,202,188) (68%, 79%, 74%)

RGB channels and saturation

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

173
202
188

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

Portions of RGB colors in percentages

R + G + B = 173 + 202 + 188 = 563 (100%)
R 173 of 563 ~ 30.73%
G 202 of 563 ~ 35.88%
B 188 of 563 ~ 33.39'%

%30.73
%35.88
%33.39

CMYK color model

#ADCABC color CMYK value is (14,0,7,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%

CMYK: (14,0,7,21)
C14M0Y7K21 (14%, 0%, 7%, 21%)
(0.14 / 0.00 / 0.07 / 0.21)

CMYK percentages

%14.36
%0
%6.93
%20.78

Codes

Color #ADCABC in popluar color models

AD CA BC
RGB 173 202 188
HSL 151° 21.48% 73.53%
HSB/HSV 151° 14.36% 79.22%
CMYK 14.36% 0.00% 6.93%
20.78%

Color #ADCABC in popluar number systems.

HEX AD CA BC
Decimal 173 202 188
Binary 10101101 11001010 10111100
Octal 255 312 274

Shades and tints

Shades of #ADCABC

#ADCABC
(173,202,188)
#9EB8AB
(158,184,171)
#8FA69A
(143,166,154)
#809489
(128,148,137)
#718278
(113,130,120)
#627067
(98,112,103)
#535E56
(83,94,86)
#444C45
(68,76,69)
#353A34
(53,58,52)
#262823
(38,40,35)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #ADCABC

#ADCABC
(173,202,188)
#B4CEC2
(180,206,194)
#BBD2C8
(187,210,200)
#C2D6CE
(194,214,206)
#C9DAD4
(201,218,212)
#D0DEDA
(208,222,218)
#D7E2E0
(215,226,224)
#DEE6E6
(222,230,230)
#E5EAEC
(229,234,236)
#ECEEF2
(236,238,242)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCABC; }

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

This text font color is #ADCABC.

Background Color

.myBgColor { background-color: #ADCABC; }

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

This div background color is #ADCABC.

Border color

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

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

This div border color is #ADCABC.

Opacity

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

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

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

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

This text has shadow with #ADCABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCABC.

Preview

Color preview on black background

This text has color #ADCABC on black background.


Color preview on white background

This text has color #ADCABC on white background.


Black color preview on #ADCABC background

This text has black color on #ADCABC background.


White color preview on #ADCABC background

This text has white color on #ADCABC background.


Related colors

Complementary color

Complementary color for #hex is #523543.


I love getcolorcode.com

Triadic colors

1 #BCADCA and #CABCAD with #ADCABC are triadic colors.

2 #BCCAAD and #CAADBC with #ADCABC are triadic colors.