COLOR #A4CBBC

HEX: #A4CBBC
RGB: (164,203,188)

Color info

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

RGB color model

#A4CBBC color RGB value is (164,203,188).

  • red value is 164;
  • green value is 203;
  • blue value is 188.
RGB:
(164,203,188)
(64%,80%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 188 of 255 = 74%

164
203
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 188 = 555 (100%)
R 164 of 555 ~ 29.55%
G 203 of 555 ~ 36.58%
B 188 of 555 ~ 33.87%

%29.55
%36.58
%33.87

CMYK color model

#A4CBBC color CMYK value is (19,0,7,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 20.39%
CMYK:
(19,0,7,20)
C19M0Y7K20 
(19%,0%,7%,20%)
(0.19/0.00/0.07/0.20)	

CMYK percentages

%19.21
%0
%7.39
%20.39

Codes

Color #A4CBBC in popluar color models

A4CBBC
RGB164203188
HSL157°27.27%71.96%
HSB/HSV157°19.21%79.61%
CMYK19.21%0.00%7.39%
20.39%

Color #A4CBBC in popluar number systems.

HEXA4CBBC
Decimal164203188
Binary101001001100101110111100
Octal244313274

Shades and tints

Shades of #A4CBBC

#A4CBBC
(164,203,188)
#96B9AB
(150,185,171)
#88A79A
(136,167,154)
#7A9589
(122,149,137)
#6C8378
(108,131,120)
#5E7167
(94,113,103)
#505F56
(80,95,86)
#424D45
(66,77,69)
#343B34
(52,59,52)
#262923
(38,41,35)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4CBBC

#A4CBBC
(164,203,188)
#ACCFC2
(172,207,194)
#B4D3C8
(180,211,200)
#BCD7CE
(188,215,206)
#C4DBD4
(196,219,212)
#CCDFDA
(204,223,218)
#D4E3E0
(212,227,224)
#DCE7E6
(220,231,230)
#E4EBEC
(228,235,236)
#ECEFF2
(236,239,242)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CBBC color. Also use rgb(164,203,188) instead hex code.

Text Font Color

.myTextColor { color: #A4CBBC; }

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

This text font color is #A4CBBC.


Background Color

.myBgColor { background-color: #A4CBBC; }

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

This div background color is #A4CBBC.


Border color

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

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

This div border color is #A4CBBC.


Opacity

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

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

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

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

This text has shadow with #A4CBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CBBC on black background.


Color preview on white background

This text has color #A4CBBC on white background.



Black color preview on #A4CBBC background

This text has black color on #A4CBBC background.


White color preview on #A4CBBC background

This text has white color on #A4CBBC background.