COLOR #A3C3BB

HEX: #A3C3BB
RGB: (163,195,187)

Color info

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

RGB color model

#A3C3BB color RGB value is (163,195,187).

  • red value is 163;
  • green value is 195;
  • blue value is 187.
RGB:
(163,195,187)
(64%,76%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 187 of 255 = 73%

163
195
187

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

Portions of RGB colors in percentages

R + G + B =
163 + 195 + 187 = 545 (100%)
R 163 of 545 ~ 29.91%
G 195 of 545 ~ 35.78%
B 187 of 545 ~ 34.31%

%29.91
%35.78
%34.31

CMYK color model

#A3C3BB color CMYK value is (16,0,4,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(16,0,4,24)
C16M0Y4K24 
(16%,0%,4%,24%)
(0.16/0.00/0.04/0.24)	

CMYK percentages

%16.41
%0
%4.1
%23.53

Codes

Color #A3C3BB in popluar color models

A3C3BB
RGB163195187
HSL165°21.05%70.20%
HSB/HSV165°16.41%76.47%
CMYK16.41%0.00%4.10%
23.53%

Color #A3C3BB in popluar number systems.

HEXA3C3BB
Decimal163195187
Binary101000111100001110111011
Octal243303273

Shades and tints

Shades of #A3C3BB

#A3C3BB
(163,195,187)
#95B2AA
(149,178,170)
#87A199
(135,161,153)
#799088
(121,144,136)
#6B7F77
(107,127,119)
#5D6E66
(93,110,102)
#4F5D55
(79,93,85)
#414C44
(65,76,68)
#333B33
(51,59,51)
#252A22
(37,42,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #A3C3BB

#A3C3BB
(163,195,187)
#ABC8C1
(171,200,193)
#B3CDC7
(179,205,199)
#BBD2CD
(187,210,205)
#C3D7D3
(195,215,211)
#CBDCD9
(203,220,217)
#D3E1DF
(211,225,223)
#DBE6E5
(219,230,229)
#E3EBEB
(227,235,235)
#EBF0F1
(235,240,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C3BB color. Also use rgb(163,195,187) instead hex code.

Text Font Color

.myTextColor { color: #A3C3BB; }

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

This text font color is #A3C3BB.


Background Color

.myBgColor { background-color: #A3C3BB; }

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

This div background color is #A3C3BB.


Border color

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

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

This div border color is #A3C3BB.


Opacity

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

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

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

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

This text has shadow with #A3C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C3BB on black background.


Color preview on white background

This text has color #A3C3BB on white background.



Black color preview on #A3C3BB background

This text has black color on #A3C3BB background.


White color preview on #A3C3BB background

This text has white color on #A3C3BB background.