COLOR #A4CBC1

HEX: #A4CBC1 RGB: (164,203,193)

Color info

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

RGB color model

#A4CBC1 color RGB value is (164,203,193).

RGB: (164,203,193) (64%, 80%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 193 of 255 = 76%

164
203
193

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

Portions of RGB colors in percentages

R + G + B = 164 + 203 + 193 = 560 (100%)
R 164 of 560 ~ 29.29%
G 203 of 560 ~ 36.25%
B 193 of 560 ~ 34.46'%

%29.29
%36.25
%34.46

CMYK color model

#A4CBC1 color CMYK value is (19,0,5,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 20.39%

CMYK: (19,0,5,20)
C19M0Y5K20 (19%, 0%, 5%, 20%)
(0.19 / 0.00 / 0.05 / 0.20)

CMYK percentages

%19.21
%0
%4.93
%20.39

Codes

Color #A4CBC1 in popluar color models

A4 CB C1
RGB 164 203 193
HSL 165° 27.27% 71.96%
HSB/HSV 165° 19.21% 79.61%
CMYK 19.21% 0.00% 4.93%
20.39%

Color #A4CBC1 in popluar number systems.

HEX A4 CB C1
Decimal 164 203 193
Binary 10100100 11001011 11000001
Octal 244 313 301

Shades and tints

Shades of #A4CBC1

#A4CBC1
(164,203,193)
#96B9B0
(150,185,176)
#88A79F
(136,167,159)
#7A958E
(122,149,142)
#6C837D
(108,131,125)
#5E716C
(94,113,108)
#505F5B
(80,95,91)
#424D4A
(66,77,74)
#343B39
(52,59,57)
#262928
(38,41,40)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4CBC1

#A4CBC1
(164,203,193)
#ACCFC6
(172,207,198)
#B4D3CB
(180,211,203)
#BCD7D0
(188,215,208)
#C4DBD5
(196,219,213)
#CCDFDA
(204,223,218)
#D4E3DF
(212,227,223)
#DCE7E4
(220,231,228)
#E4EBE9
(228,235,233)
#ECEFEE
(236,239,238)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBC1; }

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

This text font color is #A4CBC1.

Background Color

.myBgColor { background-color: #A4CBC1; }

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

This div background color is #A4CBC1.

Border color

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

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

This div border color is #A4CBC1.

Opacity

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

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

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

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

This text has shadow with #A4CBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CBC1.

Preview

Color preview on black background

This text has color #A4CBC1 on black background.


Color preview on white background

This text has color #A4CBC1 on white background.


Black color preview on #A4CBC1 background

This text has black color on #A4CBC1 background.


White color preview on #A4CBC1 background

This text has white color on #A4CBC1 background.


Related colors

Complementary color

Complementary color for #hex is #5B343E.


I love getcolorcode.com

Triadic colors

1 #C1A4CB and #CBC1A4 with #A4CBC1 are triadic colors.

2 #C1CBA4 and #CBA4C1 with #A4CBC1 are triadic colors.