COLOR #A3CED0

HEX: #A3CED0 RGB: (163,206,208)

Color info

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

RGB color model

#A3CED0 color RGB value is (163,206,208).

RGB: (163,206,208) (64%, 81%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 206 of 255 = 81%
B 208 of 255 = 82%

163
206
208

R + G + B ~ 76%. #A3CED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 206 + 208 = 577 (100%)
R 163 of 577 ~ 28.25%
G 206 of 577 ~ 35.7%
B 208 of 577 ~ 36.05'%

%28.25
%35.7
%36.05

CMYK color model

#A3CED0 color CMYK value is (22,1,0,18).

  • cyan value is 21.63%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (22,1,0,18)
C22M1Y0K18 (22%, 1%, 0%, 18%)
(0.22 / 0.01 / 0.00 / 0.18)

CMYK percentages

%21.63
%0.96
%0
%18.43

Codes

Color #A3CED0 in popluar color models

A3 CE D0
RGB 163 206 208
HSL 183° 32.37% 72.75%
HSB/HSV 183° 21.63% 81.57%
CMYK 21.63% 0.96% 0.00%
18.43%

Color #A3CED0 in popluar number systems.

HEX A3 CE D0
Decimal 163 206 208
Binary 10100011 11001110 11010000
Octal 243 316 320

Shades and tints

Shades of #A3CED0

#A3CED0
(163,206,208)
#95BCBE
(149,188,190)
#87AAAC
(135,170,172)
#79989A
(121,152,154)
#6B8688
(107,134,136)
#5D7476
(93,116,118)
#4F6264
(79,98,100)
#415052
(65,80,82)
#333E40
(51,62,64)
#252C2E
(37,44,46)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #A3CED0

#A3CED0
(163,206,208)
#ABD2D4
(171,210,212)
#B3D6D8
(179,214,216)
#BBDADC
(187,218,220)
#C3DEE0
(195,222,224)
#CBE2E4
(203,226,228)
#D3E6E8
(211,230,232)
#DBEAEC
(219,234,236)
#E3EEF0
(227,238,240)
#EBF2F4
(235,242,244)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CED0 color. Also use rgb(163,206,208) instead hex code.

Text Font Color

.myTextColor { color: #A3CED0; }

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

This text font color is #A3CED0.

Background Color

.myBgColor { background-color: #A3CED0; }

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

This div background color is #A3CED0.

Border color

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

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

This div border color is #A3CED0.

Opacity

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

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

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

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

This text has shadow with #A3CED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CED0.

Preview

Color preview on black background

This text has color #A3CED0 on black background.


Color preview on white background

This text has color #A3CED0 on white background.


Black color preview on #A3CED0 background

This text has black color on #A3CED0 background.


White color preview on #A3CED0 background

This text has white color on #A3CED0 background.


Related colors

Complementary color

Complementary color for #hex is #5C312F.


I love getcolorcode.com

Triadic colors

1 #D0A3CE and #CED0A3 with #A3CED0 are triadic colors.

2 #D0CEA3 and #CEA3D0 with #A3CED0 are triadic colors.