COLOR #A7CADC

HEX: #A7CADC
RGB: (167,202,220)

Color info

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

RGB color model

#A7CADC color RGB value is (167,202,220).

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

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 220 of 255 = 86%

167
202
220

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

Portions of RGB colors in percentages

R + G + B =
167 + 202 + 220 = 589 (100%)
R 167 of 589 ~ 28.35%
G 202 of 589 ~ 34.3%
B 220 of 589 ~ 37.35%

%28.35
%34.3
%37.35

CMYK color model

#A7CADC color CMYK value is (24,8,0,14).

  • cyan value is 24.09%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(24,8,0,14)
C24M8Y0K14 
(24%,8%,0%,14%)
(0.24/0.08/0.00/0.14)	

CMYK percentages

%24.09
%8.18
%0
%13.73

Codes

Color #A7CADC in popluar color models

A7CADC
RGB167202220
HSL200°43.09%75.88%
HSB/HSV200°24.09%86.27%
CMYK24.09%8.18%0.00%
13.73%

Color #A7CADC in popluar number systems.

HEXA7CADC
Decimal167202220
Binary101001111100101011011100
Octal247312334

Shades and tints

Shades of #A7CADC

#A7CADC
(167,202,220)
#98B8C8
(152,184,200)
#89A6B4
(137,166,180)
#7A94A0
(122,148,160)
#6B828C
(107,130,140)
#5C7078
(92,112,120)
#4D5E64
(77,94,100)
#3E4C50
(62,76,80)
#2F3A3C
(47,58,60)
#202828
(32,40,40)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #A7CADC

#A7CADC
(167,202,220)
#AFCEDF
(175,206,223)
#B7D2E2
(183,210,226)
#BFD6E5
(191,214,229)
#C7DAE8
(199,218,232)
#CFDEEB
(207,222,235)
#D7E2EE
(215,226,238)
#DFE6F1
(223,230,241)
#E7EAF4
(231,234,244)
#EFEEF7
(239,238,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CADC; }

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

This text font color is #A7CADC.


Background Color

.myBgColor { background-color: #A7CADC; }

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

This div background color is #A7CADC.


Border color

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

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

This div border color is #A7CADC.


Opacity

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

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

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

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

This text has shadow with #A7CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CADC on black background.


Color preview on white background

This text has color #A7CADC on white background.



Black color preview on #A7CADC background

This text has black color on #A7CADC background.


White color preview on #A7CADC background

This text has white color on #A7CADC background.