COLOR #A8CAF2

HEX: #A8CAF2
RGB: (168,202,242)

Color info

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

RGB color model

#A8CAF2 color RGB value is (168,202,242).

  • red value is 168;
  • green value is 202;
  • blue value is 242.
RGB:
(168,202,242)
(66%,79%,95%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 242 of 255 = 95%

168
202
242

R + G + B ~ 80%. #A8CAF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 242 = 612 (100%)
R 168 of 612 ~ 27.45%
G 202 of 612 ~ 33.01%
B 242 of 612 ~ 39.54%

%27.45
%33.01
%39.54

CMYK color model

#A8CAF2 color CMYK value is (31,17,0,5).

  • cyan value is 30.58%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(31,17,0,5)
C31M17Y0K5 
(31%,17%,0%,5%)
(0.31/0.17/0.00/0.05)	

CMYK percentages

%30.58
%16.53
%0
%5.1

Codes

Color #A8CAF2 in popluar color models

A8CAF2
RGB168202242
HSL212°74.00%80.39%
HSB/HSV212°30.58%94.90%
CMYK30.58%16.53%0.00%
5.10%

Color #A8CAF2 in popluar number systems.

HEXA8CAF2
Decimal168202242
Binary101010001100101011110010
Octal250312362

Shades and tints

Shades of #A8CAF2

#A8CAF2
(168,202,242)
#99B8DC
(153,184,220)
#8AA6C6
(138,166,198)
#7B94B0
(123,148,176)
#6C829A
(108,130,154)
#5D7084
(93,112,132)
#4E5E6E
(78,94,110)
#3F4C58
(63,76,88)
#303A42
(48,58,66)
#21282C
(33,40,44)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #A8CAF2

#A8CAF2
(168,202,242)
#AFCEF3
(175,206,243)
#B6D2F4
(182,210,244)
#BDD6F5
(189,214,245)
#C4DAF6
(196,218,246)
#CBDEF7
(203,222,247)
#D2E2F8
(210,226,248)
#D9E6F9
(217,230,249)
#E0EAFA
(224,234,250)
#E7EEFB
(231,238,251)
#EEF2FC
(238,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CAF2 color. Also use rgb(168,202,242) instead hex code.

Text Font Color

.myTextColor { color: #A8CAF2; }

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

This text font color is #A8CAF2.


Background Color

.myBgColor { background-color: #A8CAF2; }

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

This div background color is #A8CAF2.


Border color

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

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

This div border color is #A8CAF2.


Opacity

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

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

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

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

This text has shadow with #A8CAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CAF2 on black background.


Color preview on white background

This text has color #A8CAF2 on white background.



Black color preview on #A8CAF2 background

This text has black color on #A8CAF2 background.


White color preview on #A8CAF2 background

This text has white color on #A8CAF2 background.