COLOR #A8CDD4

HEX: #A8CDD4
RGB: (168,205,212)

Color info

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

RGB color model

#A8CDD4 color RGB value is (168,205,212).

  • red value is 168;
  • green value is 205;
  • blue value is 212.
RGB:
(168,205,212)
(66%,80%,83%)

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 212 of 255 = 83%

168
205
212

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

Portions of RGB colors in percentages

R + G + B =
168 + 205 + 212 = 585 (100%)
R 168 of 585 ~ 28.72%
G 205 of 585 ~ 35.04%
B 212 of 585 ~ 36.24%

%28.72
%35.04
%36.24

CMYK color model

#A8CDD4 color CMYK value is (21,3,0,17).

  • cyan value is 20.75%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(21,3,0,17)
C21M3Y0K17 
(21%,3%,0%,17%)
(0.21/0.03/0.00/0.17)	

CMYK percentages

%20.75
%3.3
%0
%16.86

Codes

Color #A8CDD4 in popluar color models

A8CDD4
RGB168205212
HSL190°33.85%74.51%
HSB/HSV190°20.75%83.14%
CMYK20.75%3.30%0.00%
16.86%

Color #A8CDD4 in popluar number systems.

HEXA8CDD4
Decimal168205212
Binary101010001100110111010100
Octal250315324

Shades and tints

Shades of #A8CDD4

#A8CDD4
(168,205,212)
#99BBC1
(153,187,193)
#8AA9AE
(138,169,174)
#7B979B
(123,151,155)
#6C8588
(108,133,136)
#5D7375
(93,115,117)
#4E6162
(78,97,98)
#3F4F4F
(63,79,79)
#303D3C
(48,61,60)
#212B29
(33,43,41)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #A8CDD4

#A8CDD4
(168,205,212)
#AFD1D7
(175,209,215)
#B6D5DA
(182,213,218)
#BDD9DD
(189,217,221)
#C4DDE0
(196,221,224)
#CBE1E3
(203,225,227)
#D2E5E6
(210,229,230)
#D9E9E9
(217,233,233)
#E0EDEC
(224,237,236)
#E7F1EF
(231,241,239)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CDD4 color. Also use rgb(168,205,212) instead hex code.

Text Font Color

.myTextColor { color: #A8CDD4; }

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

This text font color is #A8CDD4.


Background Color

.myBgColor { background-color: #A8CDD4; }

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

This div background color is #A8CDD4.


Border color

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

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

This div border color is #A8CDD4.


Opacity

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

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

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

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

This text has shadow with #A8CDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CDD4 on black background.


Color preview on white background

This text has color #A8CDD4 on white background.



Black color preview on #A8CDD4 background

This text has black color on #A8CDD4 background.


White color preview on #A8CDD4 background

This text has white color on #A8CDD4 background.