COLOR #A8CFDA

HEX: #A8CFDA
RGB: (168,207,218)

Color info

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

RGB color model

#A8CFDA color RGB value is (168,207,218).

  • red value is 168;
  • green value is 207;
  • blue value is 218.
RGB:
(168,207,218)
(66%,81%,85%)

RGB channels and saturation

R 168 of 255 = 66%
G 207 of 255 = 81%
B 218 of 255 = 85%

168
207
218

R + G + B ~ 77%. #A8CFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 207 + 218 = 593 (100%)
R 168 of 593 ~ 28.33%
G 207 of 593 ~ 34.91%
B 218 of 593 ~ 36.76%

%28.33
%34.91
%36.76

CMYK color model

#A8CFDA color CMYK value is (23,5,0,15).

  • cyan value is 22.94%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,5,0,15)
C23M5Y0K15 
(23%,5%,0%,15%)
(0.23/0.05/0.00/0.15)	

CMYK percentages

%22.94
%5.05
%0
%14.51

Codes

Color #A8CFDA in popluar color models

A8CFDA
RGB168207218
HSL193°40.32%75.69%
HSB/HSV193°22.94%85.49%
CMYK22.94%5.05%0.00%
14.51%

Color #A8CFDA in popluar number systems.

HEXA8CFDA
Decimal168207218
Binary101010001100111111011010
Octal250317332

Shades and tints

Shades of #A8CFDA

#A8CFDA
(168,207,218)
#99BDC7
(153,189,199)
#8AABB4
(138,171,180)
#7B99A1
(123,153,161)
#6C878E
(108,135,142)
#5D757B
(93,117,123)
#4E6368
(78,99,104)
#3F5155
(63,81,85)
#303F42
(48,63,66)
#212D2F
(33,45,47)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #A8CFDA

#A8CFDA
(168,207,218)
#AFD3DD
(175,211,221)
#B6D7E0
(182,215,224)
#BDDBE3
(189,219,227)
#C4DFE6
(196,223,230)
#CBE3E9
(203,227,233)
#D2E7EC
(210,231,236)
#D9EBEF
(217,235,239)
#E0EFF2
(224,239,242)
#E7F3F5
(231,243,245)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CFDA color. Also use rgb(168,207,218) instead hex code.

Text Font Color

.myTextColor { color: #A8CFDA; }

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

This text font color is #A8CFDA.


Background Color

.myBgColor { background-color: #A8CFDA; }

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

This div background color is #A8CFDA.


Border color

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

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

This div border color is #A8CFDA.


Opacity

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

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

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

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

This text has shadow with #A8CFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CFDA on black background.


Color preview on white background

This text has color #A8CFDA on white background.



Black color preview on #A8CFDA background

This text has black color on #A8CFDA background.


White color preview on #A8CFDA background

This text has white color on #A8CFDA background.