COLOR #A8D1CC

HEX: #A8D1CC RGB: (168,209,204)

Color info

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

RGB color model

#A8D1CC color RGB value is (168,209,204).

RGB: (168,209,204) (66%, 82%, 80%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 204 of 255 = 80%

168
209
204

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

Portions of RGB colors in percentages

R + G + B = 168 + 209 + 204 = 581 (100%)
R 168 of 581 ~ 28.92%
G 209 of 581 ~ 35.97%
B 204 of 581 ~ 35.11'%

%28.92
%35.97
%35.11

CMYK color model

#A8D1CC color CMYK value is (20,0,2,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%

CMYK: (20,0,2,18)
C20M0Y2K18 (20%, 0%, 2%, 18%)
(0.20 / 0.00 / 0.02 / 0.18)

CMYK percentages

%19.62
%0
%2.39
%18.04

Codes

Color #A8D1CC in popluar color models

A8 D1 CC
RGB 168 209 204
HSL 173° 30.83% 73.92%
HSB/HSV 173° 19.62% 81.96%
CMYK 19.62% 0.00% 2.39%
18.04%

Color #A8D1CC in popluar number systems.

HEX A8 D1 CC
Decimal 168 209 204
Binary 10101000 11010001 11001100
Octal 250 321 314

Shades and tints

Shades of #A8D1CC

#A8D1CC
(168,209,204)
#99BEBA
(153,190,186)
#8AABA8
(138,171,168)
#7B9896
(123,152,150)
#6C8584
(108,133,132)
#5D7272
(93,114,114)
#4E5F60
(78,95,96)
#3F4C4E
(63,76,78)
#30393C
(48,57,60)
#21262A
(33,38,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A8D1CC

#A8D1CC
(168,209,204)
#AFD5D0
(175,213,208)
#B6D9D4
(182,217,212)
#BDDDD8
(189,221,216)
#C4E1DC
(196,225,220)
#CBE5E0
(203,229,224)
#D2E9E4
(210,233,228)
#D9EDE8
(217,237,232)
#E0F1EC
(224,241,236)
#E7F5F0
(231,245,240)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D1CC; }

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

This text font color is #A8D1CC.

Background Color

.myBgColor { background-color: #A8D1CC; }

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

This div background color is #A8D1CC.

Border color

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

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

This div border color is #A8D1CC.

Opacity

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

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

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

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

This text has shadow with #A8D1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D1CC.

Preview

Color preview on black background

This text has color #A8D1CC on black background.


Color preview on white background

This text has color #A8D1CC on white background.


Black color preview on #A8D1CC background

This text has black color on #A8D1CC background.


White color preview on #A8D1CC background

This text has white color on #A8D1CC background.


Related colors

Complementary color

Complementary color for #hex is #572E33.


I love getcolorcode.com

Triadic colors

1 #CCA8D1 and #D1CCA8 with #A8D1CC are triadic colors.

2 #CCD1A8 and #D1A8CC with #A8D1CC are triadic colors.