COLOR #A7CCCD

HEX: #A7CCCD
RGB: (167,204,205)

Color info

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

RGB color model

#A7CCCD color RGB value is (167,204,205).

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

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 205 of 255 = 80%

167
204
205

R + G + B ~ 75%. #A7CCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 205 = 576 (100%)
R 167 of 576 ~ 28.99%
G 204 of 576 ~ 35.42%
B 205 of 576 ~ 35.59%

%28.99
%35.42
%35.59

CMYK color model

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

  • cyan value is 18.54%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(19,0,0,20)
C19M0Y0K20 
(19%,0%,0%,20%)
(0.19/0.00/0.00/0.20)	

CMYK percentages

%18.54
%0.49
%0
%19.61

Codes

Color #A7CCCD in popluar color models

A7CCCD
RGB167204205
HSL182°27.54%72.94%
HSB/HSV182°18.54%80.39%
CMYK18.54%0.49%0.00%
19.61%

Color #A7CCCD in popluar number systems.

HEXA7CCCD
Decimal167204205
Binary101001111100110011001101
Octal247314315

Shades and tints

Shades of #A7CCCD

#A7CCCD
(167,204,205)
#98BABB
(152,186,187)
#89A8A9
(137,168,169)
#7A9697
(122,150,151)
#6B8485
(107,132,133)
#5C7273
(92,114,115)
#4D6061
(77,96,97)
#3E4E4F
(62,78,79)
#2F3C3D
(47,60,61)
#202A2B
(32,42,43)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #A7CCCD

#A7CCCD
(167,204,205)
#AFD0D1
(175,208,209)
#B7D4D5
(183,212,213)
#BFD8D9
(191,216,217)
#C7DCDD
(199,220,221)
#CFE0E1
(207,224,225)
#D7E4E5
(215,228,229)
#DFE8E9
(223,232,233)
#E7ECED
(231,236,237)
#EFF0F1
(239,240,241)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CCCD; }

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

This text font color is #A7CCCD.


Background Color

.myBgColor { background-color: #A7CCCD; }

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

This div background color is #A7CCCD.


Border color

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

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

This div border color is #A7CCCD.


Opacity

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

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

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

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

This text has shadow with #A7CCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCCD on black background.


Color preview on white background

This text has color #A7CCCD on white background.



Black color preview on #A7CCCD background

This text has black color on #A7CCCD background.


White color preview on #A7CCCD background

This text has white color on #A7CCCD background.