COLOR #A4CFB8

HEX: #A4CFB8
RGB: (164,207,184)

Color info

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

RGB color model

#A4CFB8 color RGB value is (164,207,184).

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

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 184 of 255 = 72%

164
207
184

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

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 184 = 555 (100%)
R 164 of 555 ~ 29.55%
G 207 of 555 ~ 37.3%
B 184 of 555 ~ 33.15%

%29.55
%37.3
%33.15

CMYK color model

#A4CFB8 color CMYK value is (21,0,11,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 18.82%
CMYK:
(21,0,11,19)
C21M0Y11K19 
(21%,0%,11%,19%)
(0.21/0.00/0.11/0.19)	

CMYK percentages

%20.77
%0
%11.11
%18.82

Codes

Color #A4CFB8 in popluar color models

A4CFB8
RGB164207184
HSL148°30.94%72.75%
HSB/HSV148°20.77%81.18%
CMYK20.77%0.00%11.11%
18.82%

Color #A4CFB8 in popluar number systems.

HEXA4CFB8
Decimal164207184
Binary101001001100111110111000
Octal244317270

Shades and tints

Shades of #A4CFB8

#A4CFB8
(164,207,184)
#96BDA8
(150,189,168)
#88AB98
(136,171,152)
#7A9988
(122,153,136)
#6C8778
(108,135,120)
#5E7568
(94,117,104)
#506358
(80,99,88)
#425148
(66,81,72)
#343F38
(52,63,56)
#262D28
(38,45,40)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4CFB8

#A4CFB8
(164,207,184)
#ACD3BE
(172,211,190)
#B4D7C4
(180,215,196)
#BCDBCA
(188,219,202)
#C4DFD0
(196,223,208)
#CCE3D6
(204,227,214)
#D4E7DC
(212,231,220)
#DCEBE2
(220,235,226)
#E4EFE8
(228,239,232)
#ECF3EE
(236,243,238)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFB8; }

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

This text font color is #A4CFB8.


Background Color

.myBgColor { background-color: #A4CFB8; }

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

This div background color is #A4CFB8.


Border color

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

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

This div border color is #A4CFB8.


Opacity

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

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

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

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

This text has shadow with #A4CFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CFB8 on black background.


Color preview on white background

This text has color #A4CFB8 on white background.



Black color preview on #A4CFB8 background

This text has black color on #A4CFB8 background.


White color preview on #A4CFB8 background

This text has white color on #A4CFB8 background.