COLOR #AADCBE

HEX: #AADCBE RGB: (170,220,190)

Color info

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

RGB color model

#AADCBE color RGB value is (170,220,190).

RGB: (170,220,190) (67%, 86%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 190 of 255 = 75%

170
220
190

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

Portions of RGB colors in percentages

R + G + B = 170 + 220 + 190 = 580 (100%)
R 170 of 580 ~ 29.31%
G 220 of 580 ~ 37.93%
B 190 of 580 ~ 32.76'%

%29.31
%37.93
%32.76

CMYK color model

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

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

CMYK: (23,0,14,14)
C23M0Y14K14 (23%, 0%, 14%, 14%)
(0.23 / 0.00 / 0.14 / 0.14)

CMYK percentages

%22.73
%0
%13.64
%13.73

Codes

Color #AADCBE in popluar color models

AA DC BE
RGB 170 220 190
HSL 144° 41.67% 76.47%
HSB/HSV 144° 22.73% 86.27%
CMYK 22.73% 0.00% 13.64%
13.73%

Color #AADCBE in popluar number systems.

HEX AA DC BE
Decimal 170 220 190
Binary 10101010 11011100 10111110
Octal 252 334 276

Shades and tints

Shades of #AADCBE

#AADCBE
(170,220,190)
#9BC8AD
(155,200,173)
#8CB49C
(140,180,156)
#7DA08B
(125,160,139)
#6E8C7A
(110,140,122)
#5F7869
(95,120,105)
#506458
(80,100,88)
#415047
(65,80,71)
#323C36
(50,60,54)
#232825
(35,40,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AADCBE

#AADCBE
(170,220,190)
#B1DFC3
(177,223,195)
#B8E2C8
(184,226,200)
#BFE5CD
(191,229,205)
#C6E8D2
(198,232,210)
#CDEBD7
(205,235,215)
#D4EEDC
(212,238,220)
#DBF1E1
(219,241,225)
#E2F4E6
(226,244,230)
#E9F7EB
(233,247,235)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCBE; }

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

This text font color is #AADCBE.

Background Color

.myBgColor { background-color: #AADCBE; }

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

This div background color is #AADCBE.

Border color

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

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

This div border color is #AADCBE.

Opacity

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

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

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

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

This text has shadow with #AADCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADCBE.

Preview

Color preview on black background

This text has color #AADCBE on black background.


Color preview on white background

This text has color #AADCBE on white background.


Black color preview on #AADCBE background

This text has black color on #AADCBE background.


White color preview on #AADCBE background

This text has white color on #AADCBE background.


Related colors

Complementary color

Complementary color for #hex is #552341.


I love getcolorcode.com

Triadic colors

1 #BEAADC and #DCBEAA with #AADCBE are triadic colors.

2 #BEDCAA and #DCAABE with #AADCBE are triadic colors.