COLOR #A5BFC1

HEX: #A5BFC1 RGB: (165,191,193)

Color info

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

RGB color model

#A5BFC1 color RGB value is (165,191,193).

RGB: (165,191,193) (65%, 75%, 76%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 193 of 255 = 76%

165
191
193

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

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 193 = 549 (100%)
R 165 of 549 ~ 30.05%
G 191 of 549 ~ 34.79%
B 193 of 549 ~ 35.15'%

%30.05
%34.79
%35.15

CMYK color model

#A5BFC1 color CMYK value is (15,1,0,24).

  • cyan value is 14.51%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (15,1,0,24)
C15M1Y0K24 (15%, 1%, 0%, 24%)
(0.15 / 0.01 / 0.00 / 0.24)

CMYK percentages

%14.51
%1.04
%0
%24.31

Codes

Color #A5BFC1 in popluar color models

A5 BF C1
RGB 165 191 193
HSL 184° 18.42% 70.20%
HSB/HSV 184° 14.51% 75.69%
CMYK 14.51% 1.04% 0.00%
24.31%

Color #A5BFC1 in popluar number systems.

HEX A5 BF C1
Decimal 165 191 193
Binary 10100101 10111111 11000001
Octal 245 277 301

Shades and tints

Shades of #A5BFC1

#A5BFC1
(165,191,193)
#96AEB0
(150,174,176)
#879D9F
(135,157,159)
#788C8E
(120,140,142)
#697B7D
(105,123,125)
#5A6A6C
(90,106,108)
#4B595B
(75,89,91)
#3C484A
(60,72,74)
#2D3739
(45,55,57)
#1E2628
(30,38,40)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5BFC1

#A5BFC1
(165,191,193)
#ADC4C6
(173,196,198)
#B5C9CB
(181,201,203)
#BDCED0
(189,206,208)
#C5D3D5
(197,211,213)
#CDD8DA
(205,216,218)
#D5DDDF
(213,221,223)
#DDE2E4
(221,226,228)
#E5E7E9
(229,231,233)
#EDECEE
(237,236,238)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFC1; }

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

This text font color is #A5BFC1.

Background Color

.myBgColor { background-color: #A5BFC1; }

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

This div background color is #A5BFC1.

Border color

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

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

This div border color is #A5BFC1.

Opacity

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

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

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

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

This text has shadow with #A5BFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BFC1.

Preview

Color preview on black background

This text has color #A5BFC1 on black background.


Color preview on white background

This text has color #A5BFC1 on white background.


Black color preview on #A5BFC1 background

This text has black color on #A5BFC1 background.


White color preview on #A5BFC1 background

This text has white color on #A5BFC1 background.


Related colors

Complementary color

Complementary color for #hex is #5A403E.


I love getcolorcode.com

Triadic colors

1 #C1A5BF and #BFC1A5 with #A5BFC1 are triadic colors.

2 #C1BFA5 and #BFA5C1 with #A5BFC1 are triadic colors.