COLOR #A4C0BB

HEX: #A4C0BB
RGB: (164,192,187)

Color info

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

RGB color model

#A4C0BB color RGB value is (164,192,187).

  • red value is 164;
  • green value is 192;
  • blue value is 187.
RGB:
(164,192,187)
(64%,75%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 187 of 255 = 73%

164
192
187

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

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 187 = 543 (100%)
R 164 of 543 ~ 30.2%
G 192 of 543 ~ 35.36%
B 187 of 543 ~ 34.44%

%30.2
%35.36
%34.44

CMYK color model

#A4C0BB color CMYK value is (15,0,3,25).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 24.71%
CMYK:
(15,0,3,25)
C15M0Y3K25 
(15%,0%,3%,25%)
(0.15/0.00/0.03/0.25)	

CMYK percentages

%14.58
%0
%2.6
%24.71

Codes

Color #A4C0BB in popluar color models

A4C0BB
RGB164192187
HSL169°18.18%69.80%
HSB/HSV169°14.58%75.29%
CMYK14.58%0.00%2.60%
24.71%

Color #A4C0BB in popluar number systems.

HEXA4C0BB
Decimal164192187
Binary101001001100000010111011
Octal244300273

Shades and tints

Shades of #A4C0BB

#A4C0BB
(164,192,187)
#96AFAA
(150,175,170)
#889E99
(136,158,153)
#7A8D88
(122,141,136)
#6C7C77
(108,124,119)
#5E6B66
(94,107,102)
#505A55
(80,90,85)
#424944
(66,73,68)
#343833
(52,56,51)
#262722
(38,39,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4C0BB

#A4C0BB
(164,192,187)
#ACC5C1
(172,197,193)
#B4CAC7
(180,202,199)
#BCCFCD
(188,207,205)
#C4D4D3
(196,212,211)
#CCD9D9
(204,217,217)
#D4DEDF
(212,222,223)
#DCE3E5
(220,227,229)
#E4E8EB
(228,232,235)
#ECEDF1
(236,237,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C0BB color. Also use rgb(164,192,187) instead hex code.

Text Font Color

.myTextColor { color: #A4C0BB; }

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

This text font color is #A4C0BB.


Background Color

.myBgColor { background-color: #A4C0BB; }

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

This div background color is #A4C0BB.


Border color

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

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

This div border color is #A4C0BB.


Opacity

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

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

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

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

This text has shadow with #A4C0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C0BB on black background.


Color preview on white background

This text has color #A4C0BB on white background.



Black color preview on #A4C0BB background

This text has black color on #A4C0BB background.


White color preview on #A4C0BB background

This text has white color on #A4C0BB background.