COLOR #A3CDBE

HEX: #A3CDBE
RGB: (163,205,190)

Color info

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

RGB color model

#A3CDBE color RGB value is (163,205,190).

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

RGB channels and saturation

R 163 of 255 = 64%
G 205 of 255 = 80%
B 190 of 255 = 75%

163
205
190

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

Portions of RGB colors in percentages

R + G + B =
163 + 205 + 190 = 558 (100%)
R 163 of 558 ~ 29.21%
G 205 of 558 ~ 36.74%
B 190 of 558 ~ 34.05%

%29.21
%36.74
%34.05

CMYK color model

#A3CDBE color CMYK value is (20,0,7,20).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(20,0,7,20)
C20M0Y7K20 
(20%,0%,7%,20%)
(0.20/0.00/0.07/0.20)	

CMYK percentages

%20.49
%0
%7.32
%19.61

Codes

Color #A3CDBE in popluar color models

A3CDBE
RGB163205190
HSL159°29.58%72.16%
HSB/HSV159°20.49%80.39%
CMYK20.49%0.00%7.32%
19.61%

Color #A3CDBE in popluar number systems.

HEXA3CDBE
Decimal163205190
Binary101000111100110110111110
Octal243315276

Shades and tints

Shades of #A3CDBE

#A3CDBE
(163,205,190)
#95BBAD
(149,187,173)
#87A99C
(135,169,156)
#79978B
(121,151,139)
#6B857A
(107,133,122)
#5D7369
(93,115,105)
#4F6158
(79,97,88)
#414F47
(65,79,71)
#333D36
(51,61,54)
#252B25
(37,43,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #A3CDBE

#A3CDBE
(163,205,190)
#ABD1C3
(171,209,195)
#B3D5C8
(179,213,200)
#BBD9CD
(187,217,205)
#C3DDD2
(195,221,210)
#CBE1D7
(203,225,215)
#D3E5DC
(211,229,220)
#DBE9E1
(219,233,225)
#E3EDE6
(227,237,230)
#EBF1EB
(235,241,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CDBE; }

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

This text font color is #A3CDBE.


Background Color

.myBgColor { background-color: #A3CDBE; }

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

This div background color is #A3CDBE.


Border color

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

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

This div border color is #A3CDBE.


Opacity

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

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

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

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

This text has shadow with #A3CDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CDBE on black background.


Color preview on white background

This text has color #A3CDBE on white background.



Black color preview on #A3CDBE background

This text has black color on #A3CDBE background.


White color preview on #A3CDBE background

This text has white color on #A3CDBE background.