COLOR #ADCAC2

HEX: #ADCAC2 RGB: (173,202,194)

Color info

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

RGB color model

#ADCAC2 color RGB value is (173,202,194).

RGB: (173,202,194) (68%, 79%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 194 of 255 = 76%

173
202
194

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

Portions of RGB colors in percentages

R + G + B = 173 + 202 + 194 = 569 (100%)
R 173 of 569 ~ 30.4%
G 202 of 569 ~ 35.5%
B 194 of 569 ~ 34.09'%

%30.4
%35.5
%34.09

CMYK color model

#ADCAC2 color CMYK value is (14,0,4,21).

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

CMYK: (14,0,4,21)
C14M0Y4K21 (14%, 0%, 4%, 21%)
(0.14 / 0.00 / 0.04 / 0.21)

CMYK percentages

%14.36
%0
%3.96
%20.78

Codes

Color #ADCAC2 in popluar color models

AD CA C2
RGB 173 202 194
HSL 163° 21.48% 73.53%
HSB/HSV 163° 14.36% 79.22%
CMYK 14.36% 0.00% 3.96%
20.78%

Color #ADCAC2 in popluar number systems.

HEX AD CA C2
Decimal 173 202 194
Binary 10101101 11001010 11000010
Octal 255 312 302

Shades and tints

Shades of #ADCAC2

#ADCAC2
(173,202,194)
#9EB8B1
(158,184,177)
#8FA6A0
(143,166,160)
#80948F
(128,148,143)
#71827E
(113,130,126)
#62706D
(98,112,109)
#535E5C
(83,94,92)
#444C4B
(68,76,75)
#353A3A
(53,58,58)
#262829
(38,40,41)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADCAC2

#ADCAC2
(173,202,194)
#B4CEC7
(180,206,199)
#BBD2CC
(187,210,204)
#C2D6D1
(194,214,209)
#C9DAD6
(201,218,214)
#D0DEDB
(208,222,219)
#D7E2E0
(215,226,224)
#DEE6E5
(222,230,229)
#E5EAEA
(229,234,234)
#ECEEEF
(236,238,239)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCAC2; }

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

This text font color is #ADCAC2.

Background Color

.myBgColor { background-color: #ADCAC2; }

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

This div background color is #ADCAC2.

Border color

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

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

This div border color is #ADCAC2.

Opacity

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

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

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

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

This text has shadow with #ADCAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCAC2.

Preview

Color preview on black background

This text has color #ADCAC2 on black background.


Color preview on white background

This text has color #ADCAC2 on white background.


Black color preview on #ADCAC2 background

This text has black color on #ADCAC2 background.


White color preview on #ADCAC2 background

This text has white color on #ADCAC2 background.


Related colors

Complementary color

Complementary color for #hex is #52353D.


I love getcolorcode.com

Triadic colors

1 #C2ADCA and #CAC2AD with #ADCAC2 are triadic colors.

2 #C2CAAD and #CAADC2 with #ADCAC2 are triadic colors.