COLOR #A5CFB0

HEX: #A5CFB0 RGB: (165,207,176)

Color info

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

RGB color model

#A5CFB0 color RGB value is (165,207,176).

RGB: (165,207,176) (65%, 81%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 176 of 255 = 69%

165
207
176

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 176 = 548 (100%)
R 165 of 548 ~ 30.11%
G 207 of 548 ~ 37.77%
B 176 of 548 ~ 32.12'%

%30.11
%37.77
%32.12

CMYK color model

#A5CFB0 color CMYK value is (20,0,15,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 18.82%

CMYK: (20,0,15,19)
C20M0Y15K19 (20%, 0%, 15%, 19%)
(0.20 / 0.00 / 0.15 / 0.19)

CMYK percentages

%20.29
%0
%14.98
%18.82

Codes

Color #A5CFB0 in popluar color models

A5 CF B0
RGB 165 207 176
HSL 136° 30.43% 72.94%
HSB/HSV 136° 20.29% 81.18%
CMYK 20.29% 0.00% 14.98%
18.82%

Color #A5CFB0 in popluar number systems.

HEX A5 CF B0
Decimal 165 207 176
Binary 10100101 11001111 10110000
Octal 245 317 260

Shades and tints

Shades of #A5CFB0

#A5CFB0
(165,207,176)
#96BDA0
(150,189,160)
#87AB90
(135,171,144)
#789980
(120,153,128)
#698770
(105,135,112)
#5A7560
(90,117,96)
#4B6350
(75,99,80)
#3C5140
(60,81,64)
#2D3F30
(45,63,48)
#1E2D20
(30,45,32)
#0F1B10
(15,27,16)
#000000
(0,0,0)

Tints of #A5CFB0

#A5CFB0
(165,207,176)
#ADD3B7
(173,211,183)
#B5D7BE
(181,215,190)
#BDDBC5
(189,219,197)
#C5DFCC
(197,223,204)
#CDE3D3
(205,227,211)
#D5E7DA
(213,231,218)
#DDEBE1
(221,235,225)
#E5EFE8
(229,239,232)
#EDF3EF
(237,243,239)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFB0; }

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

This text font color is #A5CFB0.

Background Color

.myBgColor { background-color: #A5CFB0; }

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

This div background color is #A5CFB0.

Border color

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

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

This div border color is #A5CFB0.

Opacity

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

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

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

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

This text has shadow with #A5CFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFB0.

Preview

Color preview on black background

This text has color #A5CFB0 on black background.


Color preview on white background

This text has color #A5CFB0 on white background.


Black color preview on #A5CFB0 background

This text has black color on #A5CFB0 background.


White color preview on #A5CFB0 background

This text has white color on #A5CFB0 background.


Related colors

Complementary color

Complementary color for #hex is #5A304F.


I love getcolorcode.com

Triadic colors

1 #B0A5CF and #CFB0A5 with #A5CFB0 are triadic colors.

2 #B0CFA5 and #CFA5B0 with #A5CFB0 are triadic colors.