COLOR #C8BAC9

HEX: #C8BAC9 RGB: (200,186,201)

Color info

#C8BAC9 contains red, green and blue colors in about the same proportion. Web safe color of #C8BAC9 is #CCCCCC (or #CCC).

RGB color model

#C8BAC9 color RGB value is (200,186,201).

RGB: (200,186,201) (78%, 73%, 79%)

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 201 of 255 = 79%

200
186
201

R + G + B ~ 77%. #C8BAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 186 + 201 = 587 (100%)
R 200 of 587 ~ 34.07%
G 186 of 587 ~ 31.69%
B 201 of 587 ~ 34.24'%

%34.07
%31.69
%34.24

CMYK color model

#C8BAC9 color CMYK value is (0,7,0,21).

  • cyan value is 0.50%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (0,7,0,21)
C0M7Y0K21 (0%, 7%, 0%, 21%)
(0.00 / 0.07 / 0.00 / 0.21)

CMYK percentages

%0.5
%7.46
%0
%21.18

Codes

Color #C8BAC9 in popluar color models

C8 BA C9
RGB 200 186 201
HSL 296° 12.20% 75.88%
HSB/HSV 296° 7.46% 78.82%
CMYK 0.50% 7.46% 0.00%
21.18%

Color #C8BAC9 in popluar number systems.

HEX C8 BA C9
Decimal 200 186 201
Binary 11001000 10111010 11001001
Octal 310 272 311

Shades and tints

Shades of #C8BAC9

#C8BAC9
(200,186,201)
#B6AAB7
(182,170,183)
#A49AA5
(164,154,165)
#928A93
(146,138,147)
#807A81
(128,122,129)
#6E6A6F
(110,106,111)
#5C5A5D
(92,90,93)
#4A4A4B
(74,74,75)
#383A39
(56,58,57)
#262A27
(38,42,39)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #C8BAC9

#C8BAC9
(200,186,201)
#CDC0CD
(205,192,205)
#D2C6D1
(210,198,209)
#D7CCD5
(215,204,213)
#DCD2D9
(220,210,217)
#E1D8DD
(225,216,221)
#E6DEE1
(230,222,225)
#EBE4E5
(235,228,229)
#F0EAE9
(240,234,233)
#F5F0ED
(245,240,237)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BAC9 color. Also use rgb(200,186,201) instead hex code.

Text Font Color

.myTextColor { color: #C8BAC9; }

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

This text font color is #C8BAC9.

Background Color

.myBgColor { background-color: #C8BAC9; }

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

This div background color is #C8BAC9.

Border color

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

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

This div border color is #C8BAC9.

Opacity

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

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

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

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

This text has shadow with #C8BAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BAC9.

Preview

Color preview on black background

This text has color #C8BAC9 on black background.


Color preview on white background

This text has color #C8BAC9 on white background.


Black color preview on #C8BAC9 background

This text has black color on #C8BAC9 background.


White color preview on #C8BAC9 background

This text has white color on #C8BAC9 background.


Related colors

Complementary color

Complementary color for #hex is #374536.


I love getcolorcode.com

Triadic colors

1 #C9C8BA and #BAC9C8 with #C8BAC9 are triadic colors.

2 #C9BAC8 and #BAC8C9 with #C8BAC9 are triadic colors.