COLOR #A8CDC3

HEX: #A8CDC3
RGB: (168,205,195)

Color info

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

RGB color model

#A8CDC3 color RGB value is (168,205,195).

  • red value is 168;
  • green value is 205;
  • blue value is 195.
RGB:
(168,205,195)
(66%,80%,76%)

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 195 of 255 = 76%

168
205
195

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

Portions of RGB colors in percentages

R + G + B =
168 + 205 + 195 = 568 (100%)
R 168 of 568 ~ 29.58%
G 205 of 568 ~ 36.09%
B 195 of 568 ~ 34.33%

%29.58
%36.09
%34.33

CMYK color model

#A8CDC3 color CMYK value is (18,0,5,20).

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 19.61%
CMYK:
(18,0,5,20)
C18M0Y5K20 
(18%,0%,5%,20%)
(0.18/0.00/0.05/0.20)	

CMYK percentages

%18.05
%0
%4.88
%19.61

Codes

Color #A8CDC3 in popluar color models

A8CDC3
RGB168205195
HSL164°27.01%73.14%
HSB/HSV164°18.05%80.39%
CMYK18.05%0.00%4.88%
19.61%

Color #A8CDC3 in popluar number systems.

HEXA8CDC3
Decimal168205195
Binary101010001100110111000011
Octal250315303

Shades and tints

Shades of #A8CDC3

#A8CDC3
(168,205,195)
#99BBB2
(153,187,178)
#8AA9A1
(138,169,161)
#7B9790
(123,151,144)
#6C857F
(108,133,127)
#5D736E
(93,115,110)
#4E615D
(78,97,93)
#3F4F4C
(63,79,76)
#303D3B
(48,61,59)
#212B2A
(33,43,42)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #A8CDC3

#A8CDC3
(168,205,195)
#AFD1C8
(175,209,200)
#B6D5CD
(182,213,205)
#BDD9D2
(189,217,210)
#C4DDD7
(196,221,215)
#CBE1DC
(203,225,220)
#D2E5E1
(210,229,225)
#D9E9E6
(217,233,230)
#E0EDEB
(224,237,235)
#E7F1F0
(231,241,240)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CDC3 color. Also use rgb(168,205,195) instead hex code.

Text Font Color

.myTextColor { color: #A8CDC3; }

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

This text font color is #A8CDC3.


Background Color

.myBgColor { background-color: #A8CDC3; }

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

This div background color is #A8CDC3.


Border color

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

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

This div border color is #A8CDC3.


Opacity

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

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

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

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

This text has shadow with #A8CDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CDC3 on black background.


Color preview on white background

This text has color #A8CDC3 on white background.



Black color preview on #A8CDC3 background

This text has black color on #A8CDC3 background.


White color preview on #A8CDC3 background

This text has white color on #A8CDC3 background.