COLOR #ADDBCA

HEX: #ADDBCA RGB: (173,219,202)

Color info

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

RGB color model

#ADDBCA color RGB value is (173,219,202).

RGB: (173,219,202) (68%, 86%, 79%)

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 202 of 255 = 79%

173
219
202

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

Portions of RGB colors in percentages

R + G + B = 173 + 219 + 202 = 594 (100%)
R 173 of 594 ~ 29.12%
G 219 of 594 ~ 36.87%
B 202 of 594 ~ 34.01'%

%29.12
%36.87
%34.01

CMYK color model

#ADDBCA color CMYK value is (21,0,8,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 14.12%

CMYK: (21,0,8,14)
C21M0Y8K14 (21%, 0%, 8%, 14%)
(0.21 / 0.00 / 0.08 / 0.14)

CMYK percentages

%21
%0
%7.76
%14.12

Codes

Color #ADDBCA in popluar color models

AD DB CA
RGB 173 219 202
HSL 158° 38.98% 76.86%
HSB/HSV 158° 21.00% 85.88%
CMYK 21.00% 0.00% 7.76%
14.12%

Color #ADDBCA in popluar number systems.

HEX AD DB CA
Decimal 173 219 202
Binary 10101101 11011011 11001010
Octal 255 333 312

Shades and tints

Shades of #ADDBCA

#ADDBCA
(173,219,202)
#9EC8B8
(158,200,184)
#8FB5A6
(143,181,166)
#80A294
(128,162,148)
#718F82
(113,143,130)
#627C70
(98,124,112)
#53695E
(83,105,94)
#44564C
(68,86,76)
#35433A
(53,67,58)
#263028
(38,48,40)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #ADDBCA

#ADDBCA
(173,219,202)
#B4DECE
(180,222,206)
#BBE1D2
(187,225,210)
#C2E4D6
(194,228,214)
#C9E7DA
(201,231,218)
#D0EADE
(208,234,222)
#D7EDE2
(215,237,226)
#DEF0E6
(222,240,230)
#E5F3EA
(229,243,234)
#ECF6EE
(236,246,238)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDBCA; }

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

This text font color is #ADDBCA.

Background Color

.myBgColor { background-color: #ADDBCA; }

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

This div background color is #ADDBCA.

Border color

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

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

This div border color is #ADDBCA.

Opacity

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

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

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

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

This text has shadow with #ADDBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDBCA.

Preview

Color preview on black background

This text has color #ADDBCA on black background.


Color preview on white background

This text has color #ADDBCA on white background.


Black color preview on #ADDBCA background

This text has black color on #ADDBCA background.


White color preview on #ADDBCA background

This text has white color on #ADDBCA background.


Related colors

Complementary color

Complementary color for #hex is #522435.


I love getcolorcode.com

Triadic colors

1 #CAADDB and #DBCAAD with #ADDBCA are triadic colors.

2 #CADBAD and #DBADCA with #ADDBCA are triadic colors.