COLOR #ADDAC1

HEX: #ADDAC1 RGB: (173,218,193)

Color info

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

RGB color model

#ADDAC1 color RGB value is (173,218,193).

RGB: (173,218,193) (68%, 85%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 218 of 255 = 85%
B 193 of 255 = 76%

173
218
193

R + G + B ~ 76%. #ADDAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 218 + 193 = 584 (100%)
R 173 of 584 ~ 29.62%
G 218 of 584 ~ 37.33%
B 193 of 584 ~ 33.05'%

%29.62
%37.33
%33.05

CMYK color model

#ADDAC1 color CMYK value is (21,0,11,15).

  • cyan value is 20.64%
  • magenta value is 0.00%
  • yellow value is 11.47%
  • key color value is 14.51%
CMYK: (21,0,11,15) C21M0Y11K15 (21%,0%,11%,15%) (0.21/0.00/0.11/0.15) 

CMYK percentages

%20.64
%0
%11.47
%14.51

Codes

Color #ADDAC1 in popluar color models

AD DA C1
RGB 173 218 193
HSL 147° 37.82% 76.67%
HSB/HSV 147° 20.64% 85.49%
CMYK 20.64% 0.00% 11.47%
14.51%

Color #ADDAC1 in popluar number systems.

HEX AD DA C1
Decimal 173 218 193
Binary 10101101 11011010 11000001
Octal 255 332 301

Shades and tints

Shades of #ADDAC1

#ADDAC1
(173,218,193)
#9EC7B0
(158,199,176)
#8FB49F
(143,180,159)
#80A18E
(128,161,142)
#718E7D
(113,142,125)
#627B6C
(98,123,108)
#53685B
(83,104,91)
#44554A
(68,85,74)
#354239
(53,66,57)
#262F28
(38,47,40)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #ADDAC1

#ADDAC1
(173,218,193)
#B4DDC6
(180,221,198)
#BBE0CB
(187,224,203)
#C2E3D0
(194,227,208)
#C9E6D5
(201,230,213)
#D0E9DA
(208,233,218)
#D7ECDF
(215,236,223)
#DEEFE4
(222,239,228)
#E5F2E9
(229,242,233)
#ECF5EE
(236,245,238)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDAC1 color. Also use rgb(173,218,193) instead hex code.

Text Font Color

.myTextColor { color: #ADDAC1; }

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

This text font color is #ADDAC1.

Background Color

.myBgColor { background-color: #ADDAC1; }

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

This div background color is #ADDAC1.

Border color

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

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

This div border color is #ADDAC1.

Opacity

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

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

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

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

This text has shadow with #ADDAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDAC1.

Preview

Color preview on black background

This text has color #ADDAC1 on black background.


Color preview on white background

This text has color #ADDAC1 on white background.


Black color preview on #ADDAC1 background

This text has black color on #ADDAC1 background.


White color preview on #ADDAC1 background

This text has white color on #ADDAC1 background.


Related colors

Complementary color

Complementary color for #hex is #52253E.


I love getcolorcode.com

Triadic colors

1 #C1ADDA and #DAC1AD with #ADDAC1 are triadic colors.

2 #C1DAAD and #DAADC1 with #ADDAC1 are triadic colors.