COLOR #A7CCD6

HEX: #A7CCD6
RGB: (167,204,214)

Color info

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

RGB color model

#A7CCD6 color RGB value is (167,204,214).

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

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 214 of 255 = 84%

167
204
214

R + G + B ~ 76%. #A7CCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 214 = 585 (100%)
R 167 of 585 ~ 28.55%
G 204 of 585 ~ 34.87%
B 214 of 585 ~ 36.58%

%28.55
%34.87
%36.58

CMYK color model

#A7CCD6 color CMYK value is (22,5,0,16).

  • cyan value is 21.96%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(22,5,0,16)
C22M5Y0K16 
(22%,5%,0%,16%)
(0.22/0.05/0.00/0.16)	

CMYK percentages

%21.96
%4.67
%0
%16.08

Codes

Color #A7CCD6 in popluar color models

A7CCD6
RGB167204214
HSL193°36.43%74.71%
HSB/HSV193°21.96%83.92%
CMYK21.96%4.67%0.00%
16.08%

Color #A7CCD6 in popluar number systems.

HEXA7CCD6
Decimal167204214
Binary101001111100110011010110
Octal247314326

Shades and tints

Shades of #A7CCD6

#A7CCD6
(167,204,214)
#98BAC3
(152,186,195)
#89A8B0
(137,168,176)
#7A969D
(122,150,157)
#6B848A
(107,132,138)
#5C7277
(92,114,119)
#4D6064
(77,96,100)
#3E4E51
(62,78,81)
#2F3C3E
(47,60,62)
#202A2B
(32,42,43)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #A7CCD6

#A7CCD6
(167,204,214)
#AFD0D9
(175,208,217)
#B7D4DC
(183,212,220)
#BFD8DF
(191,216,223)
#C7DCE2
(199,220,226)
#CFE0E5
(207,224,229)
#D7E4E8
(215,228,232)
#DFE8EB
(223,232,235)
#E7ECEE
(231,236,238)
#EFF0F1
(239,240,241)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CCD6; }

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

This text font color is #A7CCD6.


Background Color

.myBgColor { background-color: #A7CCD6; }

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

This div background color is #A7CCD6.


Border color

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

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

This div border color is #A7CCD6.


Opacity

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

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

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

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

This text has shadow with #A7CCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCD6 on black background.


Color preview on white background

This text has color #A7CCD6 on white background.



Black color preview on #A7CCD6 background

This text has black color on #A7CCD6 background.


White color preview on #A7CCD6 background

This text has white color on #A7CCD6 background.