COLOR #A7CCCC

HEX: #A7CCCC
RGB: (167,204,204)

Color info

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

RGB color model

#A7CCCC color RGB value is (167,204,204).

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

RGB channels and saturation

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

167
204
204

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

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 204 = 575 (100%)
R 167 of 575 ~ 29.04%
G 204 of 575 ~ 35.48%
B 204 of 575 ~ 35.48%

%29.04
%35.48
%35.48

CMYK color model

#A7CCCC color CMYK value is (18,0,0,20).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,0,0,20)
C18M0Y0K20 
(18%,0%,0%,20%)
(0.18/0.00/0.00/0.20)	

CMYK percentages

%18.14
%0
%0
%20

Codes

Color #A7CCCC in popluar color models

A7CCCC
RGB167204204
HSL180°26.62%72.75%
HSB/HSV180°18.14%80.00%
CMYK18.14%0.00%0.00%
20.00%

Color #A7CCCC in popluar number systems.

HEXA7CCCC
Decimal167204204
Binary101001111100110011001100
Octal247314314

Shades and tints

Shades of #A7CCCC

#A7CCCC
(167,204,204)
#98BABA
(152,186,186)
#89A8A8
(137,168,168)
#7A9696
(122,150,150)
#6B8484
(107,132,132)
#5C7272
(92,114,114)
#4D6060
(77,96,96)
#3E4E4E
(62,78,78)
#2F3C3C
(47,60,60)
#202A2A
(32,42,42)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #A7CCCC

#A7CCCC
(167,204,204)
#AFD0D0
(175,208,208)
#B7D4D4
(183,212,212)
#BFD8D8
(191,216,216)
#C7DCDC
(199,220,220)
#CFE0E0
(207,224,224)
#D7E4E4
(215,228,228)
#DFE8E8
(223,232,232)
#E7ECEC
(231,236,236)
#EFF0F0
(239,240,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CCCC; }

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

This text font color is #A7CCCC.


Background Color

.myBgColor { background-color: #A7CCCC; }

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

This div background color is #A7CCCC.


Border color

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

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

This div border color is #A7CCCC.


Opacity

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

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

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

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

This text has shadow with #A7CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCCC on black background.


Color preview on white background

This text has color #A7CCCC on white background.



Black color preview on #A7CCCC background

This text has black color on #A7CCCC background.


White color preview on #A7CCCC background

This text has white color on #A7CCCC background.