COLOR #A3CCCB

HEX: #A3CCCB RGB: (163,204,203)

Color info

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

RGB color model

#A3CCCB color RGB value is (163,204,203).

RGB: (163,204,203) (64%, 80%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 203 of 255 = 80%

163
204
203

R + G + B ~ 75%. #A3CCCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 203 = 570 (100%)
R 163 of 570 ~ 28.6%
G 204 of 570 ~ 35.79%
B 203 of 570 ~ 35.61'%

%28.6
%35.79
%35.61

CMYK color model

#A3CCCB color CMYK value is (20,0,0,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.00%

CMYK: (20,0,0,20)
C20M0Y0K20 (20%, 0%, 0%, 20%)
(0.20 / 0.00 / 0.00 / 0.20)

CMYK percentages

%20.1
%0
%0.49
%20

Codes

Color #A3CCCB in popluar color models

A3 CC CB
RGB 163 204 203
HSL 179° 28.67% 71.96%
HSB/HSV 179° 20.10% 80.00%
CMYK 20.10% 0.00% 0.49%
20.00%

Color #A3CCCB in popluar number systems.

HEX A3 CC CB
Decimal 163 204 203
Binary 10100011 11001100 11001011
Octal 243 314 313

Shades and tints

Shades of #A3CCCB

#A3CCCB
(163,204,203)
#95BAB9
(149,186,185)
#87A8A7
(135,168,167)
#799695
(121,150,149)
#6B8483
(107,132,131)
#5D7271
(93,114,113)
#4F605F
(79,96,95)
#414E4D
(65,78,77)
#333C3B
(51,60,59)
#252A29
(37,42,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #A3CCCB

#A3CCCB
(163,204,203)
#ABD0CF
(171,208,207)
#B3D4D3
(179,212,211)
#BBD8D7
(187,216,215)
#C3DCDB
(195,220,219)
#CBE0DF
(203,224,223)
#D3E4E3
(211,228,227)
#DBE8E7
(219,232,231)
#E3ECEB
(227,236,235)
#EBF0EF
(235,240,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CCCB; }

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

This text font color is #A3CCCB.

Background Color

.myBgColor { background-color: #A3CCCB; }

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

This div background color is #A3CCCB.

Border color

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

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

This div border color is #A3CCCB.

Opacity

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

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

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

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

This text has shadow with #A3CCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CCCB.

Preview

Color preview on black background

This text has color #A3CCCB on black background.


Color preview on white background

This text has color #A3CCCB on white background.


Black color preview on #A3CCCB background

This text has black color on #A3CCCB background.


White color preview on #A3CCCB background

This text has white color on #A3CCCB background.


Related colors

Complementary color

Complementary color for #hex is #5C3334.


I love getcolorcode.com

Triadic colors

1 #CBA3CC and #CCCBA3 with #A3CCCB are triadic colors.

2 #CBCCA3 and #CCA3CB with #A3CCCB are triadic colors.