COLOR #C7BDBB

HEX: #C7BDBB
RGB: (199,189,187)

Color info

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

RGB color model

#C7BDBB color RGB value is (199,189,187).

  • red value is 199;
  • green value is 189;
  • blue value is 187.
RGB:
(199,189,187)
(78%,74%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 189 of 255 = 74%
B 187 of 255 = 73%

199
189
187

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

Portions of RGB colors in percentages

R + G + B =
199 + 189 + 187 = 575 (100%)
R 199 of 575 ~ 34.61%
G 189 of 575 ~ 32.87%
B 187 of 575 ~ 32.52%

%34.61
%32.87
%32.52

CMYK color model

#C7BDBB color CMYK value is (0,5,6,22).

  • cyan value is 0.00%
  • magenta value is 5.03%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(0,5,6,22)
C0M5Y6K22 
(0%,5%,6%,22%)
(0.00/0.05/0.06/0.22)	

CMYK percentages

%0
%5.03
%6.03
%21.96

Codes

Color #C7BDBB in popluar color models

C7BDBB
RGB199189187
HSL10°9.68%75.69%
HSB/HSV10°6.03%78.04%
CMYK0.00%5.03%6.03%
21.96%

Color #C7BDBB in popluar number systems.

HEXC7BDBB
Decimal199189187
Binary110001111011110110111011
Octal307275273

Shades and tints

Shades of #C7BDBB

#C7BDBB
(199,189,187)
#B5ACAA
(181,172,170)
#A39B99
(163,155,153)
#918A88
(145,138,136)
#7F7977
(127,121,119)
#6D6866
(109,104,102)
#5B5755
(91,87,85)
#494644
(73,70,68)
#373533
(55,53,51)
#252422
(37,36,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C7BDBB

#C7BDBB
(199,189,187)
#CCC3C1
(204,195,193)
#D1C9C7
(209,201,199)
#D6CFCD
(214,207,205)
#DBD5D3
(219,213,211)
#E0DBD9
(224,219,217)
#E5E1DF
(229,225,223)
#EAE7E5
(234,231,229)
#EFEDEB
(239,237,235)
#F4F3F1
(244,243,241)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BDBB color. Also use rgb(199,189,187) instead hex code.

Text Font Color

.myTextColor { color: #C7BDBB; }

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

This text font color is #C7BDBB.


Background Color

.myBgColor { background-color: #C7BDBB; }

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

This div background color is #C7BDBB.


Border color

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

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

This div border color is #C7BDBB.


Opacity

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

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

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

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

This text has shadow with #C7BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BDBB on black background.


Color preview on white background

This text has color #C7BDBB on white background.



Black color preview on #C7BDBB background

This text has black color on #C7BDBB background.


White color preview on #C7BDBB background

This text has white color on #C7BDBB background.