COLOR #A7CCC4

HEX: #A7CCC4
RGB: (167,204,196)

Color info

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

RGB color model

#A7CCC4 color RGB value is (167,204,196).

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

RGB channels and saturation

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

167
204
196

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

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 196 = 567 (100%)
R 167 of 567 ~ 29.45%
G 204 of 567 ~ 35.98%
B 196 of 567 ~ 34.57%

%29.45
%35.98
%34.57

CMYK color model

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

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

CMYK percentages

%18.14
%0
%3.92
%20

Codes

Color #A7CCC4 in popluar color models

A7CCC4
RGB167204196
HSL167°26.62%72.75%
HSB/HSV167°18.14%80.00%
CMYK18.14%0.00%3.92%
20.00%

Color #A7CCC4 in popluar number systems.

HEXA7CCC4
Decimal167204196
Binary101001111100110011000100
Octal247314304

Shades and tints

Shades of #A7CCC4

#A7CCC4
(167,204,196)
#98BAB3
(152,186,179)
#89A8A2
(137,168,162)
#7A9691
(122,150,145)
#6B8480
(107,132,128)
#5C726F
(92,114,111)
#4D605E
(77,96,94)
#3E4E4D
(62,78,77)
#2F3C3C
(47,60,60)
#202A2B
(32,42,43)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #A7CCC4

#A7CCC4
(167,204,196)
#AFD0C9
(175,208,201)
#B7D4CE
(183,212,206)
#BFD8D3
(191,216,211)
#C7DCD8
(199,220,216)
#CFE0DD
(207,224,221)
#D7E4E2
(215,228,226)
#DFE8E7
(223,232,231)
#E7ECEC
(231,236,236)
#EFF0F1
(239,240,241)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CCC4; }

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

This text font color is #A7CCC4.


Background Color

.myBgColor { background-color: #A7CCC4; }

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

This div background color is #A7CCC4.


Border color

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

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

This div border color is #A7CCC4.


Opacity

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

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

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

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

This text has shadow with #A7CCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCC4 on black background.


Color preview on white background

This text has color #A7CCC4 on white background.



Black color preview on #A7CCC4 background

This text has black color on #A7CCC4 background.


White color preview on #A7CCC4 background

This text has white color on #A7CCC4 background.