COLOR #A8CBDD

HEX: #A8CBDD
RGB: (168,203,221)

Color info

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

RGB color model

#A8CBDD color RGB value is (168,203,221).

  • red value is 168;
  • green value is 203;
  • blue value is 221.
RGB:
(168,203,221)
(66%,80%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 203 of 255 = 80%
B 221 of 255 = 87%

168
203
221

R + G + B ~ 78%. #A8CBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 203 + 221 = 592 (100%)
R 168 of 592 ~ 28.38%
G 203 of 592 ~ 34.29%
B 221 of 592 ~ 37.33%

%28.38
%34.29
%37.33

CMYK color model

#A8CBDD color CMYK value is (24,8,0,13).

  • cyan value is 23.98%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(24,8,0,13)
C24M8Y0K13 
(24%,8%,0%,13%)
(0.24/0.08/0.00/0.13)	

CMYK percentages

%23.98
%8.14
%0
%13.33

Codes

Color #A8CBDD in popluar color models

A8CBDD
RGB168203221
HSL200°43.80%76.27%
HSB/HSV200°23.98%86.67%
CMYK23.98%8.14%0.00%
13.33%

Color #A8CBDD in popluar number systems.

HEXA8CBDD
Decimal168203221
Binary101010001100101111011101
Octal250313335

Shades and tints

Shades of #A8CBDD

#A8CBDD
(168,203,221)
#99B9C9
(153,185,201)
#8AA7B5
(138,167,181)
#7B95A1
(123,149,161)
#6C838D
(108,131,141)
#5D7179
(93,113,121)
#4E5F65
(78,95,101)
#3F4D51
(63,77,81)
#303B3D
(48,59,61)
#212929
(33,41,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A8CBDD

#A8CBDD
(168,203,221)
#AFCFE0
(175,207,224)
#B6D3E3
(182,211,227)
#BDD7E6
(189,215,230)
#C4DBE9
(196,219,233)
#CBDFEC
(203,223,236)
#D2E3EF
(210,227,239)
#D9E7F2
(217,231,242)
#E0EBF5
(224,235,245)
#E7EFF8
(231,239,248)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CBDD color. Also use rgb(168,203,221) instead hex code.

Text Font Color

.myTextColor { color: #A8CBDD; }

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

This text font color is #A8CBDD.


Background Color

.myBgColor { background-color: #A8CBDD; }

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

This div background color is #A8CBDD.


Border color

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

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

This div border color is #A8CBDD.


Opacity

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

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

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

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

This text has shadow with #A8CBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CBDD on black background.


Color preview on white background

This text has color #A8CBDD on white background.



Black color preview on #A8CBDD background

This text has black color on #A8CBDD background.


White color preview on #A8CBDD background

This text has white color on #A8CBDD background.