COLOR #C8BEC6

HEX: #C8BEC6
RGB: (200,190,198)

Color info

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

RGB color model

#C8BEC6 color RGB value is (200,190,198).

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

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 198 of 255 = 78%

200
190
198

R + G + B ~ 77%. #C8BEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 190 + 198 = 588 (100%)
R 200 of 588 ~ 34.01%
G 190 of 588 ~ 32.31%
B 198 of 588 ~ 33.67%

%34.01
%32.31
%33.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(0,5,1,22)
C0M5Y1K22 
(0%,5%,1%,22%)
(0.00/0.05/0.01/0.22)	

CMYK percentages

%0
%5
%1
%21.57

Codes

Color #C8BEC6 in popluar color models

C8BEC6
RGB200190198
HSL312°8.33%76.47%
HSB/HSV312°5.00%78.43%
CMYK0.00%5.00%1.00%
21.57%

Color #C8BEC6 in popluar number systems.

HEXC8BEC6
Decimal200190198
Binary110010001011111011000110
Octal310276306

Shades and tints

Shades of #C8BEC6

#C8BEC6
(200,190,198)
#B6ADB4
(182,173,180)
#A49CA2
(164,156,162)
#928B90
(146,139,144)
#807A7E
(128,122,126)
#6E696C
(110,105,108)
#5C585A
(92,88,90)
#4A4748
(74,71,72)
#383636
(56,54,54)
#262524
(38,37,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #C8BEC6

#C8BEC6
(200,190,198)
#CDC3CB
(205,195,203)
#D2C8D0
(210,200,208)
#D7CDD5
(215,205,213)
#DCD2DA
(220,210,218)
#E1D7DF
(225,215,223)
#E6DCE4
(230,220,228)
#EBE1E9
(235,225,233)
#F0E6EE
(240,230,238)
#F5EBF3
(245,235,243)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEC6; }

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

This text font color is #C8BEC6.


Background Color

.myBgColor { background-color: #C8BEC6; }

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

This div background color is #C8BEC6.


Border color

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

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

This div border color is #C8BEC6.


Opacity

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

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

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

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

This text has shadow with #C8BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BEC6 on black background.


Color preview on white background

This text has color #C8BEC6 on white background.



Black color preview on #C8BEC6 background

This text has black color on #C8BEC6 background.


White color preview on #C8BEC6 background

This text has white color on #C8BEC6 background.