COLOR #C8B8BE

HEX: #C8B8BE
RGB: (200,184,190)

Color info

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

RGB color model

#C8B8BE color RGB value is (200,184,190).

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

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 190 of 255 = 75%

200
184
190

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 190 = 574 (100%)
R 200 of 574 ~ 34.84%
G 184 of 574 ~ 32.06%
B 190 of 574 ~ 33.1%

%34.84
%32.06
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(0,8,5,22)
C0M8Y5K22 
(0%,8%,5%,22%)
(0.00/0.08/0.05/0.22)	

CMYK percentages

%0
%8
%5
%21.57

Codes

Color #C8B8BE in popluar color models

C8B8BE
RGB200184190
HSL338°12.70%75.29%
HSB/HSV338°8.00%78.43%
CMYK0.00%8.00%5.00%
21.57%

Color #C8B8BE in popluar number systems.

HEXC8B8BE
Decimal200184190
Binary110010001011100010111110
Octal310270276

Shades and tints

Shades of #C8B8BE

#C8B8BE
(200,184,190)
#B6A8AD
(182,168,173)
#A4989C
(164,152,156)
#92888B
(146,136,139)
#80787A
(128,120,122)
#6E6869
(110,104,105)
#5C5858
(92,88,88)
#4A4847
(74,72,71)
#383836
(56,56,54)
#262825
(38,40,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #C8B8BE

#C8B8BE
(200,184,190)
#CDBEC3
(205,190,195)
#D2C4C8
(210,196,200)
#D7CACD
(215,202,205)
#DCD0D2
(220,208,210)
#E1D6D7
(225,214,215)
#E6DCDC
(230,220,220)
#EBE2E1
(235,226,225)
#F0E8E6
(240,232,230)
#F5EEEB
(245,238,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B8BE; }

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

This text font color is #C8B8BE.


Background Color

.myBgColor { background-color: #C8B8BE; }

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

This div background color is #C8B8BE.


Border color

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

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

This div border color is #C8B8BE.


Opacity

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

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

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

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

This text has shadow with #C8B8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B8BE on black background.


Color preview on white background

This text has color #C8B8BE on white background.



Black color preview on #C8B8BE background

This text has black color on #C8B8BE background.


White color preview on #C8B8BE background

This text has white color on #C8B8BE background.