COLOR #A4CBBD

HEX: #A4CBBD
RGB: (164,203,189)

Color info

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

RGB color model

#A4CBBD color RGB value is (164,203,189).

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

RGB channels and saturation

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

164
203
189

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 189 = 556 (100%)
R 164 of 556 ~ 29.5%
G 203 of 556 ~ 36.51%
B 189 of 556 ~ 33.99%

%29.5
%36.51
%33.99

CMYK color model

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

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • 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
%6.9
%20.39

Codes

Color #A4CBBD in popluar color models

A4CBBD
RGB164203189
HSL158°27.27%71.96%
HSB/HSV158°19.21%79.61%
CMYK19.21%0.00%6.90%
20.39%

Color #A4CBBD in popluar number systems.

HEXA4CBBD
Decimal164203189
Binary101001001100101110111101
Octal244313275

Shades and tints

Shades of #A4CBBD

#A4CBBD
(164,203,189)
#96B9AC
(150,185,172)
#88A79B
(136,167,155)
#7A958A
(122,149,138)
#6C8379
(108,131,121)
#5E7168
(94,113,104)
#505F57
(80,95,87)
#424D46
(66,77,70)
#343B35
(52,59,53)
#262924
(38,41,36)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4CBBD

#A4CBBD
(164,203,189)
#ACCFC3
(172,207,195)
#B4D3C9
(180,211,201)
#BCD7CF
(188,215,207)
#C4DBD5
(196,219,213)
#CCDFDB
(204,223,219)
#D4E3E1
(212,227,225)
#DCE7E7
(220,231,231)
#E4EBED
(228,235,237)
#ECEFF3
(236,239,243)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBBD; }

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

This text font color is #A4CBBD.


Background Color

.myBgColor { background-color: #A4CBBD; }

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

This div background color is #A4CBBD.


Border color

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

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

This div border color is #A4CBBD.


Opacity

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

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

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

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

This text has shadow with #A4CBBD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4CBBD on black background.


Color preview on white background

This text has color #A4CBBD on white background.



Black color preview on #A4CBBD background

This text has black color on #A4CBBD background.


White color preview on #A4CBBD background

This text has white color on #A4CBBD background.