COLOR #A7CADD

HEX: #A7CADD
RGB: (167,202,221)

Color info

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

RGB color model

#A7CADD color RGB value is (167,202,221).

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

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 221 of 255 = 87%

167
202
221

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

Portions of RGB colors in percentages

R + G + B =
167 + 202 + 221 = 590 (100%)
R 167 of 590 ~ 28.31%
G 202 of 590 ~ 34.24%
B 221 of 590 ~ 37.46%

%28.31
%34.24
%37.46

CMYK color model

#A7CADD color CMYK value is (24,9,0,13).

  • cyan value is 24.43%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(24,9,0,13)
C24M9Y0K13 
(24%,9%,0%,13%)
(0.24/0.09/0.00/0.13)	

CMYK percentages

%24.43
%8.6
%0
%13.33

Codes

Color #A7CADD in popluar color models

A7CADD
RGB167202221
HSL201°44.26%76.08%
HSB/HSV201°24.43%86.67%
CMYK24.43%8.60%0.00%
13.33%

Color #A7CADD in popluar number systems.

HEXA7CADD
Decimal167202221
Binary101001111100101011011101
Octal247312335

Shades and tints

Shades of #A7CADD

#A7CADD
(167,202,221)
#98B8C9
(152,184,201)
#89A6B5
(137,166,181)
#7A94A1
(122,148,161)
#6B828D
(107,130,141)
#5C7079
(92,112,121)
#4D5E65
(77,94,101)
#3E4C51
(62,76,81)
#2F3A3D
(47,58,61)
#202829
(32,40,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7CADD

#A7CADD
(167,202,221)
#AFCEE0
(175,206,224)
#B7D2E3
(183,210,227)
#BFD6E6
(191,214,230)
#C7DAE9
(199,218,233)
#CFDEEC
(207,222,236)
#D7E2EF
(215,226,239)
#DFE6F2
(223,230,242)
#E7EAF5
(231,234,245)
#EFEEF8
(239,238,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CADD; }

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

This text font color is #A7CADD.


Background Color

.myBgColor { background-color: #A7CADD; }

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

This div background color is #A7CADD.


Border color

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

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

This div border color is #A7CADD.


Opacity

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

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

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

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

This text has shadow with #A7CADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CADD on black background.


Color preview on white background

This text has color #A7CADD on white background.



Black color preview on #A7CADD background

This text has black color on #A7CADD background.


White color preview on #A7CADD background

This text has white color on #A7CADD background.