COLOR #A8D3DE

HEX: #A8D3DE RGB: (168,211,222)

Color info

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

RGB color model

#A8D3DE color RGB value is (168,211,222).

RGB: (168,211,222) (66%, 83%, 87%)

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 222 of 255 = 87%

168
211
222

R + G + B ~ 79%. #A8D3DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 211 + 222 = 601 (100%)
R 168 of 601 ~ 27.95%
G 211 of 601 ~ 35.11%
B 222 of 601 ~ 36.94'%

%27.95
%35.11
%36.94

CMYK color model

#A8D3DE color CMYK value is (24,5,0,13).

  • cyan value is 24.32%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (24,5,0,13)
C24M5Y0K13 (24%, 5%, 0%, 13%)
(0.24 / 0.05 / 0.00 / 0.13)

CMYK percentages

%24.32
%4.95
%0
%12.94

Codes

Color #A8D3DE in popluar color models

A8 D3 DE
RGB 168 211 222
HSL 192° 45.00% 76.47%
HSB/HSV 192° 24.32% 87.06%
CMYK 24.32% 4.95% 0.00%
12.94%

Color #A8D3DE in popluar number systems.

HEX A8 D3 DE
Decimal 168 211 222
Binary 10101000 11010011 11011110
Octal 250 323 336

Shades and tints

Shades of #A8D3DE

#A8D3DE
(168,211,222)
#99C0CA
(153,192,202)
#8AADB6
(138,173,182)
#7B9AA2
(123,154,162)
#6C878E
(108,135,142)
#5D747A
(93,116,122)
#4E6166
(78,97,102)
#3F4E52
(63,78,82)
#303B3E
(48,59,62)
#21282A
(33,40,42)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #A8D3DE

#A8D3DE
(168,211,222)
#AFD7E1
(175,215,225)
#B6DBE4
(182,219,228)
#BDDFE7
(189,223,231)
#C4E3EA
(196,227,234)
#CBE7ED
(203,231,237)
#D2EBF0
(210,235,240)
#D9EFF3
(217,239,243)
#E0F3F6
(224,243,246)
#E7F7F9
(231,247,249)
#EEFBFC
(238,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D3DE color. Also use rgb(168,211,222) instead hex code.

Text Font Color

.myTextColor { color: #A8D3DE; }

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

This text font color is #A8D3DE.

Background Color

.myBgColor { background-color: #A8D3DE; }

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

This div background color is #A8D3DE.

Border color

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

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

This div border color is #A8D3DE.

Opacity

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

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

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

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

This text has shadow with #A8D3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D3DE.

Preview

Color preview on black background

This text has color #A8D3DE on black background.


Color preview on white background

This text has color #A8D3DE on white background.


Black color preview on #A8D3DE background

This text has black color on #A8D3DE background.


White color preview on #A8D3DE background

This text has white color on #A8D3DE background.


Related colors

Complementary color

Complementary color for #hex is #572C21.


I love getcolorcode.com

Triadic colors

1 #DEA8D3 and #D3DEA8 with #A8D3DE are triadic colors.

2 #DED3A8 and #D3A8DE with #A8D3DE are triadic colors.