COLOR #A8CCDC

HEX: #A8CCDC
RGB: (168,204,220)

Color info

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

RGB color model

#A8CCDC color RGB value is (168,204,220).

  • red value is 168;
  • green value is 204;
  • blue value is 220.
RGB:
(168,204,220)
(66%,80%,86%)

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 220 of 255 = 86%

168
204
220

R + G + B ~ 77%. #A8CCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 204 + 220 = 592 (100%)
R 168 of 592 ~ 28.38%
G 204 of 592 ~ 34.46%
B 220 of 592 ~ 37.16%

%28.38
%34.46
%37.16

CMYK color model

#A8CCDC color CMYK value is (24,7,0,14).

  • cyan value is 23.64%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(24,7,0,14)
C24M7Y0K14 
(24%,7%,0%,14%)
(0.24/0.07/0.00/0.14)	

CMYK percentages

%23.64
%7.27
%0
%13.73

Codes

Color #A8CCDC in popluar color models

A8CCDC
RGB168204220
HSL198°42.62%76.08%
HSB/HSV198°23.64%86.27%
CMYK23.64%7.27%0.00%
13.73%

Color #A8CCDC in popluar number systems.

HEXA8CCDC
Decimal168204220
Binary101010001100110011011100
Octal250314334

Shades and tints

Shades of #A8CCDC

#A8CCDC
(168,204,220)
#99BAC8
(153,186,200)
#8AA8B4
(138,168,180)
#7B96A0
(123,150,160)
#6C848C
(108,132,140)
#5D7278
(93,114,120)
#4E6064
(78,96,100)
#3F4E50
(63,78,80)
#303C3C
(48,60,60)
#212A28
(33,42,40)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #A8CCDC

#A8CCDC
(168,204,220)
#AFD0DF
(175,208,223)
#B6D4E2
(182,212,226)
#BDD8E5
(189,216,229)
#C4DCE8
(196,220,232)
#CBE0EB
(203,224,235)
#D2E4EE
(210,228,238)
#D9E8F1
(217,232,241)
#E0ECF4
(224,236,244)
#E7F0F7
(231,240,247)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CCDC; }

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

This text font color is #A8CCDC.


Background Color

.myBgColor { background-color: #A8CCDC; }

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

This div background color is #A8CCDC.


Border color

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

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

This div border color is #A8CCDC.


Opacity

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

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

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

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

This text has shadow with #A8CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CCDC on black background.


Color preview on white background

This text has color #A8CCDC on white background.



Black color preview on #A8CCDC background

This text has black color on #A8CCDC background.


White color preview on #A8CCDC background

This text has white color on #A8CCDC background.