COLOR #A5CBAA

HEX: #A5CBAA RGB: (165,203,170)

Color info

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

RGB color model

#A5CBAA color RGB value is (165,203,170).

RGB: (165,203,170) (65%, 80%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 170 of 255 = 67%

165
203
170

R + G + B ~ 71%. #A5CBAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 170 = 538 (100%)
R 165 of 538 ~ 30.67%
G 203 of 538 ~ 37.73%
B 170 of 538 ~ 31.6'%

%30.67
%37.73
%31.6

CMYK color model

#A5CBAA color CMYK value is (19,0,16,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 20.39%
CMYK: (19,0,16,20) C19M0Y16K20 (19%,0%,16%,20%) (0.19/0.00/0.16/0.20) 

CMYK percentages

%18.72
%0
%16.26
%20.39

Codes

Color #A5CBAA in popluar color models

A5 CB AA
RGB 165 203 170
HSL 128° 26.76% 72.16%
HSB/HSV 128° 18.72% 79.61%
CMYK 18.72% 0.00% 16.26%
20.39%

Color #A5CBAA in popluar number systems.

HEX A5 CB AA
Decimal 165 203 170
Binary 10100101 11001011 10101010
Octal 245 313 252

Shades and tints

Shades of #A5CBAA

#A5CBAA
(165,203,170)
#96B99B
(150,185,155)
#87A78C
(135,167,140)
#78957D
(120,149,125)
#69836E
(105,131,110)
#5A715F
(90,113,95)
#4B5F50
(75,95,80)
#3C4D41
(60,77,65)
#2D3B32
(45,59,50)
#1E2923
(30,41,35)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5CBAA

#A5CBAA
(165,203,170)
#ADCFB1
(173,207,177)
#B5D3B8
(181,211,184)
#BDD7BF
(189,215,191)
#C5DBC6
(197,219,198)
#CDDFCD
(205,223,205)
#D5E3D4
(213,227,212)
#DDE7DB
(221,231,219)
#E5EBE2
(229,235,226)
#EDEFE9
(237,239,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBAA; }

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

This text font color is #A5CBAA.

Background Color

.myBgColor { background-color: #A5CBAA; }

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

This div background color is #A5CBAA.

Border color

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

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

This div border color is #A5CBAA.

Opacity

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

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

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

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

This text has shadow with #A5CBAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CBAA.

Preview

Color preview on black background

This text has color #A5CBAA on black background.


Color preview on white background

This text has color #A5CBAA on white background.


Black color preview on #A5CBAA background

This text has black color on #A5CBAA background.


White color preview on #A5CBAA background

This text has white color on #A5CBAA background.


Related colors

Complementary color

Complementary color for #hex is #5A3455.


I love getcolorcode.com

Triadic colors

1 #AAA5CB and #CBAAA5 with #A5CBAA are triadic colors.

2 #AACBA5 and #CBA5AA with #A5CBAA are triadic colors.