COLOR #ADCCAE

HEX: #ADCCAE RGB: (173,204,174)

Color info

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

RGB color model

#ADCCAE color RGB value is (173,204,174).

RGB: (173,204,174) (68%, 80%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 174 of 255 = 68%

173
204
174

R + G + B ~ 72%. #ADCCAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 174 = 551 (100%)
R 173 of 551 ~ 31.4%
G 204 of 551 ~ 37.02%
B 174 of 551 ~ 31.58'%

%31.4
%37.02
%31.58

CMYK color model

#ADCCAE color CMYK value is (15,0,15,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%

CMYK: (15,0,15,20)
C15M0Y15K20 (15%, 0%, 15%, 20%)
(0.15 / 0.00 / 0.15 / 0.20)

CMYK percentages

%15.2
%0
%14.71
%20

Codes

Color #ADCCAE in popluar color models

AD CC AE
RGB 173 204 174
HSL 122° 23.31% 73.92%
HSB/HSV 122° 15.20% 80.00%
CMYK 15.20% 0.00% 14.71%
20.00%

Color #ADCCAE in popluar number systems.

HEX AD CC AE
Decimal 173 204 174
Binary 10101101 11001100 10101110
Octal 255 314 256

Shades and tints

Shades of #ADCCAE

#ADCCAE
(173,204,174)
#9EBA9F
(158,186,159)
#8FA890
(143,168,144)
#809681
(128,150,129)
#718472
(113,132,114)
#627263
(98,114,99)
#536054
(83,96,84)
#444E45
(68,78,69)
#353C36
(53,60,54)
#262A27
(38,42,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADCCAE

#ADCCAE
(173,204,174)
#B4D0B5
(180,208,181)
#BBD4BC
(187,212,188)
#C2D8C3
(194,216,195)
#C9DCCA
(201,220,202)
#D0E0D1
(208,224,209)
#D7E4D8
(215,228,216)
#DEE8DF
(222,232,223)
#E5ECE6
(229,236,230)
#ECF0ED
(236,240,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCCAE color. Also use rgb(173,204,174) instead hex code.

Text Font Color

.myTextColor { color: #ADCCAE; }

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

This text font color is #ADCCAE.

Background Color

.myBgColor { background-color: #ADCCAE; }

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

This div background color is #ADCCAE.

Border color

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

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

This div border color is #ADCCAE.

Opacity

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

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

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

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

This text has shadow with #ADCCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCCAE.

Preview

Color preview on black background

This text has color #ADCCAE on black background.


Color preview on white background

This text has color #ADCCAE on white background.


Black color preview on #ADCCAE background

This text has black color on #ADCCAE background.


White color preview on #ADCCAE background

This text has white color on #ADCCAE background.


Related colors

Complementary color

Complementary color for #hex is #523351.


I love getcolorcode.com

Triadic colors

1 #AEADCC and #CCAEAD with #ADCCAE are triadic colors.

2 #AECCAD and #CCADAE with #ADCCAE are triadic colors.