COLOR #C5B3BF

HEX: #C5B3BF RGB: (197,179,191)

Color info

#C5B3BF contains red, green and blue colors in about the same proportion. Web safe color of #C5B3BF is #CC99CC (or #C9C).

RGB color model

#C5B3BF color RGB value is (197,179,191).

RGB: (197,179,191) (77%, 70%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 191 of 255 = 75%

197
179
191

R + G + B ~ 74%. #C5B3BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 179 + 191 = 567 (100%)
R 197 of 567 ~ 34.74%
G 179 of 567 ~ 31.57%
B 191 of 567 ~ 33.69'%

%34.74
%31.57
%33.69

CMYK color model

#C5B3BF color CMYK value is (0,9,3,23).

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

CMYK: (0,9,3,23)
C0M9Y3K23 (0%, 9%, 3%, 23%)
(0.00 / 0.09 / 0.03 / 0.23)

CMYK percentages

%0
%9.14
%3.05
%22.75

Codes

Color #C5B3BF in popluar color models

C5 B3 BF
RGB 197 179 191
HSL 320° 13.43% 73.73%
HSB/HSV 320° 9.14% 77.25%
CMYK 0.00% 9.14% 3.05%
22.75%

Color #C5B3BF in popluar number systems.

HEX C5 B3 BF
Decimal 197 179 191
Binary 11000101 10110011 10111111
Octal 305 263 277

Shades and tints

Shades of #C5B3BF

#C5B3BF
(197,179,191)
#B4A3AE
(180,163,174)
#A3939D
(163,147,157)
#92838C
(146,131,140)
#81737B
(129,115,123)
#70636A
(112,99,106)
#5F5359
(95,83,89)
#4E4348
(78,67,72)
#3D3337
(61,51,55)
#2C2326
(44,35,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C5B3BF

#C5B3BF
(197,179,191)
#CAB9C4
(202,185,196)
#CFBFC9
(207,191,201)
#D4C5CE
(212,197,206)
#D9CBD3
(217,203,211)
#DED1D8
(222,209,216)
#E3D7DD
(227,215,221)
#E8DDE2
(232,221,226)
#EDE3E7
(237,227,231)
#F2E9EC
(242,233,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B3BF; }

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

This text font color is #C5B3BF.

Background Color

.myBgColor { background-color: #C5B3BF; }

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

This div background color is #C5B3BF.

Border color

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

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

This div border color is #C5B3BF.

Opacity

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

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

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

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

This text has shadow with #C5B3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B3BF.

Preview

Color preview on black background

This text has color #C5B3BF on black background.


Color preview on white background

This text has color #C5B3BF on white background.


Black color preview on #C5B3BF background

This text has black color on #C5B3BF background.


White color preview on #C5B3BF background

This text has white color on #C5B3BF background.


Related colors

Complementary color

Complementary color for #hex is #3A4C40.


I love getcolorcode.com

Triadic colors

1 #BFC5B3 and #B3BFC5 with #C5B3BF are triadic colors.

2 #BFB3C5 and #B3C5BF with #C5B3BF are triadic colors.