COLOR #A7CAD3

HEX: #A7CAD3
RGB: (167,202,211)

Color info

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

RGB color model

#A7CAD3 color RGB value is (167,202,211).

  • red value is 167;
  • green value is 202;
  • blue value is 211.
RGB:
(167,202,211)
(65%,79%,83%)

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 211 of 255 = 83%

167
202
211

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

Portions of RGB colors in percentages

R + G + B =
167 + 202 + 211 = 580 (100%)
R 167 of 580 ~ 28.79%
G 202 of 580 ~ 34.83%
B 211 of 580 ~ 36.38%

%28.79
%34.83
%36.38

CMYK color model

#A7CAD3 color CMYK value is (21,4,0,17).

  • cyan value is 20.85%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(21,4,0,17)
C21M4Y0K17 
(21%,4%,0%,17%)
(0.21/0.04/0.00/0.17)	

CMYK percentages

%20.85
%4.27
%0
%17.25

Codes

Color #A7CAD3 in popluar color models

A7CAD3
RGB167202211
HSL192°33.33%74.12%
HSB/HSV192°20.85%82.75%
CMYK20.85%4.27%0.00%
17.25%

Color #A7CAD3 in popluar number systems.

HEXA7CAD3
Decimal167202211
Binary101001111100101011010011
Octal247312323

Shades and tints

Shades of #A7CAD3

#A7CAD3
(167,202,211)
#98B8C0
(152,184,192)
#89A6AD
(137,166,173)
#7A949A
(122,148,154)
#6B8287
(107,130,135)
#5C7074
(92,112,116)
#4D5E61
(77,94,97)
#3E4C4E
(62,76,78)
#2F3A3B
(47,58,59)
#202828
(32,40,40)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7CAD3

#A7CAD3
(167,202,211)
#AFCED7
(175,206,215)
#B7D2DB
(183,210,219)
#BFD6DF
(191,214,223)
#C7DAE3
(199,218,227)
#CFDEE7
(207,222,231)
#D7E2EB
(215,226,235)
#DFE6EF
(223,230,239)
#E7EAF3
(231,234,243)
#EFEEF7
(239,238,247)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CAD3 color. Also use rgb(167,202,211) instead hex code.

Text Font Color

.myTextColor { color: #A7CAD3; }

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

This text font color is #A7CAD3.


Background Color

.myBgColor { background-color: #A7CAD3; }

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

This div background color is #A7CAD3.


Border color

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

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

This div border color is #A7CAD3.


Opacity

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

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

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

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

This text has shadow with #A7CAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CAD3 on black background.


Color preview on white background

This text has color #A7CAD3 on white background.



Black color preview on #A7CAD3 background

This text has black color on #A7CAD3 background.


White color preview on #A7CAD3 background

This text has white color on #A7CAD3 background.