COLOR #A5CFBC

HEX: #A5CFBC
RGB: (165,207,188)

Color info

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

RGB color model

#A5CFBC color RGB value is (165,207,188).

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

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 188 of 255 = 74%

165
207
188

R + G + B ~ 73%. #A5CFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 207 + 188 = 560 (100%)
R 165 of 560 ~ 29.46%
G 207 of 560 ~ 36.96%
B 188 of 560 ~ 33.57%

%29.46
%36.96
%33.57

CMYK color model

#A5CFBC color CMYK value is (20,0,9,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 18.82%
CMYK:
(20,0,9,19)
C20M0Y9K19 
(20%,0%,9%,19%)
(0.20/0.00/0.09/0.19)	

CMYK percentages

%20.29
%0
%9.18
%18.82

Codes

Color #A5CFBC in popluar color models

A5CFBC
RGB165207188
HSL153°30.43%72.94%
HSB/HSV153°20.29%81.18%
CMYK20.29%0.00%9.18%
18.82%

Color #A5CFBC in popluar number systems.

HEXA5CFBC
Decimal165207188
Binary101001011100111110111100
Octal245317274

Shades and tints

Shades of #A5CFBC

#A5CFBC
(165,207,188)
#96BDAB
(150,189,171)
#87AB9A
(135,171,154)
#789989
(120,153,137)
#698778
(105,135,120)
#5A7567
(90,117,103)
#4B6356
(75,99,86)
#3C5145
(60,81,69)
#2D3F34
(45,63,52)
#1E2D23
(30,45,35)
#0F1B12
(15,27,18)
#000000
(0,0,0)

Tints of #A5CFBC

#A5CFBC
(165,207,188)
#ADD3C2
(173,211,194)
#B5D7C8
(181,215,200)
#BDDBCE
(189,219,206)
#C5DFD4
(197,223,212)
#CDE3DA
(205,227,218)
#D5E7E0
(213,231,224)
#DDEBE6
(221,235,230)
#E5EFEC
(229,239,236)
#EDF3F2
(237,243,242)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFBC; }

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

This text font color is #A5CFBC.


Background Color

.myBgColor { background-color: #A5CFBC; }

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

This div background color is #A5CFBC.


Border color

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

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

This div border color is #A5CFBC.


Opacity

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

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

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

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

This text has shadow with #A5CFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CFBC on black background.


Color preview on white background

This text has color #A5CFBC on white background.



Black color preview on #A5CFBC background

This text has black color on #A5CFBC background.


White color preview on #A5CFBC background

This text has white color on #A5CFBC background.