COLOR #A7CDC8

HEX: #A7CDC8
RGB: (167,205,200)

Color info

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

RGB color model

#A7CDC8 color RGB value is (167,205,200).

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

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 200 of 255 = 78%

167
205
200

R + G + B ~ 74%. #A7CDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 205 + 200 = 572 (100%)
R 167 of 572 ~ 29.2%
G 205 of 572 ~ 35.84%
B 200 of 572 ~ 34.97%

%29.2
%35.84
%34.97

CMYK color model

#A7CDC8 color CMYK value is (19,0,2,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%
CMYK:
(19,0,2,20)
C19M0Y2K20 
(19%,0%,2%,20%)
(0.19/0.00/0.02/0.20)	

CMYK percentages

%18.54
%0
%2.44
%19.61

Codes

Color #A7CDC8 in popluar color models

A7CDC8
RGB167205200
HSL172°27.54%72.94%
HSB/HSV172°18.54%80.39%
CMYK18.54%0.00%2.44%
19.61%

Color #A7CDC8 in popluar number systems.

HEXA7CDC8
Decimal167205200
Binary101001111100110111001000
Octal247315310

Shades and tints

Shades of #A7CDC8

#A7CDC8
(167,205,200)
#98BBB6
(152,187,182)
#89A9A4
(137,169,164)
#7A9792
(122,151,146)
#6B8580
(107,133,128)
#5C736E
(92,115,110)
#4D615C
(77,97,92)
#3E4F4A
(62,79,74)
#2F3D38
(47,61,56)
#202B26
(32,43,38)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7CDC8

#A7CDC8
(167,205,200)
#AFD1CD
(175,209,205)
#B7D5D2
(183,213,210)
#BFD9D7
(191,217,215)
#C7DDDC
(199,221,220)
#CFE1E1
(207,225,225)
#D7E5E6
(215,229,230)
#DFE9EB
(223,233,235)
#E7EDF0
(231,237,240)
#EFF1F5
(239,241,245)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDC8; }

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

This text font color is #A7CDC8.


Background Color

.myBgColor { background-color: #A7CDC8; }

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

This div background color is #A7CDC8.


Border color

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

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

This div border color is #A7CDC8.


Opacity

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

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

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

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

This text has shadow with #A7CDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CDC8 on black background.


Color preview on white background

This text has color #A7CDC8 on white background.



Black color preview on #A7CDC8 background

This text has black color on #A7CDC8 background.


White color preview on #A7CDC8 background

This text has white color on #A7CDC8 background.