COLOR #A5C5BF

HEX: #A5C5BF RGB: (165,197,191)

Color info

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

RGB color model

#A5C5BF color RGB value is (165,197,191).

RGB: (165,197,191) (65%, 77%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 191 of 255 = 75%

165
197
191

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

Portions of RGB colors in percentages

R + G + B = 165 + 197 + 191 = 553 (100%)
R 165 of 553 ~ 29.84%
G 197 of 553 ~ 35.62%
B 191 of 553 ~ 34.54'%

%29.84
%35.62
%34.54

CMYK color model

#A5C5BF color CMYK value is (16,0,3,23).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 22.75%

CMYK: (16,0,3,23)
C16M0Y3K23 (16%, 0%, 3%, 23%)
(0.16 / 0.00 / 0.03 / 0.23)

CMYK percentages

%16.24
%0
%3.05
%22.75

Codes

Color #A5C5BF in popluar color models

A5 C5 BF
RGB 165 197 191
HSL 169° 21.62% 70.98%
HSB/HSV 169° 16.24% 77.25%
CMYK 16.24% 0.00% 3.05%
22.75%

Color #A5C5BF in popluar number systems.

HEX A5 C5 BF
Decimal 165 197 191
Binary 10100101 11000101 10111111
Octal 245 305 277

Shades and tints

Shades of #A5C5BF

#A5C5BF
(165,197,191)
#96B4AE
(150,180,174)
#87A39D
(135,163,157)
#78928C
(120,146,140)
#69817B
(105,129,123)
#5A706A
(90,112,106)
#4B5F59
(75,95,89)
#3C4E48
(60,78,72)
#2D3D37
(45,61,55)
#1E2C26
(30,44,38)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #A5C5BF

#A5C5BF
(165,197,191)
#ADCAC4
(173,202,196)
#B5CFC9
(181,207,201)
#BDD4CE
(189,212,206)
#C5D9D3
(197,217,211)
#CDDED8
(205,222,216)
#D5E3DD
(213,227,221)
#DDE8E2
(221,232,226)
#E5EDE7
(229,237,231)
#EDF2EC
(237,242,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C5BF; }

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

This text font color is #A5C5BF.

Background Color

.myBgColor { background-color: #A5C5BF; }

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

This div background color is #A5C5BF.

Border color

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

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

This div border color is #A5C5BF.

Opacity

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

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

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

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

This text has shadow with #A5C5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C5BF.

Preview

Color preview on black background

This text has color #A5C5BF on black background.


Color preview on white background

This text has color #A5C5BF on white background.


Black color preview on #A5C5BF background

This text has black color on #A5C5BF background.


White color preview on #A5C5BF background

This text has white color on #A5C5BF background.


Related colors

Complementary color

Complementary color for #hex is #5A3A40.


I love getcolorcode.com

Triadic colors

1 #BFA5C5 and #C5BFA5 with #A5C5BF are triadic colors.

2 #BFC5A5 and #C5A5BF with #A5C5BF are triadic colors.