COLOR #A7C1DA

HEX: #A7C1DA
RGB: (167,193,218)

Color info

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

RGB color model

#A7C1DA color RGB value is (167,193,218).

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

RGB channels and saturation

R 167 of 255 = 65%
G 193 of 255 = 76%
B 218 of 255 = 85%

167
193
218

R + G + B ~ 75%. #A7C1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 193 + 218 = 578 (100%)
R 167 of 578 ~ 28.89%
G 193 of 578 ~ 33.39%
B 218 of 578 ~ 37.72%

%28.89
%33.39
%37.72

CMYK color model

#A7C1DA color CMYK value is (23,11,0,15).

  • cyan value is 23.39%
  • magenta value is 11.47%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(23,11,0,15)
C23M11Y0K15 
(23%,11%,0%,15%)
(0.23/0.11/0.00/0.15)	

CMYK percentages

%23.39
%11.47
%0
%14.51

Codes

Color #A7C1DA in popluar color models

A7C1DA
RGB167193218
HSL209°40.80%75.49%
HSB/HSV209°23.39%85.49%
CMYK23.39%11.47%0.00%
14.51%

Color #A7C1DA in popluar number systems.

HEXA7C1DA
Decimal167193218
Binary101001111100000111011010
Octal247301332

Shades and tints

Shades of #A7C1DA

#A7C1DA
(167,193,218)
#98B0C7
(152,176,199)
#899FB4
(137,159,180)
#7A8EA1
(122,142,161)
#6B7D8E
(107,125,142)
#5C6C7B
(92,108,123)
#4D5B68
(77,91,104)
#3E4A55
(62,74,85)
#2F3942
(47,57,66)
#20282F
(32,40,47)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #A7C1DA

#A7C1DA
(167,193,218)
#AFC6DD
(175,198,221)
#B7CBE0
(183,203,224)
#BFD0E3
(191,208,227)
#C7D5E6
(199,213,230)
#CFDAE9
(207,218,233)
#D7DFEC
(215,223,236)
#DFE4EF
(223,228,239)
#E7E9F2
(231,233,242)
#EFEEF5
(239,238,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C1DA; }

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

This text font color is #A7C1DA.


Background Color

.myBgColor { background-color: #A7C1DA; }

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

This div background color is #A7C1DA.


Border color

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

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

This div border color is #A7C1DA.


Opacity

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

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

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

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

This text has shadow with #A7C1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C1DA on black background.


Color preview on white background

This text has color #A7C1DA on white background.



Black color preview on #A7C1DA background

This text has black color on #A7C1DA background.


White color preview on #A7C1DA background

This text has white color on #A7C1DA background.