COLOR #A3CDBB

HEX: #A3CDBB
RGB: (163,205,187)

Color info

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

RGB color model

#A3CDBB color RGB value is (163,205,187).

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

RGB channels and saturation

R 163 of 255 = 64%
G 205 of 255 = 80%
B 187 of 255 = 73%

163
205
187

R + G + B ~ 72%. #A3CDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 205 + 187 = 555 (100%)
R 163 of 555 ~ 29.37%
G 205 of 555 ~ 36.94%
B 187 of 555 ~ 33.69%

%29.37
%36.94
%33.69

CMYK color model

#A3CDBB color CMYK value is (20,0,9,20).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 19.61%
CMYK:
(20,0,9,20)
C20M0Y9K20 
(20%,0%,9%,20%)
(0.20/0.00/0.09/0.20)	

CMYK percentages

%20.49
%0
%8.78
%19.61

Codes

Color #A3CDBB in popluar color models

A3CDBB
RGB163205187
HSL154°29.58%72.16%
HSB/HSV154°20.49%80.39%
CMYK20.49%0.00%8.78%
19.61%

Color #A3CDBB in popluar number systems.

HEXA3CDBB
Decimal163205187
Binary101000111100110110111011
Octal243315273

Shades and tints

Shades of #A3CDBB

#A3CDBB
(163,205,187)
#95BBAA
(149,187,170)
#87A999
(135,169,153)
#799788
(121,151,136)
#6B8577
(107,133,119)
#5D7366
(93,115,102)
#4F6155
(79,97,85)
#414F44
(65,79,68)
#333D33
(51,61,51)
#252B22
(37,43,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #A3CDBB

#A3CDBB
(163,205,187)
#ABD1C1
(171,209,193)
#B3D5C7
(179,213,199)
#BBD9CD
(187,217,205)
#C3DDD3
(195,221,211)
#CBE1D9
(203,225,217)
#D3E5DF
(211,229,223)
#DBE9E5
(219,233,229)
#E3EDEB
(227,237,235)
#EBF1F1
(235,241,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CDBB; }

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

This text font color is #A3CDBB.


Background Color

.myBgColor { background-color: #A3CDBB; }

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

This div background color is #A3CDBB.


Border color

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

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

This div border color is #A3CDBB.


Opacity

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

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

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

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

This text has shadow with #A3CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CDBB on black background.


Color preview on white background

This text has color #A3CDBB on white background.



Black color preview on #A3CDBB background

This text has black color on #A3CDBB background.


White color preview on #A3CDBB background

This text has white color on #A3CDBB background.