COLOR #A5CBA3

HEX: #A5CBA3
RGB: (165,203,163)

Color info

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

RGB color model

#A5CBA3 color RGB value is (165,203,163).

  • red value is 165;
  • green value is 203;
  • blue value is 163.
RGB:
(165,203,163)
(65%,80%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 163 of 255 = 64%

165
203
163

R + G + B ~ 70%. #A5CBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 163 = 531 (100%)
R 165 of 531 ~ 31.07%
G 203 of 531 ~ 38.23%
B 163 of 531 ~ 30.7%

%31.07
%38.23
%30.7

CMYK color model

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

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 20.39%
CMYK:
(19,0,20,20)
C19M0Y20K20 
(19%,0%,20%,20%)
(0.19/0.00/0.20/0.20)	

CMYK percentages

%18.72
%0
%19.7
%20.39

Codes

Color #A5CBA3 in popluar color models

A5CBA3
RGB165203163
HSL117°27.78%71.76%
HSB/HSV117°19.70%79.61%
CMYK18.72%0.00%19.70%
20.39%

Color #A5CBA3 in popluar number systems.

HEXA5CBA3
Decimal165203163
Binary101001011100101110100011
Octal245313243

Shades and tints

Shades of #A5CBA3

#A5CBA3
(165,203,163)
#96B995
(150,185,149)
#87A787
(135,167,135)
#789579
(120,149,121)
#69836B
(105,131,107)
#5A715D
(90,113,93)
#4B5F4F
(75,95,79)
#3C4D41
(60,77,65)
#2D3B33
(45,59,51)
#1E2925
(30,41,37)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5CBA3

#A5CBA3
(165,203,163)
#ADCFAB
(173,207,171)
#B5D3B3
(181,211,179)
#BDD7BB
(189,215,187)
#C5DBC3
(197,219,195)
#CDDFCB
(205,223,203)
#D5E3D3
(213,227,211)
#DDE7DB
(221,231,219)
#E5EBE3
(229,235,227)
#EDEFEB
(237,239,235)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBA3; }

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

This text font color is #A5CBA3.


Background Color

.myBgColor { background-color: #A5CBA3; }

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

This div background color is #A5CBA3.


Border color

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

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

This div border color is #A5CBA3.


Opacity

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

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

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

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

This text has shadow with #A5CBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBA3 on black background.


Color preview on white background

This text has color #A5CBA3 on white background.



Black color preview on #A5CBA3 background

This text has black color on #A5CBA3 background.


White color preview on #A5CBA3 background

This text has white color on #A5CBA3 background.