COLOR #ADCADD

HEX: #ADCADD RGB: (173,202,221)

Color info

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

RGB color model

#ADCADD color RGB value is (173,202,221).

RGB: (173,202,221) (68%, 79%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 221 of 255 = 87%

173
202
221

R + G + B ~ 78%. #ADCADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 202 + 221 = 596 (100%)
R 173 of 596 ~ 29.03%
G 202 of 596 ~ 33.89%
B 221 of 596 ~ 37.08'%

%29.03
%33.89
%37.08

CMYK color model

#ADCADD color CMYK value is (22,9,0,13).

  • cyan value is 21.72%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (22,9,0,13)
C22M9Y0K13 (22%, 9%, 0%, 13%)
(0.22 / 0.09 / 0.00 / 0.13)

CMYK percentages

%21.72
%8.6
%0
%13.33

Codes

Color #ADCADD in popluar color models

AD CA DD
RGB 173 202 221
HSL 204° 41.38% 77.25%
HSB/HSV 204° 21.72% 86.67%
CMYK 21.72% 8.60% 0.00%
13.33%

Color #ADCADD in popluar number systems.

HEX AD CA DD
Decimal 173 202 221
Binary 10101101 11001010 11011101
Octal 255 312 335

Shades and tints

Shades of #ADCADD

#ADCADD
(173,202,221)
#9EB8C9
(158,184,201)
#8FA6B5
(143,166,181)
#8094A1
(128,148,161)
#71828D
(113,130,141)
#627079
(98,112,121)
#535E65
(83,94,101)
#444C51
(68,76,81)
#353A3D
(53,58,61)
#262829
(38,40,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADCADD

#ADCADD
(173,202,221)
#B4CEE0
(180,206,224)
#BBD2E3
(187,210,227)
#C2D6E6
(194,214,230)
#C9DAE9
(201,218,233)
#D0DEEC
(208,222,236)
#D7E2EF
(215,226,239)
#DEE6F2
(222,230,242)
#E5EAF5
(229,234,245)
#ECEEF8
(236,238,248)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCADD; }

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

This text font color is #ADCADD.

Background Color

.myBgColor { background-color: #ADCADD; }

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

This div background color is #ADCADD.

Border color

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

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

This div border color is #ADCADD.

Opacity

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

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

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

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

This text has shadow with #ADCADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCADD.

Preview

Color preview on black background

This text has color #ADCADD on black background.


Color preview on white background

This text has color #ADCADD on white background.


Black color preview on #ADCADD background

This text has black color on #ADCADD background.


White color preview on #ADCADD background

This text has white color on #ADCADD background.


Related colors

Complementary color

Complementary color for #hex is #523522.


I love getcolorcode.com

Triadic colors

1 #DDADCA and #CADDAD with #ADCADD are triadic colors.

2 #DDCAAD and #CAADDD with #ADCADD are triadic colors.