COLOR #C5BABF

HEX: #C5BABF RGB: (197,186,191)

Color info

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

RGB color model

#C5BABF color RGB value is (197,186,191).

RGB: (197,186,191) (77%, 73%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 191 of 255 = 75%

197
186
191

R + G + B ~ 75%. #C5BABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 191 = 574 (100%)
R 197 of 574 ~ 34.32%
G 186 of 574 ~ 32.4%
B 191 of 574 ~ 33.28'%

%34.32
%32.4
%33.28

CMYK color model

#C5BABF color CMYK value is (0,6,3,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 3.05%
  • key color value is 22.75%

CMYK: (0,6,3,23)
C0M6Y3K23 (0%, 6%, 3%, 23%)
(0.00 / 0.06 / 0.03 / 0.23)

CMYK percentages

%0
%5.58
%3.05
%22.75

Codes

Color #C5BABF in popluar color models

C5 BA BF
RGB 197 186 191
HSL 333° 8.66% 75.10%
HSB/HSV 333° 5.58% 77.25%
CMYK 0.00% 5.58% 3.05%
22.75%

Color #C5BABF in popluar number systems.

HEX C5 BA BF
Decimal 197 186 191
Binary 11000101 10111010 10111111
Octal 305 272 277

Shades and tints

Shades of #C5BABF

#C5BABF
(197,186,191)
#B4AAAE
(180,170,174)
#A39A9D
(163,154,157)
#928A8C
(146,138,140)
#817A7B
(129,122,123)
#706A6A
(112,106,106)
#5F5A59
(95,90,89)
#4E4A48
(78,74,72)
#3D3A37
(61,58,55)
#2C2A26
(44,42,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5BABF

#C5BABF
(197,186,191)
#CAC0C4
(202,192,196)
#CFC6C9
(207,198,201)
#D4CCCE
(212,204,206)
#D9D2D3
(217,210,211)
#DED8D8
(222,216,216)
#E3DEDD
(227,222,221)
#E8E4E2
(232,228,226)
#EDEAE7
(237,234,231)
#F2F0EC
(242,240,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BABF color. Also use rgb(197,186,191) instead hex code.

Text Font Color

.myTextColor { color: #C5BABF; }

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

This text font color is #C5BABF.

Background Color

.myBgColor { background-color: #C5BABF; }

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

This div background color is #C5BABF.

Border color

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

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

This div border color is #C5BABF.

Opacity

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

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

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

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

This text has shadow with #C5BABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BABF.

Preview

Color preview on black background

This text has color #C5BABF on black background.


Color preview on white background

This text has color #C5BABF on white background.


Black color preview on #C5BABF background

This text has black color on #C5BABF background.


White color preview on #C5BABF background

This text has white color on #C5BABF background.


Related colors

Complementary color

Complementary color for #hex is #3A4540.


I love getcolorcode.com

Triadic colors

1 #BFC5BA and #BABFC5 with #C5BABF are triadic colors.

2 #BFBAC5 and #BAC5BF with #C5BABF are triadic colors.