COLOR #A8CAF3

HEX: #A8CAF3
RGB: (168,202,243)

Color info

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

RGB color model

#A8CAF3 color RGB value is (168,202,243).

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

RGB channels and saturation

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

168
202
243

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

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 243 = 613 (100%)
R 168 of 613 ~ 27.41%
G 202 of 613 ~ 32.95%
B 243 of 613 ~ 39.64%

%27.41
%32.95
%39.64

CMYK color model

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

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

CMYK percentages

%30.86
%16.87
%0
%4.71

Codes

Color #A8CAF3 in popluar color models

A8CAF3
RGB168202243
HSL213°75.76%80.59%
HSB/HSV213°30.86%95.29%
CMYK30.86%16.87%0.00%
4.71%

Color #A8CAF3 in popluar number systems.

HEXA8CAF3
Decimal168202243
Binary101010001100101011110011
Octal250312363

Shades and tints

Shades of #A8CAF3

#A8CAF3
(168,202,243)
#99B8DD
(153,184,221)
#8AA6C7
(138,166,199)
#7B94B1
(123,148,177)
#6C829B
(108,130,155)
#5D7085
(93,112,133)
#4E5E6F
(78,94,111)
#3F4C59
(63,76,89)
#303A43
(48,58,67)
#21282D
(33,40,45)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #A8CAF3

#A8CAF3
(168,202,243)
#AFCEF4
(175,206,244)
#B6D2F5
(182,210,245)
#BDD6F6
(189,214,246)
#C4DAF7
(196,218,247)
#CBDEF8
(203,222,248)
#D2E2F9
(210,226,249)
#D9E6FA
(217,230,250)
#E0EAFB
(224,234,251)
#E7EEFC
(231,238,252)
#EEF2FD
(238,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CAF3; }

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

This text font color is #A8CAF3.


Background Color

.myBgColor { background-color: #A8CAF3; }

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

This div background color is #A8CAF3.


Border color

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

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

This div border color is #A8CAF3.


Opacity

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

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

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

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

This text has shadow with #A8CAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CAF3 on black background.


Color preview on white background

This text has color #A8CAF3 on white background.



Black color preview on #A8CAF3 background

This text has black color on #A8CAF3 background.


White color preview on #A8CAF3 background

This text has white color on #A8CAF3 background.