COLOR #A6CBC5

HEX: #A6CBC5
RGB: (166,203,197)

Color info

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

RGB color model

#A6CBC5 color RGB value is (166,203,197).

  • red value is 166;
  • green value is 203;
  • blue value is 197.
RGB:
(166,203,197)
(65%,80%,77%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 197 of 255 = 77%

166
203
197

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

Portions of RGB colors in percentages

R + G + B =
166 + 203 + 197 = 566 (100%)
R 166 of 566 ~ 29.33%
G 203 of 566 ~ 35.87%
B 197 of 566 ~ 34.81%

%29.33
%35.87
%34.81

CMYK color model

#A6CBC5 color CMYK value is (18,0,3,20).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 20.39%
CMYK:
(18,0,3,20)
C18M0Y3K20 
(18%,0%,3%,20%)
(0.18/0.00/0.03/0.20)	

CMYK percentages

%18.23
%0
%2.96
%20.39

Codes

Color #A6CBC5 in popluar color models

A6CBC5
RGB166203197
HSL170°26.24%72.35%
HSB/HSV170°18.23%79.61%
CMYK18.23%0.00%2.96%
20.39%

Color #A6CBC5 in popluar number systems.

HEXA6CBC5
Decimal166203197
Binary101001101100101111000101
Octal246313305

Shades and tints

Shades of #A6CBC5

#A6CBC5
(166,203,197)
#97B9B4
(151,185,180)
#88A7A3
(136,167,163)
#799592
(121,149,146)
#6A8381
(106,131,129)
#5B7170
(91,113,112)
#4C5F5F
(76,95,95)
#3D4D4E
(61,77,78)
#2E3B3D
(46,59,61)
#1F292C
(31,41,44)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #A6CBC5

#A6CBC5
(166,203,197)
#AECFCA
(174,207,202)
#B6D3CF
(182,211,207)
#BED7D4
(190,215,212)
#C6DBD9
(198,219,217)
#CEDFDE
(206,223,222)
#D6E3E3
(214,227,227)
#DEE7E8
(222,231,232)
#E6EBED
(230,235,237)
#EEEFF2
(238,239,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CBC5 color. Also use rgb(166,203,197) instead hex code.

Text Font Color

.myTextColor { color: #A6CBC5; }

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

This text font color is #A6CBC5.


Background Color

.myBgColor { background-color: #A6CBC5; }

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

This div background color is #A6CBC5.


Border color

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

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

This div border color is #A6CBC5.


Opacity

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

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

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

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

This text has shadow with #A6CBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CBC5 on black background.


Color preview on white background

This text has color #A6CBC5 on white background.



Black color preview on #A6CBC5 background

This text has black color on #A6CBC5 background.


White color preview on #A6CBC5 background

This text has white color on #A6CBC5 background.