COLOR #C8BEC8

HEX: #C8BEC8 RGB: (200,190,200)

Color info

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

RGB color model

#C8BEC8 color RGB value is (200,190,200).

RGB: (200,190,200) (78%, 75%, 78%)

RGB channels and saturation

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

200
190
200

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

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 200 = 590 (100%)
R 200 of 590 ~ 33.9%
G 190 of 590 ~ 32.2%
B 200 of 590 ~ 33.9'%

%33.9
%32.2
%33.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (0,5,0,22)
C0M5Y0K22 (0%, 5%, 0%, 22%)
(0.00 / 0.05 / 0.00 / 0.22)

CMYK percentages

%0
%5
%0
%21.57

Codes

Color #C8BEC8 in popluar color models

C8 BE C8
RGB 200 190 200
HSL 300° 8.33% 76.47%
HSB/HSV 300° 5.00% 78.43%
CMYK 0.00% 5.00% 0.00%
21.57%

Color #C8BEC8 in popluar number systems.

HEX C8 BE C8
Decimal 200 190 200
Binary 11001000 10111110 11001000
Octal 310 276 310

Shades and tints

Shades of #C8BEC8

#C8BEC8
(200,190,200)
#B6ADB6
(182,173,182)
#A49CA4
(164,156,164)
#928B92
(146,139,146)
#807A80
(128,122,128)
#6E696E
(110,105,110)
#5C585C
(92,88,92)
#4A474A
(74,71,74)
#383638
(56,54,56)
#262526
(38,37,38)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8BEC8

#C8BEC8
(200,190,200)
#CDC3CD
(205,195,205)
#D2C8D2
(210,200,210)
#D7CDD7
(215,205,215)
#DCD2DC
(220,210,220)
#E1D7E1
(225,215,225)
#E6DCE6
(230,220,230)
#EBE1EB
(235,225,235)
#F0E6F0
(240,230,240)
#F5EBF5
(245,235,245)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEC8; }

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

This text font color is #C8BEC8.

Background Color

.myBgColor { background-color: #C8BEC8; }

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

This div background color is #C8BEC8.

Border color

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

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

This div border color is #C8BEC8.

Opacity

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

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

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

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

This text has shadow with #C8BEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BEC8.

Preview

Color preview on black background

This text has color #C8BEC8 on black background.


Color preview on white background

This text has color #C8BEC8 on white background.


Black color preview on #C8BEC8 background

This text has black color on #C8BEC8 background.


White color preview on #C8BEC8 background

This text has white color on #C8BEC8 background.


Related colors

Complementary color

Complementary color for #hex is #374137.


I love getcolorcode.com

Triadic colors

1 #C8C8BE and #BEC8C8 with #C8BEC8 are triadic colors.

2 #C8BEC8 and #BEC8C8 with #C8BEC8 are triadic colors.