COLOR #A5C4CB

HEX: #A5C4CB
RGB: (165,196,203)

Color info

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

RGB color model

#A5C4CB color RGB value is (165,196,203).

  • red value is 165;
  • green value is 196;
  • blue value is 203.
RGB:
(165,196,203)
(65%,77%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 203 of 255 = 80%

165
196
203

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

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 203 = 564 (100%)
R 165 of 564 ~ 29.26%
G 196 of 564 ~ 34.75%
B 203 of 564 ~ 35.99%

%29.26
%34.75
%35.99

CMYK color model

#A5C4CB color CMYK value is (19,3,0,20).

  • cyan value is 18.72%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(19,3,0,20)
C19M3Y0K20 
(19%,3%,0%,20%)
(0.19/0.03/0.00/0.20)	

CMYK percentages

%18.72
%3.45
%0
%20.39

Codes

Color #A5C4CB in popluar color models

A5C4CB
RGB165196203
HSL191°26.76%72.16%
HSB/HSV191°18.72%79.61%
CMYK18.72%3.45%0.00%
20.39%

Color #A5C4CB in popluar number systems.

HEXA5C4CB
Decimal165196203
Binary101001011100010011001011
Octal245304313

Shades and tints

Shades of #A5C4CB

#A5C4CB
(165,196,203)
#96B3B9
(150,179,185)
#87A2A7
(135,162,167)
#789195
(120,145,149)
#698083
(105,128,131)
#5A6F71
(90,111,113)
#4B5E5F
(75,94,95)
#3C4D4D
(60,77,77)
#2D3C3B
(45,60,59)
#1E2B29
(30,43,41)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #A5C4CB

#A5C4CB
(165,196,203)
#ADC9CF
(173,201,207)
#B5CED3
(181,206,211)
#BDD3D7
(189,211,215)
#C5D8DB
(197,216,219)
#CDDDDF
(205,221,223)
#D5E2E3
(213,226,227)
#DDE7E7
(221,231,231)
#E5ECEB
(229,236,235)
#EDF1EF
(237,241,239)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C4CB; }

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

This text font color is #A5C4CB.


Background Color

.myBgColor { background-color: #A5C4CB; }

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

This div background color is #A5C4CB.


Border color

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

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

This div border color is #A5C4CB.


Opacity

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

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

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

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

This text has shadow with #A5C4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C4CB on black background.


Color preview on white background

This text has color #A5C4CB on white background.



Black color preview on #A5C4CB background

This text has black color on #A5C4CB background.


White color preview on #A5C4CB background

This text has white color on #A5C4CB background.