COLOR #A5CFC0

HEX: #A5CFC0
RGB: (165,207,192)

Color info

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

RGB color model

#A5CFC0 color RGB value is (165,207,192).

  • red value is 165;
  • green value is 207;
  • blue value is 192.
RGB:
(165,207,192)
(65%,81%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 192 of 255 = 75%

165
207
192

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

Portions of RGB colors in percentages

R + G + B =
165 + 207 + 192 = 564 (100%)
R 165 of 564 ~ 29.26%
G 207 of 564 ~ 36.7%
B 192 of 564 ~ 34.04%

%29.26
%36.7
%34.04

CMYK color model

#A5CFC0 color CMYK value is (20,0,7,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%
CMYK:
(20,0,7,19)
C20M0Y7K19 
(20%,0%,7%,19%)
(0.20/0.00/0.07/0.19)	

CMYK percentages

%20.29
%0
%7.25
%18.82

Codes

Color #A5CFC0 in popluar color models

A5CFC0
RGB165207192
HSL159°30.43%72.94%
HSB/HSV159°20.29%81.18%
CMYK20.29%0.00%7.25%
18.82%

Color #A5CFC0 in popluar number systems.

HEXA5CFC0
Decimal165207192
Binary101001011100111111000000
Octal245317300

Shades and tints

Shades of #A5CFC0

#A5CFC0
(165,207,192)
#96BDAF
(150,189,175)
#87AB9E
(135,171,158)
#78998D
(120,153,141)
#69877C
(105,135,124)
#5A756B
(90,117,107)
#4B635A
(75,99,90)
#3C5149
(60,81,73)
#2D3F38
(45,63,56)
#1E2D27
(30,45,39)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #A5CFC0

#A5CFC0
(165,207,192)
#ADD3C5
(173,211,197)
#B5D7CA
(181,215,202)
#BDDBCF
(189,219,207)
#C5DFD4
(197,223,212)
#CDE3D9
(205,227,217)
#D5E7DE
(213,231,222)
#DDEBE3
(221,235,227)
#E5EFE8
(229,239,232)
#EDF3ED
(237,243,237)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CFC0 color. Also use rgb(165,207,192) instead hex code.

Text Font Color

.myTextColor { color: #A5CFC0; }

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

This text font color is #A5CFC0.


Background Color

.myBgColor { background-color: #A5CFC0; }

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

This div background color is #A5CFC0.


Border color

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

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

This div border color is #A5CFC0.


Opacity

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

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

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

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

This text has shadow with #A5CFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CFC0 on black background.


Color preview on white background

This text has color #A5CFC0 on white background.



Black color preview on #A5CFC0 background

This text has black color on #A5CFC0 background.


White color preview on #A5CFC0 background

This text has white color on #A5CFC0 background.