COLOR #A7CDDC

HEX: #A7CDDC
RGB: (167,205,220)

Color info

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

RGB color model

#A7CDDC color RGB value is (167,205,220).

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

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 220 of 255 = 86%

167
205
220

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

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 220 = 592 (100%)
R 167 of 592 ~ 28.21%
G 205 of 592 ~ 34.63%
B 220 of 592 ~ 37.16%

%28.21
%34.63
%37.16

CMYK color model

#A7CDDC color CMYK value is (24,7,0,14).

  • cyan value is 24.09%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(24,7,0,14)
C24M7Y0K14 
(24%,7%,0%,14%)
(0.24/0.07/0.00/0.14)	

CMYK percentages

%24.09
%6.82
%0
%13.73

Codes

Color #A7CDDC in popluar color models

A7CDDC
RGB167205220
HSL197°43.09%75.88%
HSB/HSV197°24.09%86.27%
CMYK24.09%6.82%0.00%
13.73%

Color #A7CDDC in popluar number systems.

HEXA7CDDC
Decimal167205220
Binary101001111100110111011100
Octal247315334

Shades and tints

Shades of #A7CDDC

#A7CDDC
(167,205,220)
#98BBC8
(152,187,200)
#89A9B4
(137,169,180)
#7A97A0
(122,151,160)
#6B858C
(107,133,140)
#5C7378
(92,115,120)
#4D6164
(77,97,100)
#3E4F50
(62,79,80)
#2F3D3C
(47,61,60)
#202B28
(32,43,40)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7CDDC

#A7CDDC
(167,205,220)
#AFD1DF
(175,209,223)
#B7D5E2
(183,213,226)
#BFD9E5
(191,217,229)
#C7DDE8
(199,221,232)
#CFE1EB
(207,225,235)
#D7E5EE
(215,229,238)
#DFE9F1
(223,233,241)
#E7EDF4
(231,237,244)
#EFF1F7
(239,241,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDDC; }

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

This text font color is #A7CDDC.


Background Color

.myBgColor { background-color: #A7CDDC; }

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

This div background color is #A7CDDC.


Border color

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

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

This div border color is #A7CDDC.


Opacity

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

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

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

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

This text has shadow with #A7CDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CDDC on black background.


Color preview on white background

This text has color #A7CDDC on white background.



Black color preview on #A7CDDC background

This text has black color on #A7CDDC background.


White color preview on #A7CDDC background

This text has white color on #A7CDDC background.