COLOR #A4CBCC

HEX: #A4CBCC RGB: (164,203,204)

Color info

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

RGB color model

#A4CBCC color RGB value is (164,203,204).

RGB: (164,203,204) (64%, 80%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 204 of 255 = 80%

164
203
204

R + G + B ~ 75%. #A4CBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 203 + 204 = 571 (100%)
R 164 of 571 ~ 28.72%
G 203 of 571 ~ 35.55%
B 204 of 571 ~ 35.73'%

%28.72
%35.55
%35.73

CMYK color model

#A4CBCC color CMYK value is (20,0,0,20).

  • cyan value is 19.61%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (20,0,0,20)
C20M0Y0K20 (20%, 0%, 0%, 20%)
(0.20 / 0.00 / 0.00 / 0.20)

CMYK percentages

%19.61
%0.49
%0
%20

Codes

Color #A4CBCC in popluar color models

A4 CB CC
RGB 164 203 204
HSL 182° 28.17% 72.16%
HSB/HSV 182° 19.61% 80.00%
CMYK 19.61% 0.49% 0.00%
20.00%

Color #A4CBCC in popluar number systems.

HEX A4 CB CC
Decimal 164 203 204
Binary 10100100 11001011 11001100
Octal 244 313 314

Shades and tints

Shades of #A4CBCC

#A4CBCC
(164,203,204)
#96B9BA
(150,185,186)
#88A7A8
(136,167,168)
#7A9596
(122,149,150)
#6C8384
(108,131,132)
#5E7172
(94,113,114)
#505F60
(80,95,96)
#424D4E
(66,77,78)
#343B3C
(52,59,60)
#26292A
(38,41,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #A4CBCC

#A4CBCC
(164,203,204)
#ACCFD0
(172,207,208)
#B4D3D4
(180,211,212)
#BCD7D8
(188,215,216)
#C4DBDC
(196,219,220)
#CCDFE0
(204,223,224)
#D4E3E4
(212,227,228)
#DCE7E8
(220,231,232)
#E4EBEC
(228,235,236)
#ECEFF0
(236,239,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBCC; }

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

This text font color is #A4CBCC.

Background Color

.myBgColor { background-color: #A4CBCC; }

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

This div background color is #A4CBCC.

Border color

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

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

This div border color is #A4CBCC.

Opacity

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

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

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

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

This text has shadow with #A4CBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CBCC.

Preview

Color preview on black background

This text has color #A4CBCC on black background.


Color preview on white background

This text has color #A4CBCC on white background.


Black color preview on #A4CBCC background

This text has black color on #A4CBCC background.


White color preview on #A4CBCC background

This text has white color on #A4CBCC background.


Related colors

Complementary color

Complementary color for #hex is #5B3433.


I love getcolorcode.com

Triadic colors

1 #CCA4CB and #CBCCA4 with #A4CBCC are triadic colors.

2 #CCCBA4 and #CBA4CC with #A4CBCC are triadic colors.