COLOR #A5CBB3

HEX: #A5CBB3
RGB: (165,203,179)

Color info

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

RGB color model

#A5CBB3 color RGB value is (165,203,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 179 of 255 = 70%

165
203
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 179 = 547 (100%)
R 165 of 547 ~ 30.16%
G 203 of 547 ~ 37.11%
B 179 of 547 ~ 32.72%

%30.16
%37.11
%32.72

CMYK color model

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

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 20.39%
CMYK:
(19,0,12,20)
C19M0Y12K20 
(19%,0%,12%,20%)
(0.19/0.00/0.12/0.20)	

CMYK percentages

%18.72
%0
%11.82
%20.39

Codes

Color #A5CBB3 in popluar color models

A5CBB3
RGB165203179
HSL142°26.76%72.16%
HSB/HSV142°18.72%79.61%
CMYK18.72%0.00%11.82%
20.39%

Color #A5CBB3 in popluar number systems.

HEXA5CBB3
Decimal165203179
Binary101001011100101110110011
Octal245313263

Shades and tints

Shades of #A5CBB3

#A5CBB3
(165,203,179)
#96B9A3
(150,185,163)
#87A793
(135,167,147)
#789583
(120,149,131)
#698373
(105,131,115)
#5A7163
(90,113,99)
#4B5F53
(75,95,83)
#3C4D43
(60,77,67)
#2D3B33
(45,59,51)
#1E2923
(30,41,35)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5CBB3

#A5CBB3
(165,203,179)
#ADCFB9
(173,207,185)
#B5D3BF
(181,211,191)
#BDD7C5
(189,215,197)
#C5DBCB
(197,219,203)
#CDDFD1
(205,223,209)
#D5E3D7
(213,227,215)
#DDE7DD
(221,231,221)
#E5EBE3
(229,235,227)
#EDEFE9
(237,239,233)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBB3; }

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

This text font color is #A5CBB3.


Background Color

.myBgColor { background-color: #A5CBB3; }

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

This div background color is #A5CBB3.


Border color

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

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

This div border color is #A5CBB3.


Opacity

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

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

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

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

This text has shadow with #A5CBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBB3 on black background.


Color preview on white background

This text has color #A5CBB3 on white background.



Black color preview on #A5CBB3 background

This text has black color on #A5CBB3 background.


White color preview on #A5CBB3 background

This text has white color on #A5CBB3 background.