COLOR #A6CDBE

HEX: #A6CDBE
RGB: (166,205,190)

Color info

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

RGB color model

#A6CDBE color RGB value is (166,205,190).

  • red value is 166;
  • green value is 205;
  • blue value is 190.
RGB:
(166,205,190)
(65%,80%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 190 of 255 = 75%

166
205
190

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

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 190 = 561 (100%)
R 166 of 561 ~ 29.59%
G 205 of 561 ~ 36.54%
B 190 of 561 ~ 33.87%

%29.59
%36.54
%33.87

CMYK color model

#A6CDBE color CMYK value is (19,0,7,20).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(19,0,7,20)
C19M0Y7K20 
(19%,0%,7%,20%)
(0.19/0.00/0.07/0.20)	

CMYK percentages

%19.02
%0
%7.32
%19.61

Codes

Color #A6CDBE in popluar color models

A6CDBE
RGB166205190
HSL157°28.06%72.75%
HSB/HSV157°19.02%80.39%
CMYK19.02%0.00%7.32%
19.61%

Color #A6CDBE in popluar number systems.

HEXA6CDBE
Decimal166205190
Binary101001101100110110111110
Octal246315276

Shades and tints

Shades of #A6CDBE

#A6CDBE
(166,205,190)
#97BBAD
(151,187,173)
#88A99C
(136,169,156)
#79978B
(121,151,139)
#6A857A
(106,133,122)
#5B7369
(91,115,105)
#4C6158
(76,97,88)
#3D4F47
(61,79,71)
#2E3D36
(46,61,54)
#1F2B25
(31,43,37)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #A6CDBE

#A6CDBE
(166,205,190)
#AED1C3
(174,209,195)
#B6D5C8
(182,213,200)
#BED9CD
(190,217,205)
#C6DDD2
(198,221,210)
#CEE1D7
(206,225,215)
#D6E5DC
(214,229,220)
#DEE9E1
(222,233,225)
#E6EDE6
(230,237,230)
#EEF1EB
(238,241,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CDBE color. Also use rgb(166,205,190) instead hex code.

Text Font Color

.myTextColor { color: #A6CDBE; }

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

This text font color is #A6CDBE.


Background Color

.myBgColor { background-color: #A6CDBE; }

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

This div background color is #A6CDBE.


Border color

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

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

This div border color is #A6CDBE.


Opacity

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

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

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

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

This text has shadow with #A6CDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDBE on black background.


Color preview on white background

This text has color #A6CDBE on white background.



Black color preview on #A6CDBE background

This text has black color on #A6CDBE background.


White color preview on #A6CDBE background

This text has white color on #A6CDBE background.