COLOR #A5C7CB

HEX: #A5C7CB RGB: (165,199,203)

Color info

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

RGB color model

#A5C7CB color RGB value is (165,199,203).

RGB: (165,199,203) (65%, 78%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 203 of 255 = 80%

165
199
203

R + G + B ~ 74%. #A5C7CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 199 + 203 = 567 (100%)
R 165 of 567 ~ 29.1%
G 199 of 567 ~ 35.1%
B 203 of 567 ~ 35.8'%

%29.1
%35.1
%35.8

CMYK color model

#A5C7CB color CMYK value is (19,2,0,20).

  • cyan value is 18.72%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (19,2,0,20)
C19M2Y0K20 (19%, 2%, 0%, 20%)
(0.19 / 0.02 / 0.00 / 0.20)

CMYK percentages

%18.72
%1.97
%0
%20.39

Codes

Color #A5C7CB in popluar color models

A5 C7 CB
RGB 165 199 203
HSL 186° 26.76% 72.16%
HSB/HSV 186° 18.72% 79.61%
CMYK 18.72% 1.97% 0.00%
20.39%

Color #A5C7CB in popluar number systems.

HEX A5 C7 CB
Decimal 165 199 203
Binary 10100101 11000111 11001011
Octal 245 307 313

Shades and tints

Shades of #A5C7CB

#A5C7CB
(165,199,203)
#96B5B9
(150,181,185)
#87A3A7
(135,163,167)
#789195
(120,145,149)
#697F83
(105,127,131)
#5A6D71
(90,109,113)
#4B5B5F
(75,91,95)
#3C494D
(60,73,77)
#2D373B
(45,55,59)
#1E2529
(30,37,41)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A5C7CB

#A5C7CB
(165,199,203)
#ADCCCF
(173,204,207)
#B5D1D3
(181,209,211)
#BDD6D7
(189,214,215)
#C5DBDB
(197,219,219)
#CDE0DF
(205,224,223)
#D5E5E3
(213,229,227)
#DDEAE7
(221,234,231)
#E5EFEB
(229,239,235)
#EDF4EF
(237,244,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C7CB color. Also use rgb(165,199,203) instead hex code.

Text Font Color

.myTextColor { color: #A5C7CB; }

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

This text font color is #A5C7CB.

Background Color

.myBgColor { background-color: #A5C7CB; }

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

This div background color is #A5C7CB.

Border color

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

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

This div border color is #A5C7CB.

Opacity

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

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

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

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

This text has shadow with #A5C7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C7CB.

Preview

Color preview on black background

This text has color #A5C7CB on black background.


Color preview on white background

This text has color #A5C7CB on white background.


Black color preview on #A5C7CB background

This text has black color on #A5C7CB background.


White color preview on #A5C7CB background

This text has white color on #A5C7CB background.


Related colors

Complementary color

Complementary color for #hex is #5A3834.


I love getcolorcode.com

Triadic colors

1 #CBA5C7 and #C7CBA5 with #A5C7CB are triadic colors.

2 #CBC7A5 and #C7A5CB with #A5C7CB are triadic colors.