COLOR #A4CFB3

HEX: #A4CFB3
RGB: (164,207,179)

Color info

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

RGB color model

#A4CFB3 color RGB value is (164,207,179).

  • red value is 164;
  • green value is 207;
  • blue value is 179.
RGB:
(164,207,179)
(64%,81%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 179 of 255 = 70%

164
207
179

R + G + B ~ 72%. #A4CFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 179 = 550 (100%)
R 164 of 550 ~ 29.82%
G 207 of 550 ~ 37.64%
B 179 of 550 ~ 32.55%

%29.82
%37.64
%32.55

CMYK color model

#A4CFB3 color CMYK value is (21,0,14,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 18.82%
CMYK:
(21,0,14,19)
C21M0Y14K19 
(21%,0%,14%,19%)
(0.21/0.00/0.14/0.19)	

CMYK percentages

%20.77
%0
%13.53
%18.82

Codes

Color #A4CFB3 in popluar color models

A4CFB3
RGB164207179
HSL141°30.94%72.75%
HSB/HSV141°20.77%81.18%
CMYK20.77%0.00%13.53%
18.82%

Color #A4CFB3 in popluar number systems.

HEXA4CFB3
Decimal164207179
Binary101001001100111110110011
Octal244317263

Shades and tints

Shades of #A4CFB3

#A4CFB3
(164,207,179)
#96BDA3
(150,189,163)
#88AB93
(136,171,147)
#7A9983
(122,153,131)
#6C8773
(108,135,115)
#5E7563
(94,117,99)
#506353
(80,99,83)
#425143
(66,81,67)
#343F33
(52,63,51)
#262D23
(38,45,35)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #A4CFB3

#A4CFB3
(164,207,179)
#ACD3B9
(172,211,185)
#B4D7BF
(180,215,191)
#BCDBC5
(188,219,197)
#C4DFCB
(196,223,203)
#CCE3D1
(204,227,209)
#D4E7D7
(212,231,215)
#DCEBDD
(220,235,221)
#E4EFE3
(228,239,227)
#ECF3E9
(236,243,233)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFB3; }

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

This text font color is #A4CFB3.


Background Color

.myBgColor { background-color: #A4CFB3; }

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

This div background color is #A4CFB3.


Border color

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

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

This div border color is #A4CFB3.


Opacity

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

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

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

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

This text has shadow with #A4CFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CFB3 on black background.


Color preview on white background

This text has color #A4CFB3 on white background.



Black color preview on #A4CFB3 background

This text has black color on #A4CFB3 background.


White color preview on #A4CFB3 background

This text has white color on #A4CFB3 background.