COLOR #A3CBB2

HEX: #A3CBB2
RGB: (163,203,178)

Color info

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

RGB color model

#A3CBB2 color RGB value is (163,203,178).

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

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 178 of 255 = 70%

163
203
178

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

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 178 = 544 (100%)
R 163 of 544 ~ 29.96%
G 203 of 544 ~ 37.32%
B 178 of 544 ~ 32.72%

%29.96
%37.32
%32.72

CMYK color model

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

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 20.39%
CMYK:
(20,0,12,20)
C20M0Y12K20 
(20%,0%,12%,20%)
(0.20/0.00/0.12/0.20)	

CMYK percentages

%19.7
%0
%12.32
%20.39

Codes

Color #A3CBB2 in popluar color models

A3CBB2
RGB163203178
HSL143°27.78%71.76%
HSB/HSV143°19.70%79.61%
CMYK19.70%0.00%12.32%
20.39%

Color #A3CBB2 in popluar number systems.

HEXA3CBB2
Decimal163203178
Binary101000111100101110110010
Octal243313262

Shades and tints

Shades of #A3CBB2

#A3CBB2
(163,203,178)
#95B9A2
(149,185,162)
#87A792
(135,167,146)
#799582
(121,149,130)
#6B8372
(107,131,114)
#5D7162
(93,113,98)
#4F5F52
(79,95,82)
#414D42
(65,77,66)
#333B32
(51,59,50)
#252922
(37,41,34)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #A3CBB2

#A3CBB2
(163,203,178)
#ABCFB9
(171,207,185)
#B3D3C0
(179,211,192)
#BBD7C7
(187,215,199)
#C3DBCE
(195,219,206)
#CBDFD5
(203,223,213)
#D3E3DC
(211,227,220)
#DBE7E3
(219,231,227)
#E3EBEA
(227,235,234)
#EBEFF1
(235,239,241)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CBB2; }

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

This text font color is #A3CBB2.


Background Color

.myBgColor { background-color: #A3CBB2; }

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

This div background color is #A3CBB2.


Border color

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

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

This div border color is #A3CBB2.


Opacity

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

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

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

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

This text has shadow with #A3CBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CBB2 on black background.


Color preview on white background

This text has color #A3CBB2 on white background.



Black color preview on #A3CBB2 background

This text has black color on #A3CBB2 background.


White color preview on #A3CBB2 background

This text has white color on #A3CBB2 background.