COLOR #A7CCB0

HEX: #A7CCB0
RGB: (167,204,176)

Color info

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

RGB color model

#A7CCB0 color RGB value is (167,204,176).

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

RGB channels and saturation

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

167
204
176

R + G + B ~ 71%. #A7CCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 176 = 547 (100%)
R 167 of 547 ~ 30.53%
G 204 of 547 ~ 37.29%
B 176 of 547 ~ 32.18%

%30.53
%37.29
%32.18

CMYK color model

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

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

CMYK percentages

%18.14
%0
%13.73
%20

Codes

Color #A7CCB0 in popluar color models

A7CCB0
RGB167204176
HSL135°26.62%72.75%
HSB/HSV135°18.14%80.00%
CMYK18.14%0.00%13.73%
20.00%

Color #A7CCB0 in popluar number systems.

HEXA7CCB0
Decimal167204176
Binary101001111100110010110000
Octal247314260

Shades and tints

Shades of #A7CCB0

#A7CCB0
(167,204,176)
#98BAA0
(152,186,160)
#89A890
(137,168,144)
#7A9680
(122,150,128)
#6B8470
(107,132,112)
#5C7260
(92,114,96)
#4D6050
(77,96,80)
#3E4E40
(62,78,64)
#2F3C30
(47,60,48)
#202A20
(32,42,32)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #A7CCB0

#A7CCB0
(167,204,176)
#AFD0B7
(175,208,183)
#B7D4BE
(183,212,190)
#BFD8C5
(191,216,197)
#C7DCCC
(199,220,204)
#CFE0D3
(207,224,211)
#D7E4DA
(215,228,218)
#DFE8E1
(223,232,225)
#E7ECE8
(231,236,232)
#EFF0EF
(239,240,239)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CCB0; }

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

This text font color is #A7CCB0.


Background Color

.myBgColor { background-color: #A7CCB0; }

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

This div background color is #A7CCB0.


Border color

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

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

This div border color is #A7CCB0.


Opacity

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

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

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

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

This text has shadow with #A7CCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCB0 on black background.


Color preview on white background

This text has color #A7CCB0 on white background.



Black color preview on #A7CCB0 background

This text has black color on #A7CCB0 background.


White color preview on #A7CCB0 background

This text has white color on #A7CCB0 background.