COLOR #A5C8BC

HEX: #A5C8BC RGB: (165,200,188)

Color info

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

RGB color model

#A5C8BC color RGB value is (165,200,188).

RGB: (165,200,188) (65%, 78%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 188 of 255 = 74%

165
200
188

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

Portions of RGB colors in percentages

R + G + B = 165 + 200 + 188 = 553 (100%)
R 165 of 553 ~ 29.84%
G 200 of 553 ~ 36.17%
B 188 of 553 ~ 34'%

%29.84
%36.17
%34

CMYK color model

#A5C8BC color CMYK value is (18,0,6,22).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 21.57%

CMYK: (18,0,6,22)
C18M0Y6K22 (18%, 0%, 6%, 22%)
(0.18 / 0.00 / 0.06 / 0.22)

CMYK percentages

%17.5
%0
%6
%21.57

Codes

Color #A5C8BC in popluar color models

A5 C8 BC
RGB 165 200 188
HSL 159° 24.14% 71.57%
HSB/HSV 159° 17.50% 78.43%
CMYK 17.50% 0.00% 6.00%
21.57%

Color #A5C8BC in popluar number systems.

HEX A5 C8 BC
Decimal 165 200 188
Binary 10100101 11001000 10111100
Octal 245 310 274

Shades and tints

Shades of #A5C8BC

#A5C8BC
(165,200,188)
#96B6AB
(150,182,171)
#87A49A
(135,164,154)
#789289
(120,146,137)
#698078
(105,128,120)
#5A6E67
(90,110,103)
#4B5C56
(75,92,86)
#3C4A45
(60,74,69)
#2D3834
(45,56,52)
#1E2623
(30,38,35)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #A5C8BC

#A5C8BC
(165,200,188)
#ADCDC2
(173,205,194)
#B5D2C8
(181,210,200)
#BDD7CE
(189,215,206)
#C5DCD4
(197,220,212)
#CDE1DA
(205,225,218)
#D5E6E0
(213,230,224)
#DDEBE6
(221,235,230)
#E5F0EC
(229,240,236)
#EDF5F2
(237,245,242)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C8BC; }

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

This text font color is #A5C8BC.

Background Color

.myBgColor { background-color: #A5C8BC; }

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

This div background color is #A5C8BC.

Border color

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

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

This div border color is #A5C8BC.

Opacity

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

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

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

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

This text has shadow with #A5C8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C8BC.

Preview

Color preview on black background

This text has color #A5C8BC on black background.


Color preview on white background

This text has color #A5C8BC on white background.


Black color preview on #A5C8BC background

This text has black color on #A5C8BC background.


White color preview on #A5C8BC background

This text has white color on #A5C8BC background.


Related colors

Complementary color

Complementary color for #hex is #5A3743.


I love getcolorcode.com

Triadic colors

1 #BCA5C8 and #C8BCA5 with #A5C8BC are triadic colors.

2 #BCC8A5 and #C8A5BC with #A5C8BC are triadic colors.