COLOR #C8BEB6

HEX: #C8BEB6
RGB: (200,190,182)

Color info

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

RGB color model

#C8BEB6 color RGB value is (200,190,182).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 182 of 255 = 71%

200
190
182

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

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 182 = 572 (100%)
R 200 of 572 ~ 34.97%
G 190 of 572 ~ 33.22%
B 182 of 572 ~ 31.82%

%34.97
%33.22
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 9.00%
  • key color value is 21.57%
CMYK:
(0,5,9,22)
C0M5Y9K22 
(0%,5%,9%,22%)
(0.00/0.05/0.09/0.22)	

CMYK percentages

%0
%5
%9
%21.57

Codes

Color #C8BEB6 in popluar color models

C8BEB6
RGB200190182
HSL27°14.06%74.90%
HSB/HSV27°9.00%78.43%
CMYK0.00%5.00%9.00%
21.57%

Color #C8BEB6 in popluar number systems.

HEXC8BEB6
Decimal200190182
Binary110010001011111010110110
Octal310276266

Shades and tints

Shades of #C8BEB6

#C8BEB6
(200,190,182)
#B6ADA6
(182,173,166)
#A49C96
(164,156,150)
#928B86
(146,139,134)
#807A76
(128,122,118)
#6E6966
(110,105,102)
#5C5856
(92,88,86)
#4A4746
(74,71,70)
#383636
(56,54,54)
#262526
(38,37,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #C8BEB6

#C8BEB6
(200,190,182)
#CDC3BC
(205,195,188)
#D2C8C2
(210,200,194)
#D7CDC8
(215,205,200)
#DCD2CE
(220,210,206)
#E1D7D4
(225,215,212)
#E6DCDA
(230,220,218)
#EBE1E0
(235,225,224)
#F0E6E6
(240,230,230)
#F5EBEC
(245,235,236)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEB6; }

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

This text font color is #C8BEB6.


Background Color

.myBgColor { background-color: #C8BEB6; }

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

This div background color is #C8BEB6.


Border color

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

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

This div border color is #C8BEB6.


Opacity

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

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

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

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

This text has shadow with #C8BEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEB6 on black background.


Color preview on white background

This text has color #C8BEB6 on white background.



Black color preview on #C8BEB6 background

This text has black color on #C8BEB6 background.


White color preview on #C8BEB6 background

This text has white color on #C8BEB6 background.