COLOR #A5CFB9

HEX: #A5CFB9 RGB: (165,207,185)

Color info

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

RGB color model

#A5CFB9 color RGB value is (165,207,185).

RGB: (165,207,185) (65%, 81%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 185 of 255 = 73%

165
207
185

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 185 = 557 (100%)
R 165 of 557 ~ 29.62%
G 207 of 557 ~ 37.16%
B 185 of 557 ~ 33.21'%

%29.62
%37.16
%33.21

CMYK color model

#A5CFB9 color CMYK value is (20,0,11,19).

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

CMYK: (20,0,11,19)
C20M0Y11K19 (20%, 0%, 11%, 19%)
(0.20 / 0.00 / 0.11 / 0.19)

CMYK percentages

%20.29
%0
%10.63
%18.82

Codes

Color #A5CFB9 in popluar color models

A5 CF B9
RGB 165 207 185
HSL 149° 30.43% 72.94%
HSB/HSV 149° 20.29% 81.18%
CMYK 20.29% 0.00% 10.63%
18.82%

Color #A5CFB9 in popluar number systems.

HEX A5 CF B9
Decimal 165 207 185
Binary 10100101 11001111 10111001
Octal 245 317 271

Shades and tints

Shades of #A5CFB9

#A5CFB9
(165,207,185)
#96BDA9
(150,189,169)
#87AB99
(135,171,153)
#789989
(120,153,137)
#698779
(105,135,121)
#5A7569
(90,117,105)
#4B6359
(75,99,89)
#3C5149
(60,81,73)
#2D3F39
(45,63,57)
#1E2D29
(30,45,41)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5CFB9

#A5CFB9
(165,207,185)
#ADD3BF
(173,211,191)
#B5D7C5
(181,215,197)
#BDDBCB
(189,219,203)
#C5DFD1
(197,223,209)
#CDE3D7
(205,227,215)
#D5E7DD
(213,231,221)
#DDEBE3
(221,235,227)
#E5EFE9
(229,239,233)
#EDF3EF
(237,243,239)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CFB9; }

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

This text font color is #A5CFB9.

Background Color

.myBgColor { background-color: #A5CFB9; }

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

This div background color is #A5CFB9.

Border color

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

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

This div border color is #A5CFB9.

Opacity

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

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

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

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

This text has shadow with #A5CFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFB9.

Preview

Color preview on black background

This text has color #A5CFB9 on black background.


Color preview on white background

This text has color #A5CFB9 on white background.


Black color preview on #A5CFB9 background

This text has black color on #A5CFB9 background.


White color preview on #A5CFB9 background

This text has white color on #A5CFB9 background.


Related colors

Complementary color

Complementary color for #hex is #5A3046.


I love getcolorcode.com

Triadic colors

1 #B9A5CF and #CFB9A5 with #A5CFB9 are triadic colors.

2 #B9CFA5 and #CFA5B9 with #A5CFB9 are triadic colors.