COLOR #A5CABE

HEX: #A5CABE
RGB: (165,202,190)

Color info

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

RGB color model

#A5CABE color RGB value is (165,202,190).

  • red value is 165;
  • green value is 202;
  • blue value is 190.
RGB:
(165,202,190)
(65%,79%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 190 of 255 = 75%

165
202
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 190 = 557 (100%)
R 165 of 557 ~ 29.62%
G 202 of 557 ~ 36.27%
B 190 of 557 ~ 34.11%

%29.62
%36.27
%34.11

CMYK color model

#A5CABE color CMYK value is (18,0,6,21).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(18,0,6,21)
C18M0Y6K21 
(18%,0%,6%,21%)
(0.18/0.00/0.06/0.21)	

CMYK percentages

%18.32
%0
%5.94
%20.78

Codes

Color #A5CABE in popluar color models

A5CABE
RGB165202190
HSL161°25.87%71.96%
HSB/HSV161°18.32%79.22%
CMYK18.32%0.00%5.94%
20.78%

Color #A5CABE in popluar number systems.

HEXA5CABE
Decimal165202190
Binary101001011100101010111110
Octal245312276

Shades and tints

Shades of #A5CABE

#A5CABE
(165,202,190)
#96B8AD
(150,184,173)
#87A69C
(135,166,156)
#78948B
(120,148,139)
#69827A
(105,130,122)
#5A7069
(90,112,105)
#4B5E58
(75,94,88)
#3C4C47
(60,76,71)
#2D3A36
(45,58,54)
#1E2825
(30,40,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5CABE

#A5CABE
(165,202,190)
#ADCEC3
(173,206,195)
#B5D2C8
(181,210,200)
#BDD6CD
(189,214,205)
#C5DAD2
(197,218,210)
#CDDED7
(205,222,215)
#D5E2DC
(213,226,220)
#DDE6E1
(221,230,225)
#E5EAE6
(229,234,230)
#EDEEEB
(237,238,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CABE color. Also use rgb(165,202,190) instead hex code.

Text Font Color

.myTextColor { color: #A5CABE; }

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

This text font color is #A5CABE.


Background Color

.myBgColor { background-color: #A5CABE; }

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

This div background color is #A5CABE.


Border color

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

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

This div border color is #A5CABE.


Opacity

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

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

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

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

This text has shadow with #A5CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CABE on black background.


Color preview on white background

This text has color #A5CABE on white background.



Black color preview on #A5CABE background

This text has black color on #A5CABE background.


White color preview on #A5CABE background

This text has white color on #A5CABE background.