COLOR #A3CCB1

HEX: #A3CCB1
RGB: (163,204,177)

Color info

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

RGB color model

#A3CCB1 color RGB value is (163,204,177).

  • red value is 163;
  • green value is 204;
  • blue value is 177.
RGB:
(163,204,177)
(64%,80%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 177 of 255 = 69%

163
204
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 204 + 177 = 544 (100%)
R 163 of 544 ~ 29.96%
G 204 of 544 ~ 37.5%
B 177 of 544 ~ 32.54%

%29.96
%37.5
%32.54

CMYK color model

#A3CCB1 color CMYK value is (20,0,13,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(20,0,13,20)
C20M0Y13K20 
(20%,0%,13%,20%)
(0.20/0.00/0.13/0.20)	

CMYK percentages

%20.1
%0
%13.24
%20

Codes

Color #A3CCB1 in popluar color models

A3CCB1
RGB163204177
HSL140°28.67%71.96%
HSB/HSV140°20.10%80.00%
CMYK20.10%0.00%13.24%
20.00%

Color #A3CCB1 in popluar number systems.

HEXA3CCB1
Decimal163204177
Binary101000111100110010110001
Octal243314261

Shades and tints

Shades of #A3CCB1

#A3CCB1
(163,204,177)
#95BAA1
(149,186,161)
#87A891
(135,168,145)
#799681
(121,150,129)
#6B8471
(107,132,113)
#5D7261
(93,114,97)
#4F6051
(79,96,81)
#414E41
(65,78,65)
#333C31
(51,60,49)
#252A21
(37,42,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3CCB1

#A3CCB1
(163,204,177)
#ABD0B8
(171,208,184)
#B3D4BF
(179,212,191)
#BBD8C6
(187,216,198)
#C3DCCD
(195,220,205)
#CBE0D4
(203,224,212)
#D3E4DB
(211,228,219)
#DBE8E2
(219,232,226)
#E3ECE9
(227,236,233)
#EBF0F0
(235,240,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CCB1 color. Also use rgb(163,204,177) instead hex code.

Text Font Color

.myTextColor { color: #A3CCB1; }

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

This text font color is #A3CCB1.


Background Color

.myBgColor { background-color: #A3CCB1; }

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

This div background color is #A3CCB1.


Border color

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

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

This div border color is #A3CCB1.


Opacity

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

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

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

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

This text has shadow with #A3CCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CCB1 on black background.


Color preview on white background

This text has color #A3CCB1 on white background.



Black color preview on #A3CCB1 background

This text has black color on #A3CCB1 background.


White color preview on #A3CCB1 background

This text has white color on #A3CCB1 background.