COLOR #A4CBB3

HEX: #A4CBB3 RGB: (164,203,179)

Color info

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

RGB color model

#A4CBB3 color RGB value is (164,203,179).

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

RGB channels and saturation

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

164
203
179

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

Portions of RGB colors in percentages

R + G + B = 164 + 203 + 179 = 546 (100%)
R 164 of 546 ~ 30.04%
G 203 of 546 ~ 37.18%
B 179 of 546 ~ 32.78'%

%30.04
%37.18
%32.78

CMYK color model

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

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

Codes

Color #A4CBB3 in popluar color models

A4 CB B3
RGB 164 203 179
HSL 143° 27.27% 71.96%
HSB/HSV 143° 19.21% 79.61%
CMYK 19.21% 0.00% 11.82%
20.39%

Color #A4CBB3 in popluar number systems.

HEX A4 CB B3
Decimal 164 203 179
Binary 10100100 11001011 10110011
Octal 244 313 263

Shades and tints

Shades of #A4CBB3

#A4CBB3
(164,203,179)
#96B9A3
(150,185,163)
#88A793
(136,167,147)
#7A9583
(122,149,131)
#6C8373
(108,131,115)
#5E7163
(94,113,99)
#505F53
(80,95,83)
#424D43
(66,77,67)
#343B33
(52,59,51)
#262923
(38,41,35)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4CBB3

#A4CBB3
(164,203,179)
#ACCFB9
(172,207,185)
#B4D3BF
(180,211,191)
#BCD7C5
(188,215,197)
#C4DBCB
(196,219,203)
#CCDFD1
(204,223,209)
#D4E3D7
(212,227,215)
#DCE7DD
(220,231,221)
#E4EBE3
(228,235,227)
#ECEFE9
(236,239,233)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBB3; }

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

This text font color is #A4CBB3.

Background Color

.myBgColor { background-color: #A4CBB3; }

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

This div background color is #A4CBB3.

Border color

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

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

This div border color is #A4CBB3.

Opacity

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

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

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

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

This text has shadow with #A4CBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CBB3.

Preview

Color preview on black background

This text has color #A4CBB3 on black background.


Color preview on white background

This text has color #A4CBB3 on white background.


Black color preview on #A4CBB3 background

This text has black color on #A4CBB3 background.


White color preview on #A4CBB3 background

This text has white color on #A4CBB3 background.


Related colors

Complementary color

Complementary color for #hex is #5B344C.


I love getcolorcode.com

Triadic colors

1 #B3A4CB and #CBB3A4 with #A4CBB3 are triadic colors.

2 #B3CBA4 and #CBA4B3 with #A4CBB3 are triadic colors.