COLOR #A3CDC5

HEX: #A3CDC5
RGB: (163,205,197)

Color info

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

RGB color model

#A3CDC5 color RGB value is (163,205,197).

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

RGB channels and saturation

R 163 of 255 = 64%
G 205 of 255 = 80%
B 197 of 255 = 77%

163
205
197

R + G + B ~ 74%. #A3CDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 205 + 197 = 565 (100%)
R 163 of 565 ~ 28.85%
G 205 of 565 ~ 36.28%
B 197 of 565 ~ 34.87%

%28.85
%36.28
%34.87

CMYK color model

#A3CDC5 color CMYK value is (20,0,4,20).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 19.61%
CMYK:
(20,0,4,20)
C20M0Y4K20 
(20%,0%,4%,20%)
(0.20/0.00/0.04/0.20)	

CMYK percentages

%20.49
%0
%3.9
%19.61

Codes

Color #A3CDC5 in popluar color models

A3CDC5
RGB163205197
HSL169°29.58%72.16%
HSB/HSV169°20.49%80.39%
CMYK20.49%0.00%3.90%
19.61%

Color #A3CDC5 in popluar number systems.

HEXA3CDC5
Decimal163205197
Binary101000111100110111000101
Octal243315305

Shades and tints

Shades of #A3CDC5

#A3CDC5
(163,205,197)
#95BBB4
(149,187,180)
#87A9A3
(135,169,163)
#799792
(121,151,146)
#6B8581
(107,133,129)
#5D7370
(93,115,112)
#4F615F
(79,97,95)
#414F4E
(65,79,78)
#333D3D
(51,61,61)
#252B2C
(37,43,44)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #A3CDC5

#A3CDC5
(163,205,197)
#ABD1CA
(171,209,202)
#B3D5CF
(179,213,207)
#BBD9D4
(187,217,212)
#C3DDD9
(195,221,217)
#CBE1DE
(203,225,222)
#D3E5E3
(211,229,227)
#DBE9E8
(219,233,232)
#E3EDED
(227,237,237)
#EBF1F2
(235,241,242)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CDC5; }

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

This text font color is #A3CDC5.


Background Color

.myBgColor { background-color: #A3CDC5; }

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

This div background color is #A3CDC5.


Border color

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

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

This div border color is #A3CDC5.


Opacity

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

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

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

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

This text has shadow with #A3CDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CDC5 on black background.


Color preview on white background

This text has color #A3CDC5 on white background.



Black color preview on #A3CDC5 background

This text has black color on #A3CDC5 background.


White color preview on #A3CDC5 background

This text has white color on #A3CDC5 background.