COLOR #A4CBB2

HEX: #A4CBB2 RGB: (164,203,178)

Color info

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

RGB color model

#A4CBB2 color RGB value is (164,203,178).

RGB: (164,203,178) (64%, 80%, 70%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 178 of 255 = 70%

164
203
178

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

Portions of RGB colors in percentages

R + G + B = 164 + 203 + 178 = 545 (100%)
R 164 of 545 ~ 30.09%
G 203 of 545 ~ 37.25%
B 178 of 545 ~ 32.66'%

%30.09
%37.25
%32.66

CMYK color model

#A4CBB2 color CMYK value is (19,0,12,20).

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

CMYK: (19,0,12,20)
C19M0Y12K20 (19%, 0%, 12%, 20%)
(0.19 / 0.00 / 0.12 / 0.20)

CMYK percentages

%19.21
%0
%12.32
%20.39

Codes

Color #A4CBB2 in popluar color models

A4 CB B2
RGB 164 203 178
HSL 142° 27.27% 71.96%
HSB/HSV 142° 19.21% 79.61%
CMYK 19.21% 0.00% 12.32%
20.39%

Color #A4CBB2 in popluar number systems.

HEX A4 CB B2
Decimal 164 203 178
Binary 10100100 11001011 10110010
Octal 244 313 262

Shades and tints

Shades of #A4CBB2

#A4CBB2
(164,203,178)
#96B9A2
(150,185,162)
#88A792
(136,167,146)
#7A9582
(122,149,130)
#6C8372
(108,131,114)
#5E7162
(94,113,98)
#505F52
(80,95,82)
#424D42
(66,77,66)
#343B32
(52,59,50)
#262922
(38,41,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4CBB2

#A4CBB2
(164,203,178)
#ACCFB9
(172,207,185)
#B4D3C0
(180,211,192)
#BCD7C7
(188,215,199)
#C4DBCE
(196,219,206)
#CCDFD5
(204,223,213)
#D4E3DC
(212,227,220)
#DCE7E3
(220,231,227)
#E4EBEA
(228,235,234)
#ECEFF1
(236,239,241)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBB2; }

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

This text font color is #A4CBB2.

Background Color

.myBgColor { background-color: #A4CBB2; }

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

This div background color is #A4CBB2.

Border color

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

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

This div border color is #A4CBB2.

Opacity

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

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

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

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

This text has shadow with #A4CBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CBB2.

Preview

Color preview on black background

This text has color #A4CBB2 on black background.


Color preview on white background

This text has color #A4CBB2 on white background.


Black color preview on #A4CBB2 background

This text has black color on #A4CBB2 background.


White color preview on #A4CBB2 background

This text has white color on #A4CBB2 background.


Related colors

Complementary color

Complementary color for #hex is #5B344D.


I love getcolorcode.com

Triadic colors

1 #B2A4CB and #CBB2A4 with #A4CBB2 are triadic colors.

2 #B2CBA4 and #CBA4B2 with #A4CBB2 are triadic colors.