COLOR #C9BABE

HEX: #C9BABE
RGB: (201,186,190)

Color info

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

RGB color model

#C9BABE color RGB value is (201,186,190).

  • red value is 201;
  • green value is 186;
  • blue value is 190.
RGB:
(201,186,190)
(79%,73%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 190 of 255 = 75%

201
186
190

R + G + B ~ 76%. #C9BABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 186 + 190 = 577 (100%)
R 201 of 577 ~ 34.84%
G 186 of 577 ~ 32.24%
B 190 of 577 ~ 32.93%

%34.84
%32.24
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,7,5,21)
C0M7Y5K21 
(0%,7%,5%,21%)
(0.00/0.07/0.05/0.21)	

CMYK percentages

%0
%7.46
%5.47
%21.18

Codes

Color #C9BABE in popluar color models

C9BABE
RGB201186190
HSL344°12.20%75.88%
HSB/HSV344°7.46%78.82%
CMYK0.00%7.46%5.47%
21.18%

Color #C9BABE in popluar number systems.

HEXC9BABE
Decimal201186190
Binary110010011011101010111110
Octal311272276

Shades and tints

Shades of #C9BABE

#C9BABE
(201,186,190)
#B7AAAD
(183,170,173)
#A59A9C
(165,154,156)
#938A8B
(147,138,139)
#817A7A
(129,122,122)
#6F6A69
(111,106,105)
#5D5A58
(93,90,88)
#4B4A47
(75,74,71)
#393A36
(57,58,54)
#272A25
(39,42,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #C9BABE

#C9BABE
(201,186,190)
#CDC0C3
(205,192,195)
#D1C6C8
(209,198,200)
#D5CCCD
(213,204,205)
#D9D2D2
(217,210,210)
#DDD8D7
(221,216,215)
#E1DEDC
(225,222,220)
#E5E4E1
(229,228,225)
#E9EAE6
(233,234,230)
#EDF0EB
(237,240,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BABE; }

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

This text font color is #C9BABE.


Background Color

.myBgColor { background-color: #C9BABE; }

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

This div background color is #C9BABE.


Border color

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

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

This div border color is #C9BABE.


Opacity

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

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

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

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

This text has shadow with #C9BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BABE on black background.


Color preview on white background

This text has color #C9BABE on white background.



Black color preview on #C9BABE background

This text has black color on #C9BABE background.


White color preview on #C9BABE background

This text has white color on #C9BABE background.