COLOR #A5CABC

HEX: #A5CABC
RGB: (165,202,188)

Color info

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

RGB color model

#A5CABC color RGB value is (165,202,188).

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

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 188 of 255 = 74%

165
202
188

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

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 188 = 555 (100%)
R 165 of 555 ~ 29.73%
G 202 of 555 ~ 36.4%
B 188 of 555 ~ 33.87%

%29.73
%36.4
%33.87

CMYK color model

#A5CABC color CMYK value is (18,0,7,21).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%
CMYK:
(18,0,7,21)
C18M0Y7K21 
(18%,0%,7%,21%)
(0.18/0.00/0.07/0.21)	

CMYK percentages

%18.32
%0
%6.93
%20.78

Codes

Color #A5CABC in popluar color models

A5CABC
RGB165202188
HSL157°25.87%71.96%
HSB/HSV157°18.32%79.22%
CMYK18.32%0.00%6.93%
20.78%

Color #A5CABC in popluar number systems.

HEXA5CABC
Decimal165202188
Binary101001011100101010111100
Octal245312274

Shades and tints

Shades of #A5CABC

#A5CABC
(165,202,188)
#96B8AB
(150,184,171)
#87A69A
(135,166,154)
#789489
(120,148,137)
#698278
(105,130,120)
#5A7067
(90,112,103)
#4B5E56
(75,94,86)
#3C4C45
(60,76,69)
#2D3A34
(45,58,52)
#1E2823
(30,40,35)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5CABC

#A5CABC
(165,202,188)
#ADCEC2
(173,206,194)
#B5D2C8
(181,210,200)
#BDD6CE
(189,214,206)
#C5DAD4
(197,218,212)
#CDDEDA
(205,222,218)
#D5E2E0
(213,226,224)
#DDE6E6
(221,230,230)
#E5EAEC
(229,234,236)
#EDEEF2
(237,238,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CABC; }

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

This text font color is #A5CABC.


Background Color

.myBgColor { background-color: #A5CABC; }

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

This div background color is #A5CABC.


Border color

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

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

This div border color is #A5CABC.


Opacity

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

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

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

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

This text has shadow with #A5CABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CABC on black background.


Color preview on white background

This text has color #A5CABC on white background.



Black color preview on #A5CABC background

This text has black color on #A5CABC background.


White color preview on #A5CABC background

This text has white color on #A5CABC background.