COLOR #A7CCDA

HEX: #A7CCDA
RGB: (167,204,218)

Color info

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

RGB color model

#A7CCDA color RGB value is (167,204,218).

  • red value is 167;
  • green value is 204;
  • blue value is 218.
RGB:
(167,204,218)
(65%,80%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 218 of 255 = 85%

167
204
218

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

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 218 = 589 (100%)
R 167 of 589 ~ 28.35%
G 204 of 589 ~ 34.63%
B 218 of 589 ~ 37.01%

%28.35
%34.63
%37.01

CMYK color model

#A7CCDA color CMYK value is (23,6,0,15).

  • cyan value is 23.39%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,6,0,15)
C23M6Y0K15 
(23%,6%,0%,15%)
(0.23/0.06/0.00/0.15)	

CMYK percentages

%23.39
%6.42
%0
%14.51

Codes

Color #A7CCDA in popluar color models

A7CCDA
RGB167204218
HSL196°40.80%75.49%
HSB/HSV196°23.39%85.49%
CMYK23.39%6.42%0.00%
14.51%

Color #A7CCDA in popluar number systems.

HEXA7CCDA
Decimal167204218
Binary101001111100110011011010
Octal247314332

Shades and tints

Shades of #A7CCDA

#A7CCDA
(167,204,218)
#98BAC7
(152,186,199)
#89A8B4
(137,168,180)
#7A96A1
(122,150,161)
#6B848E
(107,132,142)
#5C727B
(92,114,123)
#4D6068
(77,96,104)
#3E4E55
(62,78,85)
#2F3C42
(47,60,66)
#202A2F
(32,42,47)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #A7CCDA

#A7CCDA
(167,204,218)
#AFD0DD
(175,208,221)
#B7D4E0
(183,212,224)
#BFD8E3
(191,216,227)
#C7DCE6
(199,220,230)
#CFE0E9
(207,224,233)
#D7E4EC
(215,228,236)
#DFE8EF
(223,232,239)
#E7ECF2
(231,236,242)
#EFF0F5
(239,240,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CCDA color. Also use rgb(167,204,218) instead hex code.

Text Font Color

.myTextColor { color: #A7CCDA; }

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

This text font color is #A7CCDA.


Background Color

.myBgColor { background-color: #A7CCDA; }

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

This div background color is #A7CCDA.


Border color

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

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

This div border color is #A7CCDA.


Opacity

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

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

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

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

This text has shadow with #A7CCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCDA on black background.


Color preview on white background

This text has color #A7CCDA on white background.



Black color preview on #A7CCDA background

This text has black color on #A7CCDA background.


White color preview on #A7CCDA background

This text has white color on #A7CCDA background.