COLOR #A8CDC0

HEX: #A8CDC0
RGB: (168,205,192)

Color info

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

RGB color model

#A8CDC0 color RGB value is (168,205,192).

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

RGB channels and saturation

R 168 of 255 = 66%
G 205 of 255 = 80%
B 192 of 255 = 75%

168
205
192

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

Portions of RGB colors in percentages

R + G + B =
168 + 205 + 192 = 565 (100%)
R 168 of 565 ~ 29.73%
G 205 of 565 ~ 36.28%
B 192 of 565 ~ 33.98%

%29.73
%36.28
%33.98

CMYK color model

#A8CDC0 color CMYK value is (18,0,6,20).

  • cyan value is 18.05%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 19.61%
CMYK:
(18,0,6,20)
C18M0Y6K20 
(18%,0%,6%,20%)
(0.18/0.00/0.06/0.20)	

CMYK percentages

%18.05
%0
%6.34
%19.61

Codes

Color #A8CDC0 in popluar color models

A8CDC0
RGB168205192
HSL159°27.01%73.14%
HSB/HSV159°18.05%80.39%
CMYK18.05%0.00%6.34%
19.61%

Color #A8CDC0 in popluar number systems.

HEXA8CDC0
Decimal168205192
Binary101010001100110111000000
Octal250315300

Shades and tints

Shades of #A8CDC0

#A8CDC0
(168,205,192)
#99BBAF
(153,187,175)
#8AA99E
(138,169,158)
#7B978D
(123,151,141)
#6C857C
(108,133,124)
#5D736B
(93,115,107)
#4E615A
(78,97,90)
#3F4F49
(63,79,73)
#303D38
(48,61,56)
#212B27
(33,43,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #A8CDC0

#A8CDC0
(168,205,192)
#AFD1C5
(175,209,197)
#B6D5CA
(182,213,202)
#BDD9CF
(189,217,207)
#C4DDD4
(196,221,212)
#CBE1D9
(203,225,217)
#D2E5DE
(210,229,222)
#D9E9E3
(217,233,227)
#E0EDE8
(224,237,232)
#E7F1ED
(231,241,237)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CDC0; }

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

This text font color is #A8CDC0.


Background Color

.myBgColor { background-color: #A8CDC0; }

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

This div background color is #A8CDC0.


Border color

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

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

This div border color is #A8CDC0.


Opacity

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

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

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

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

This text has shadow with #A8CDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CDC0 on black background.


Color preview on white background

This text has color #A8CDC0 on white background.



Black color preview on #A8CDC0 background

This text has black color on #A8CDC0 background.


White color preview on #A8CDC0 background

This text has white color on #A8CDC0 background.