COLOR #A6C3CB

HEX: #A6C3CB RGB: (166,195,203)

Color info

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

RGB color model

#A6C3CB color RGB value is (166,195,203).

RGB: (166,195,203) (65%, 76%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 195 of 255 = 76%
B 203 of 255 = 80%

166
195
203

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

Portions of RGB colors in percentages

R + G + B = 166 + 195 + 203 = 564 (100%)
R 166 of 564 ~ 29.43%
G 195 of 564 ~ 34.57%
B 203 of 564 ~ 35.99'%

%29.43
%34.57
%35.99

CMYK color model

#A6C3CB color CMYK value is (18,4,0,20).

  • cyan value is 18.23%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (18,4,0,20)
C18M4Y0K20 (18%, 4%, 0%, 20%)
(0.18 / 0.04 / 0.00 / 0.20)

CMYK percentages

%18.23
%3.94
%0
%20.39

Codes

Color #A6C3CB in popluar color models

A6 C3 CB
RGB 166 195 203
HSL 193° 26.24% 72.35%
HSB/HSV 193° 18.23% 79.61%
CMYK 18.23% 3.94% 0.00%
20.39%

Color #A6C3CB in popluar number systems.

HEX A6 C3 CB
Decimal 166 195 203
Binary 10100110 11000011 11001011
Octal 246 303 313

Shades and tints

Shades of #A6C3CB

#A6C3CB
(166,195,203)
#97B2B9
(151,178,185)
#88A1A7
(136,161,167)
#799095
(121,144,149)
#6A7F83
(106,127,131)
#5B6E71
(91,110,113)
#4C5D5F
(76,93,95)
#3D4C4D
(61,76,77)
#2E3B3B
(46,59,59)
#1F2A29
(31,42,41)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #A6C3CB

#A6C3CB
(166,195,203)
#AEC8CF
(174,200,207)
#B6CDD3
(182,205,211)
#BED2D7
(190,210,215)
#C6D7DB
(198,215,219)
#CEDCDF
(206,220,223)
#D6E1E3
(214,225,227)
#DEE6E7
(222,230,231)
#E6EBEB
(230,235,235)
#EEF0EF
(238,240,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C3CB; }

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

This text font color is #A6C3CB.

Background Color

.myBgColor { background-color: #A6C3CB; }

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

This div background color is #A6C3CB.

Border color

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

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

This div border color is #A6C3CB.

Opacity

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

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

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

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

This text has shadow with #A6C3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C3CB.

Preview

Color preview on black background

This text has color #A6C3CB on black background.


Color preview on white background

This text has color #A6C3CB on white background.


Black color preview on #A6C3CB background

This text has black color on #A6C3CB background.


White color preview on #A6C3CB background

This text has white color on #A6C3CB background.


Related colors

Complementary color

Complementary color for #hex is #593C34.


I love getcolorcode.com

Triadic colors

1 #CBA6C3 and #C3CBA6 with #A6C3CB are triadic colors.

2 #CBC3A6 and #C3A6CB with #A6C3CB are triadic colors.