COLOR #A3CDC1

HEX: #A3CDC1
RGB: (163,205,193)

Color info

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

RGB color model

#A3CDC1 color RGB value is (163,205,193).

  • red value is 163;
  • green value is 205;
  • blue value is 193.
RGB:
(163,205,193)
(64%,80%,76%)

RGB channels and saturation

R 163 of 255 = 64%
G 205 of 255 = 80%
B 193 of 255 = 76%

163
205
193

R + G + B ~ 73%. #A3CDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 205 + 193 = 561 (100%)
R 163 of 561 ~ 29.06%
G 205 of 561 ~ 36.54%
B 193 of 561 ~ 34.4%

%29.06
%36.54
%34.4

CMYK color model

#A3CDC1 color CMYK value is (20,0,6,20).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 19.61%
CMYK:
(20,0,6,20)
C20M0Y6K20 
(20%,0%,6%,20%)
(0.20/0.00/0.06/0.20)	

CMYK percentages

%20.49
%0
%5.85
%19.61

Codes

Color #A3CDC1 in popluar color models

A3CDC1
RGB163205193
HSL163°29.58%72.16%
HSB/HSV163°20.49%80.39%
CMYK20.49%0.00%5.85%
19.61%

Color #A3CDC1 in popluar number systems.

HEXA3CDC1
Decimal163205193
Binary101000111100110111000001
Octal243315301

Shades and tints

Shades of #A3CDC1

#A3CDC1
(163,205,193)
#95BBB0
(149,187,176)
#87A99F
(135,169,159)
#79978E
(121,151,142)
#6B857D
(107,133,125)
#5D736C
(93,115,108)
#4F615B
(79,97,91)
#414F4A
(65,79,74)
#333D39
(51,61,57)
#252B28
(37,43,40)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #A3CDC1

#A3CDC1
(163,205,193)
#ABD1C6
(171,209,198)
#B3D5CB
(179,213,203)
#BBD9D0
(187,217,208)
#C3DDD5
(195,221,213)
#CBE1DA
(203,225,218)
#D3E5DF
(211,229,223)
#DBE9E4
(219,233,228)
#E3EDE9
(227,237,233)
#EBF1EE
(235,241,238)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CDC1 color. Also use rgb(163,205,193) instead hex code.

Text Font Color

.myTextColor { color: #A3CDC1; }

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

This text font color is #A3CDC1.


Background Color

.myBgColor { background-color: #A3CDC1; }

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

This div background color is #A3CDC1.


Border color

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

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

This div border color is #A3CDC1.


Opacity

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

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

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

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

This text has shadow with #A3CDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CDC1 on black background.


Color preview on white background

This text has color #A3CDC1 on white background.



Black color preview on #A3CDC1 background

This text has black color on #A3CDC1 background.


White color preview on #A3CDC1 background

This text has white color on #A3CDC1 background.