COLOR #A5C1BC

HEX: #A5C1BC RGB: (165,193,188)

Color info

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

RGB color model

#A5C1BC color RGB value is (165,193,188).

RGB: (165,193,188) (65%, 76%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 188 of 255 = 74%

165
193
188

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

Portions of RGB colors in percentages

R + G + B = 165 + 193 + 188 = 546 (100%)
R 165 of 546 ~ 30.22%
G 193 of 546 ~ 35.35%
B 188 of 546 ~ 34.43'%

%30.22
%35.35
%34.43

CMYK color model

#A5C1BC color CMYK value is (15,0,3,24).

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

CMYK: (15,0,3,24)
C15M0Y3K24 (15%, 0%, 3%, 24%)
(0.15 / 0.00 / 0.03 / 0.24)

CMYK percentages

%14.51
%0
%2.59
%24.31

Codes

Color #A5C1BC in popluar color models

A5 C1 BC
RGB 165 193 188
HSL 169° 18.42% 70.20%
HSB/HSV 169° 14.51% 75.69%
CMYK 14.51% 0.00% 2.59%
24.31%

Color #A5C1BC in popluar number systems.

HEX A5 C1 BC
Decimal 165 193 188
Binary 10100101 11000001 10111100
Octal 245 301 274

Shades and tints

Shades of #A5C1BC

#A5C1BC
(165,193,188)
#96B0AB
(150,176,171)
#879F9A
(135,159,154)
#788E89
(120,142,137)
#697D78
(105,125,120)
#5A6C67
(90,108,103)
#4B5B56
(75,91,86)
#3C4A45
(60,74,69)
#2D3934
(45,57,52)
#1E2823
(30,40,35)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #A5C1BC

#A5C1BC
(165,193,188)
#ADC6C2
(173,198,194)
#B5CBC8
(181,203,200)
#BDD0CE
(189,208,206)
#C5D5D4
(197,213,212)
#CDDADA
(205,218,218)
#D5DFE0
(213,223,224)
#DDE4E6
(221,228,230)
#E5E9EC
(229,233,236)
#EDEEF2
(237,238,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1BC; }

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

This text font color is #A5C1BC.

Background Color

.myBgColor { background-color: #A5C1BC; }

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

This div background color is #A5C1BC.

Border color

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

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

This div border color is #A5C1BC.

Opacity

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

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

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

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

This text has shadow with #A5C1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C1BC.

Preview

Color preview on black background

This text has color #A5C1BC on black background.


Color preview on white background

This text has color #A5C1BC on white background.


Black color preview on #A5C1BC background

This text has black color on #A5C1BC background.


White color preview on #A5C1BC background

This text has white color on #A5C1BC background.


Related colors

Complementary color

Complementary color for #hex is #5A3E43.


I love getcolorcode.com

Triadic colors

1 #BCA5C1 and #C1BCA5 with #A5C1BC are triadic colors.

2 #BCC1A5 and #C1A5BC with #A5C1BC are triadic colors.