COLOR #A4CFBB

HEX: #A4CFBB
RGB: (164,207,187)

Color info

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

RGB color model

#A4CFBB color RGB value is (164,207,187).

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

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 187 of 255 = 73%

164
207
187

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

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 187 = 558 (100%)
R 164 of 558 ~ 29.39%
G 207 of 558 ~ 37.1%
B 187 of 558 ~ 33.51%

%29.39
%37.1
%33.51

CMYK color model

#A4CFBB color CMYK value is (21,0,10,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 18.82%
CMYK:
(21,0,10,19)
C21M0Y10K19 
(21%,0%,10%,19%)
(0.21/0.00/0.10/0.19)	

CMYK percentages

%20.77
%0
%9.66
%18.82

Codes

Color #A4CFBB in popluar color models

A4CFBB
RGB164207187
HSL152°30.94%72.75%
HSB/HSV152°20.77%81.18%
CMYK20.77%0.00%9.66%
18.82%

Color #A4CFBB in popluar number systems.

HEXA4CFBB
Decimal164207187
Binary101001001100111110111011
Octal244317273

Shades and tints

Shades of #A4CFBB

#A4CFBB
(164,207,187)
#96BDAA
(150,189,170)
#88AB99
(136,171,153)
#7A9988
(122,153,136)
#6C8777
(108,135,119)
#5E7566
(94,117,102)
#506355
(80,99,85)
#425144
(66,81,68)
#343F33
(52,63,51)
#262D22
(38,45,34)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #A4CFBB

#A4CFBB
(164,207,187)
#ACD3C1
(172,211,193)
#B4D7C7
(180,215,199)
#BCDBCD
(188,219,205)
#C4DFD3
(196,223,211)
#CCE3D9
(204,227,217)
#D4E7DF
(212,231,223)
#DCEBE5
(220,235,229)
#E4EFEB
(228,239,235)
#ECF3F1
(236,243,241)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFBB; }

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

This text font color is #A4CFBB.


Background Color

.myBgColor { background-color: #A4CFBB; }

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

This div background color is #A4CFBB.


Border color

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

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

This div border color is #A4CFBB.


Opacity

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

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

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

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

This text has shadow with #A4CFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CFBB on black background.


Color preview on white background

This text has color #A4CFBB on white background.



Black color preview on #A4CFBB background

This text has black color on #A4CFBB background.


White color preview on #A4CFBB background

This text has white color on #A4CFBB background.