COLOR #A8C7CB

HEX: #A8C7CB
RGB: (168,199,203)

Color info

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

RGB color model

#A8C7CB color RGB value is (168,199,203).

  • red value is 168;
  • green value is 199;
  • blue value is 203.
RGB:
(168,199,203)
(66%,78%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 199 of 255 = 78%
B 203 of 255 = 80%

168
199
203

R + G + B ~ 75%. #A8C7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 199 + 203 = 570 (100%)
R 168 of 570 ~ 29.47%
G 199 of 570 ~ 34.91%
B 203 of 570 ~ 35.61%

%29.47
%34.91
%35.61

CMYK color model

#A8C7CB color CMYK value is (17,2,0,20).

  • cyan value is 17.24%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,2,0,20)
C17M2Y0K20 
(17%,2%,0%,20%)
(0.17/0.02/0.00/0.20)	

CMYK percentages

%17.24
%1.97
%0
%20.39

Codes

Color #A8C7CB in popluar color models

A8C7CB
RGB168199203
HSL187°25.18%72.75%
HSB/HSV187°17.24%79.61%
CMYK17.24%1.97%0.00%
20.39%

Color #A8C7CB in popluar number systems.

HEXA8C7CB
Decimal168199203
Binary101010001100011111001011
Octal250307313

Shades and tints

Shades of #A8C7CB

#A8C7CB
(168,199,203)
#99B5B9
(153,181,185)
#8AA3A7
(138,163,167)
#7B9195
(123,145,149)
#6C7F83
(108,127,131)
#5D6D71
(93,109,113)
#4E5B5F
(78,91,95)
#3F494D
(63,73,77)
#30373B
(48,55,59)
#212529
(33,37,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A8C7CB

#A8C7CB
(168,199,203)
#AFCCCF
(175,204,207)
#B6D1D3
(182,209,211)
#BDD6D7
(189,214,215)
#C4DBDB
(196,219,219)
#CBE0DF
(203,224,223)
#D2E5E3
(210,229,227)
#D9EAE7
(217,234,231)
#E0EFEB
(224,239,235)
#E7F4EF
(231,244,239)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C7CB color. Also use rgb(168,199,203) instead hex code.

Text Font Color

.myTextColor { color: #A8C7CB; }

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

This text font color is #A8C7CB.


Background Color

.myBgColor { background-color: #A8C7CB; }

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

This div background color is #A8C7CB.


Border color

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

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

This div border color is #A8C7CB.


Opacity

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

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

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

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

This text has shadow with #A8C7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C7CB on black background.


Color preview on white background

This text has color #A8C7CB on white background.



Black color preview on #A8C7CB background

This text has black color on #A8C7CB background.


White color preview on #A8C7CB background

This text has white color on #A8C7CB background.