COLOR #C4BFB7

HEX: #C4BFB7
RGB: (196,191,183)

Color info

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

RGB color model

#C4BFB7 color RGB value is (196,191,183).

  • red value is 196;
  • green value is 191;
  • blue value is 183.
RGB:
(196,191,183)
(77%,75%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 191 of 255 = 75%
B 183 of 255 = 72%

196
191
183

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

Portions of RGB colors in percentages

R + G + B =
196 + 191 + 183 = 570 (100%)
R 196 of 570 ~ 34.39%
G 191 of 570 ~ 33.51%
B 183 of 570 ~ 32.11%

%34.39
%33.51
%32.11

CMYK color model

#C4BFB7 color CMYK value is (0,3,7,23).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 6.63%
  • key color value is 23.14%
CMYK:
(0,3,7,23)
C0M3Y7K23 
(0%,3%,7%,23%)
(0.00/0.03/0.07/0.23)	

CMYK percentages

%0
%2.55
%6.63
%23.14

Codes

Color #C4BFB7 in popluar color models

C4BFB7
RGB196191183
HSL37°9.92%74.31%
HSB/HSV37°6.63%76.86%
CMYK0.00%2.55%6.63%
23.14%

Color #C4BFB7 in popluar number systems.

HEXC4BFB7
Decimal196191183
Binary110001001011111110110111
Octal304277267

Shades and tints

Shades of #C4BFB7

#C4BFB7
(196,191,183)
#B3AEA7
(179,174,167)
#A29D97
(162,157,151)
#918C87
(145,140,135)
#807B77
(128,123,119)
#6F6A67
(111,106,103)
#5E5957
(94,89,87)
#4D4847
(77,72,71)
#3C3737
(60,55,55)
#2B2627
(43,38,39)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C4BFB7

#C4BFB7
(196,191,183)
#C9C4BD
(201,196,189)
#CEC9C3
(206,201,195)
#D3CEC9
(211,206,201)
#D8D3CF
(216,211,207)
#DDD8D5
(221,216,213)
#E2DDDB
(226,221,219)
#E7E2E1
(231,226,225)
#ECE7E7
(236,231,231)
#F1ECED
(241,236,237)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BFB7 color. Also use rgb(196,191,183) instead hex code.

Text Font Color

.myTextColor { color: #C4BFB7; }

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

This text font color is #C4BFB7.


Background Color

.myBgColor { background-color: #C4BFB7; }

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

This div background color is #C4BFB7.


Border color

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

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

This div border color is #C4BFB7.


Opacity

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

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

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

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

This text has shadow with #C4BFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BFB7 on black background.


Color preview on white background

This text has color #C4BFB7 on white background.



Black color preview on #C4BFB7 background

This text has black color on #C4BFB7 background.


White color preview on #C4BFB7 background

This text has white color on #C4BFB7 background.