COLOR #AADCB3

HEX: #AADCB3 RGB: (170,220,179)

Color info

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

RGB color model

#AADCB3 color RGB value is (170,220,179).

RGB: (170,220,179) (67%, 86%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 179 of 255 = 70%

170
220
179

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

Portions of RGB colors in percentages

R + G + B = 170 + 220 + 179 = 569 (100%)
R 170 of 569 ~ 29.88%
G 220 of 569 ~ 38.66%
B 179 of 569 ~ 31.46'%

%29.88
%38.66
%31.46

CMYK color model

#AADCB3 color CMYK value is (23,0,19,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%

CMYK: (23,0,19,14)
C23M0Y19K14 (23%, 0%, 19%, 14%)
(0.23 / 0.00 / 0.19 / 0.14)

CMYK percentages

%22.73
%0
%18.64
%13.73

Codes

Color #AADCB3 in popluar color models

AA DC B3
RGB 170 220 179
HSL 131° 41.67% 76.47%
HSB/HSV 131° 22.73% 86.27%
CMYK 22.73% 0.00% 18.64%
13.73%

Color #AADCB3 in popluar number systems.

HEX AA DC B3
Decimal 170 220 179
Binary 10101010 11011100 10110011
Octal 252 334 263

Shades and tints

Shades of #AADCB3

#AADCB3
(170,220,179)
#9BC8A3
(155,200,163)
#8CB493
(140,180,147)
#7DA083
(125,160,131)
#6E8C73
(110,140,115)
#5F7863
(95,120,99)
#506453
(80,100,83)
#415043
(65,80,67)
#323C33
(50,60,51)
#232823
(35,40,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AADCB3

#AADCB3
(170,220,179)
#B1DFB9
(177,223,185)
#B8E2BF
(184,226,191)
#BFE5C5
(191,229,197)
#C6E8CB
(198,232,203)
#CDEBD1
(205,235,209)
#D4EED7
(212,238,215)
#DBF1DD
(219,241,221)
#E2F4E3
(226,244,227)
#E9F7E9
(233,247,233)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADCB3 color. Also use rgb(170,220,179) instead hex code.

Text Font Color

.myTextColor { color: #AADCB3; }

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

This text font color is #AADCB3.

Background Color

.myBgColor { background-color: #AADCB3; }

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

This div background color is #AADCB3.

Border color

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

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

This div border color is #AADCB3.

Opacity

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

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

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

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

This text has shadow with #AADCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADCB3.

Preview

Color preview on black background

This text has color #AADCB3 on black background.


Color preview on white background

This text has color #AADCB3 on white background.


Black color preview on #AADCB3 background

This text has black color on #AADCB3 background.


White color preview on #AADCB3 background

This text has white color on #AADCB3 background.


Related colors

Complementary color

Complementary color for #hex is #55234C.


I love getcolorcode.com

Triadic colors

1 #B3AADC and #DCB3AA with #AADCB3 are triadic colors.

2 #B3DCAA and #DCAAB3 with #AADCB3 are triadic colors.