COLOR #C8BEBD

HEX: #C8BEBD
RGB: (200,190,189)

Color info

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

RGB color model

#C8BEBD color RGB value is (200,190,189).

  • red value is 200;
  • green value is 190;
  • blue value is 189.
RGB:
(200,190,189)
(78%,75%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 189 of 255 = 74%

200
190
189

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

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 189 = 579 (100%)
R 200 of 579 ~ 34.54%
G 190 of 579 ~ 32.82%
B 189 of 579 ~ 32.64%

%34.54
%32.82
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 5.50%
  • key color value is 21.57%
CMYK:
(0,5,5,22)
C0M5Y5K22 
(0%,5%,5%,22%)
(0.00/0.05/0.05/0.22)	

CMYK percentages

%0
%5
%5.5
%21.57

Codes

Color #C8BEBD in popluar color models

C8BEBD
RGB200190189
HSL9.09%76.27%
HSB/HSV5.50%78.43%
CMYK0.00%5.00%5.50%
21.57%

Color #C8BEBD in popluar number systems.

HEXC8BEBD
Decimal200190189
Binary110010001011111010111101
Octal310276275

Shades and tints

Shades of #C8BEBD

#C8BEBD
(200,190,189)
#B6ADAC
(182,173,172)
#A49C9B
(164,156,155)
#928B8A
(146,139,138)
#807A79
(128,122,121)
#6E6968
(110,105,104)
#5C5857
(92,88,87)
#4A4746
(74,71,70)
#383635
(56,54,53)
#262524
(38,37,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8BEBD

#C8BEBD
(200,190,189)
#CDC3C3
(205,195,195)
#D2C8C9
(210,200,201)
#D7CDCF
(215,205,207)
#DCD2D5
(220,210,213)
#E1D7DB
(225,215,219)
#E6DCE1
(230,220,225)
#EBE1E7
(235,225,231)
#F0E6ED
(240,230,237)
#F5EBF3
(245,235,243)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BEBD color. Also use rgb(200,190,189) instead hex code.

Text Font Color

.myTextColor { color: #C8BEBD; }

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

This text font color is #C8BEBD.


Background Color

.myBgColor { background-color: #C8BEBD; }

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

This div background color is #C8BEBD.


Border color

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

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

This div border color is #C8BEBD.


Opacity

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

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

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

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

This text has shadow with #C8BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEBD on black background.


Color preview on white background

This text has color #C8BEBD on white background.



Black color preview on #C8BEBD background

This text has black color on #C8BEBD background.


White color preview on #C8BEBD background

This text has white color on #C8BEBD background.