COLOR #A5C0BF

HEX: #A5C0BF
RGB: (165,192,191)

Color info

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

RGB color model

#A5C0BF color RGB value is (165,192,191).

  • red value is 165;
  • green value is 192;
  • blue value is 191.
RGB:
(165,192,191)
(65%,75%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 191 of 255 = 75%

165
192
191

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 191 = 548 (100%)
R 165 of 548 ~ 30.11%
G 192 of 548 ~ 35.04%
B 191 of 548 ~ 34.85%

%30.11
%35.04
%34.85

CMYK color model

#A5C0BF color CMYK value is (14,0,1,25).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.71%
CMYK:
(14,0,1,25)
C14M0Y1K25 
(14%,0%,1%,25%)
(0.14/0.00/0.01/0.25)	

CMYK percentages

%14.06
%0
%0.52
%24.71

Codes

Color #A5C0BF in popluar color models

A5C0BF
RGB165192191
HSL178°17.65%70.00%
HSB/HSV178°14.06%75.29%
CMYK14.06%0.00%0.52%
24.71%

Color #A5C0BF in popluar number systems.

HEXA5C0BF
Decimal165192191
Binary101001011100000010111111
Octal245300277

Shades and tints

Shades of #A5C0BF

#A5C0BF
(165,192,191)
#96AFAE
(150,175,174)
#879E9D
(135,158,157)
#788D8C
(120,141,140)
#697C7B
(105,124,123)
#5A6B6A
(90,107,106)
#4B5A59
(75,90,89)
#3C4948
(60,73,72)
#2D3837
(45,56,55)
#1E2726
(30,39,38)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A5C0BF

#A5C0BF
(165,192,191)
#ADC5C4
(173,197,196)
#B5CAC9
(181,202,201)
#BDCFCE
(189,207,206)
#C5D4D3
(197,212,211)
#CDD9D8
(205,217,216)
#D5DEDD
(213,222,221)
#DDE3E2
(221,227,226)
#E5E8E7
(229,232,231)
#EDEDEC
(237,237,236)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C0BF color. Also use rgb(165,192,191) instead hex code.

Text Font Color

.myTextColor { color: #A5C0BF; }

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

This text font color is #A5C0BF.


Background Color

.myBgColor { background-color: #A5C0BF; }

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

This div background color is #A5C0BF.


Border color

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

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

This div border color is #A5C0BF.


Opacity

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

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

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

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

This text has shadow with #A5C0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C0BF on black background.


Color preview on white background

This text has color #A5C0BF on white background.



Black color preview on #A5C0BF background

This text has black color on #A5C0BF background.


White color preview on #A5C0BF background

This text has white color on #A5C0BF background.