COLOR #A7CCBB

HEX: #A7CCBB
RGB: (167,204,187)

Color info

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

RGB color model

#A7CCBB color RGB value is (167,204,187).

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

RGB channels and saturation

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

167
204
187

R + G + B ~ 73%. #A7CCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 187 = 558 (100%)
R 167 of 558 ~ 29.93%
G 204 of 558 ~ 36.56%
B 187 of 558 ~ 33.51%

%29.93
%36.56
%33.51

CMYK color model

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

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

CMYK percentages

%18.14
%0
%8.33
%20

Codes

Color #A7CCBB in popluar color models

A7CCBB
RGB167204187
HSL152°26.62%72.75%
HSB/HSV152°18.14%80.00%
CMYK18.14%0.00%8.33%
20.00%

Color #A7CCBB in popluar number systems.

HEXA7CCBB
Decimal167204187
Binary101001111100110010111011
Octal247314273

Shades and tints

Shades of #A7CCBB

#A7CCBB
(167,204,187)
#98BAAA
(152,186,170)
#89A899
(137,168,153)
#7A9688
(122,150,136)
#6B8477
(107,132,119)
#5C7266
(92,114,102)
#4D6055
(77,96,85)
#3E4E44
(62,78,68)
#2F3C33
(47,60,51)
#202A22
(32,42,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7CCBB

#A7CCBB
(167,204,187)
#AFD0C1
(175,208,193)
#B7D4C7
(183,212,199)
#BFD8CD
(191,216,205)
#C7DCD3
(199,220,211)
#CFE0D9
(207,224,217)
#D7E4DF
(215,228,223)
#DFE8E5
(223,232,229)
#E7ECEB
(231,236,235)
#EFF0F1
(239,240,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CCBB; }

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

This text font color is #A7CCBB.


Background Color

.myBgColor { background-color: #A7CCBB; }

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

This div background color is #A7CCBB.


Border color

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

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

This div border color is #A7CCBB.


Opacity

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

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

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

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

This text has shadow with #A7CCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CCBB on black background.


Color preview on white background

This text has color #A7CCBB on white background.



Black color preview on #A7CCBB background

This text has black color on #A7CCBB background.


White color preview on #A7CCBB background

This text has white color on #A7CCBB background.