COLOR #A3CBB9

HEX: #A3CBB9
RGB: (163,203,185)

Color info

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

RGB color model

#A3CBB9 color RGB value is (163,203,185).

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

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 185 of 255 = 73%

163
203
185

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

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 185 = 551 (100%)
R 163 of 551 ~ 29.58%
G 203 of 551 ~ 36.84%
B 185 of 551 ~ 33.58%

%29.58
%36.84
%33.58

CMYK color model

#A3CBB9 color CMYK value is (20,0,9,20).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(20,0,9,20)
C20M0Y9K20 
(20%,0%,9%,20%)
(0.20/0.00/0.09/0.20)	

CMYK percentages

%19.7
%0
%8.87
%20.39

Codes

Color #A3CBB9 in popluar color models

A3CBB9
RGB163203185
HSL153°27.78%71.76%
HSB/HSV153°19.70%79.61%
CMYK19.70%0.00%8.87%
20.39%

Color #A3CBB9 in popluar number systems.

HEXA3CBB9
Decimal163203185
Binary101000111100101110111001
Octal243313271

Shades and tints

Shades of #A3CBB9

#A3CBB9
(163,203,185)
#95B9A9
(149,185,169)
#87A799
(135,167,153)
#799589
(121,149,137)
#6B8379
(107,131,121)
#5D7169
(93,113,105)
#4F5F59
(79,95,89)
#414D49
(65,77,73)
#333B39
(51,59,57)
#252929
(37,41,41)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3CBB9

#A3CBB9
(163,203,185)
#ABCFBF
(171,207,191)
#B3D3C5
(179,211,197)
#BBD7CB
(187,215,203)
#C3DBD1
(195,219,209)
#CBDFD7
(203,223,215)
#D3E3DD
(211,227,221)
#DBE7E3
(219,231,227)
#E3EBE9
(227,235,233)
#EBEFEF
(235,239,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CBB9; }

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

This text font color is #A3CBB9.


Background Color

.myBgColor { background-color: #A3CBB9; }

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

This div background color is #A3CBB9.


Border color

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

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

This div border color is #A3CBB9.


Opacity

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

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

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

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

This text has shadow with #A3CBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CBB9 on black background.


Color preview on white background

This text has color #A3CBB9 on white background.



Black color preview on #A3CBB9 background

This text has black color on #A3CBB9 background.


White color preview on #A3CBB9 background

This text has white color on #A3CBB9 background.