COLOR #A6CBBD

HEX: #A6CBBD
RGB: (166,203,189)

Color info

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

RGB color model

#A6CBBD color RGB value is (166,203,189).

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

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 189 of 255 = 74%

166
203
189

R + G + B ~ 73%. #A6CBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 203 + 189 = 558 (100%)
R 166 of 558 ~ 29.75%
G 203 of 558 ~ 36.38%
B 189 of 558 ~ 33.87%

%29.75
%36.38
%33.87

CMYK color model

#A6CBBD color CMYK value is (18,0,7,20).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(18,0,7,20)
C18M0Y7K20 
(18%,0%,7%,20%)
(0.18/0.00/0.07/0.20)	

CMYK percentages

%18.23
%0
%6.9
%20.39

Codes

Color #A6CBBD in popluar color models

A6CBBD
RGB166203189
HSL157°26.24%72.35%
HSB/HSV157°18.23%79.61%
CMYK18.23%0.00%6.90%
20.39%

Color #A6CBBD in popluar number systems.

HEXA6CBBD
Decimal166203189
Binary101001101100101110111101
Octal246313275

Shades and tints

Shades of #A6CBBD

#A6CBBD
(166,203,189)
#97B9AC
(151,185,172)
#88A79B
(136,167,155)
#79958A
(121,149,138)
#6A8379
(106,131,121)
#5B7168
(91,113,104)
#4C5F57
(76,95,87)
#3D4D46
(61,77,70)
#2E3B35
(46,59,53)
#1F2924
(31,41,36)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6CBBD

#A6CBBD
(166,203,189)
#AECFC3
(174,207,195)
#B6D3C9
(182,211,201)
#BED7CF
(190,215,207)
#C6DBD5
(198,219,213)
#CEDFDB
(206,223,219)
#D6E3E1
(214,227,225)
#DEE7E7
(222,231,231)
#E6EBED
(230,235,237)
#EEEFF3
(238,239,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CBBD; }

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

This text font color is #A6CBBD.


Background Color

.myBgColor { background-color: #A6CBBD; }

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

This div background color is #A6CBBD.


Border color

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

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

This div border color is #A6CBBD.


Opacity

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

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

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

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

This text has shadow with #A6CBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CBBD on black background.


Color preview on white background

This text has color #A6CBBD on white background.



Black color preview on #A6CBBD background

This text has black color on #A6CBBD background.


White color preview on #A6CBBD background

This text has white color on #A6CBBD background.