COLOR #A8C2BB

HEX: #A8C2BB RGB: (168,194,187)

Color info

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

RGB color model

#A8C2BB color RGB value is (168,194,187).

RGB: (168,194,187) (66%, 76%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 194 of 255 = 76%
B 187 of 255 = 73%

168
194
187

R + G + B ~ 72%. #A8C2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 194 + 187 = 549 (100%)
R 168 of 549 ~ 30.6%
G 194 of 549 ~ 35.34%
B 187 of 549 ~ 34.06'%

%30.6
%35.34
%34.06

CMYK color model

#A8C2BB color CMYK value is (13,0,4,24).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 23.92%

CMYK: (13,0,4,24)
C13M0Y4K24 (13%, 0%, 4%, 24%)
(0.13 / 0.00 / 0.04 / 0.24)

CMYK percentages

%13.4
%0
%3.61
%23.92

Codes

Color #A8C2BB in popluar color models

A8 C2 BB
RGB 168 194 187
HSL 164° 17.57% 70.98%
HSB/HSV 164° 13.40% 76.08%
CMYK 13.40% 0.00% 3.61%
23.92%

Color #A8C2BB in popluar number systems.

HEX A8 C2 BB
Decimal 168 194 187
Binary 10101000 11000010 10111011
Octal 250 302 273

Shades and tints

Shades of #A8C2BB

#A8C2BB
(168,194,187)
#99B1AA
(153,177,170)
#8AA099
(138,160,153)
#7B8F88
(123,143,136)
#6C7E77
(108,126,119)
#5D6D66
(93,109,102)
#4E5C55
(78,92,85)
#3F4B44
(63,75,68)
#303A33
(48,58,51)
#212922
(33,41,34)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #A8C2BB

#A8C2BB
(168,194,187)
#AFC7C1
(175,199,193)
#B6CCC7
(182,204,199)
#BDD1CD
(189,209,205)
#C4D6D3
(196,214,211)
#CBDBD9
(203,219,217)
#D2E0DF
(210,224,223)
#D9E5E5
(217,229,229)
#E0EAEB
(224,234,235)
#E7EFF1
(231,239,241)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C2BB color. Also use rgb(168,194,187) instead hex code.

Text Font Color

.myTextColor { color: #A8C2BB; }

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

This text font color is #A8C2BB.

Background Color

.myBgColor { background-color: #A8C2BB; }

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

This div background color is #A8C2BB.

Border color

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

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

This div border color is #A8C2BB.

Opacity

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

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

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

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

This text has shadow with #A8C2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C2BB.

Preview

Color preview on black background

This text has color #A8C2BB on black background.


Color preview on white background

This text has color #A8C2BB on white background.


Black color preview on #A8C2BB background

This text has black color on #A8C2BB background.


White color preview on #A8C2BB background

This text has white color on #A8C2BB background.


Related colors

Complementary color

Complementary color for #hex is #573D44.


I love getcolorcode.com

Triadic colors

1 #BBA8C2 and #C2BBA8 with #A8C2BB are triadic colors.

2 #BBC2A8 and #C2A8BB with #A8C2BB are triadic colors.