COLOR #A8DDFA

HEX: #A8DDFA RGB: (168,221,250)

Color info

#A8DDFA contains mainly green and blue colors. Web safe color of #A8DDFA is #99CCFF (or #9CF).

RGB color model

#A8DDFA color RGB value is (168,221,250).

RGB: (168,221,250) (66%, 87%, 98%)

RGB channels and saturation

R 168 of 255 = 66%
G 221 of 255 = 87%
B 250 of 255 = 98%

168
221
250

R + G + B ~ 84%. #A8DDFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 221 + 250 = 639 (100%)
R 168 of 639 ~ 26.29%
G 221 of 639 ~ 34.59%
B 250 of 639 ~ 39.12'%

%26.29
%34.59
%39.12

CMYK color model

#A8DDFA color CMYK value is (33,12,0,2).

  • cyan value is 32.80%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (33,12,0,2)
C33M12Y0K2 (33%, 12%, 0%, 2%)
(0.33 / 0.12 / 0.00 / 0.02)

CMYK percentages

%32.8
%11.6
%0
%1.96

Codes

Color #A8DDFA in popluar color models

A8 DD FA
RGB 168 221 250
HSL 201° 89.13% 81.96%
HSB/HSV 201° 32.80% 98.04%
CMYK 32.80% 11.60% 0.00%
1.96%

Color #A8DDFA in popluar number systems.

HEX A8 DD FA
Decimal 168 221 250
Binary 10101000 11011101 11111010
Octal 250 335 372

Shades and tints

Shades of #A8DDFA

#A8DDFA
(168,221,250)
#99C9E4
(153,201,228)
#8AB5CE
(138,181,206)
#7BA1B8
(123,161,184)
#6C8DA2
(108,141,162)
#5D798C
(93,121,140)
#4E6576
(78,101,118)
#3F5160
(63,81,96)
#303D4A
(48,61,74)
#212934
(33,41,52)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #A8DDFA

#A8DDFA
(168,221,250)
#AFE0FA
(175,224,250)
#B6E3FA
(182,227,250)
#BDE6FA
(189,230,250)
#C4E9FA
(196,233,250)
#CBECFA
(203,236,250)
#D2EFFA
(210,239,250)
#D9F2FA
(217,242,250)
#E0F5FA
(224,245,250)
#E7F8FA
(231,248,250)
#EEFBFA
(238,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DDFA; }

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

This text font color is #A8DDFA.

Background Color

.myBgColor { background-color: #A8DDFA; }

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

This div background color is #A8DDFA.

Border color

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

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

This div border color is #A8DDFA.

Opacity

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

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

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

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

This text has shadow with #A8DDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DDFA.

Preview

Color preview on black background

This text has color #A8DDFA on black background.


Color preview on white background

This text has color #A8DDFA on white background.


Black color preview on #A8DDFA background

This text has black color on #A8DDFA background.


White color preview on #A8DDFA background

This text has white color on #A8DDFA background.


Related colors

Complementary color

Complementary color for #hex is #572205.


I love getcolorcode.com

Triadic colors

1 #FAA8DD and #DDFAA8 with #A8DDFA are triadic colors.

2 #FADDA8 and #DDA8FA with #A8DDFA are triadic colors.