COLOR #A4CBBE

HEX: #A4CBBE
RGB: (164,203,190)

Color info

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

RGB color model

#A4CBBE color RGB value is (164,203,190).

  • red value is 164;
  • green value is 203;
  • blue value is 190.
RGB:
(164,203,190)
(64%,80%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 190 of 255 = 75%

164
203
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 190 = 557 (100%)
R 164 of 557 ~ 29.44%
G 203 of 557 ~ 36.45%
B 190 of 557 ~ 34.11%

%29.44
%36.45
%34.11

CMYK color model

#A4CBBE color CMYK value is (19,0,6,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 20.39%
CMYK:
(19,0,6,20)
C19M0Y6K20 
(19%,0%,6%,20%)
(0.19/0.00/0.06/0.20)	

CMYK percentages

%19.21
%0
%6.4
%20.39

Codes

Color #A4CBBE in popluar color models

A4CBBE
RGB164203190
HSL160°27.27%71.96%
HSB/HSV160°19.21%79.61%
CMYK19.21%0.00%6.40%
20.39%

Color #A4CBBE in popluar number systems.

HEXA4CBBE
Decimal164203190
Binary101001001100101110111110
Octal244313276

Shades and tints

Shades of #A4CBBE

#A4CBBE
(164,203,190)
#96B9AD
(150,185,173)
#88A79C
(136,167,156)
#7A958B
(122,149,139)
#6C837A
(108,131,122)
#5E7169
(94,113,105)
#505F58
(80,95,88)
#424D47
(66,77,71)
#343B36
(52,59,54)
#262925
(38,41,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A4CBBE

#A4CBBE
(164,203,190)
#ACCFC3
(172,207,195)
#B4D3C8
(180,211,200)
#BCD7CD
(188,215,205)
#C4DBD2
(196,219,210)
#CCDFD7
(204,223,215)
#D4E3DC
(212,227,220)
#DCE7E1
(220,231,225)
#E4EBE6
(228,235,230)
#ECEFEB
(236,239,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBBE; }

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

This text font color is #A4CBBE.


Background Color

.myBgColor { background-color: #A4CBBE; }

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

This div background color is #A4CBBE.


Border color

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

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

This div border color is #A4CBBE.


Opacity

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

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

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

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

This text has shadow with #A4CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CBBE on black background.


Color preview on white background

This text has color #A4CBBE on white background.



Black color preview on #A4CBBE background

This text has black color on #A4CBBE background.


White color preview on #A4CBBE background

This text has white color on #A4CBBE background.