COLOR #A8CCCA

HEX: #A8CCCA RGB: (168,204,202)

Color info

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

RGB color model

#A8CCCA color RGB value is (168,204,202).

RGB: (168,204,202) (66%, 80%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 202 of 255 = 79%

168
204
202

R + G + B ~ 75%. #A8CCCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 204 + 202 = 574 (100%)
R 168 of 574 ~ 29.27%
G 204 of 574 ~ 35.54%
B 202 of 574 ~ 35.19'%

%29.27
%35.54
%35.19

CMYK color model

#A8CCCA color CMYK value is (18,0,1,20).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK: (18,0,1,20) C18M0Y1K20 (18%,0%,1%,20%) (0.18/0.00/0.01/0.20) 

CMYK percentages

%17.65
%0
%0.98
%20

Codes

Color #A8CCCA in popluar color models

A8 CC CA
RGB 168 204 202
HSL 177° 26.09% 72.94%
HSB/HSV 177° 17.65% 80.00%
CMYK 17.65% 0.00% 0.98%
20.00%

Color #A8CCCA in popluar number systems.

HEX A8 CC CA
Decimal 168 204 202
Binary 10101000 11001100 11001010
Octal 250 314 312

Shades and tints

Shades of #A8CCCA

#A8CCCA
(168,204,202)
#99BAB8
(153,186,184)
#8AA8A6
(138,168,166)
#7B9694
(123,150,148)
#6C8482
(108,132,130)
#5D7270
(93,114,112)
#4E605E
(78,96,94)
#3F4E4C
(63,78,76)
#303C3A
(48,60,58)
#212A28
(33,42,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #A8CCCA

#A8CCCA
(168,204,202)
#AFD0CE
(175,208,206)
#B6D4D2
(182,212,210)
#BDD8D6
(189,216,214)
#C4DCDA
(196,220,218)
#CBE0DE
(203,224,222)
#D2E4E2
(210,228,226)
#D9E8E6
(217,232,230)
#E0ECEA
(224,236,234)
#E7F0EE
(231,240,238)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CCCA color. Also use rgb(168,204,202) instead hex code.

Text Font Color

.myTextColor { color: #A8CCCA; }

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

This text font color is #A8CCCA.

Background Color

.myBgColor { background-color: #A8CCCA; }

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

This div background color is #A8CCCA.

Border color

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

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

This div border color is #A8CCCA.

Opacity

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

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

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

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

This text has shadow with #A8CCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CCCA.

Preview

Color preview on black background

This text has color #A8CCCA on black background.


Color preview on white background

This text has color #A8CCCA on white background.


Black color preview on #A8CCCA background

This text has black color on #A8CCCA background.


White color preview on #A8CCCA background

This text has white color on #A8CCCA background.


Related colors

Complementary color

Complementary color for #hex is #573335.


I love getcolorcode.com

Triadic colors

1 #CAA8CC and #CCCAA8 with #A8CCCA are triadic colors.

2 #CACCA8 and #CCA8CA with #A8CCCA are triadic colors.