COLOR #C8CBBE

HEX: #C8CBBE
RGB: (200,203,190)

Color info

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

RGB color model

#C8CBBE color RGB value is (200,203,190).

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

RGB channels and saturation

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

200
203
190

R + G + B ~ 78%. #C8CBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 203 + 190 = 593 (100%)
R 200 of 593 ~ 33.73%
G 203 of 593 ~ 34.23%
B 190 of 593 ~ 32.04%

%33.73
%34.23
%32.04

CMYK color model

#C8CBBE color CMYK value is (1,0,6,20).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 20.39%
CMYK:
(1,0,6,20)
C1M0Y6K20 
(1%,0%,6%,20%)
(0.01/0.00/0.06/0.20)	

CMYK percentages

%1.48
%0
%6.4
%20.39

Codes

Color #C8CBBE in popluar color models

C8CBBE
RGB200203190
HSL74°11.11%77.06%
HSB/HSV74°6.40%79.61%
CMYK1.48%0.00%6.40%
20.39%

Color #C8CBBE in popluar number systems.

HEXC8CBBE
Decimal200203190
Binary110010001100101110111110
Octal310313276

Shades and tints

Shades of #C8CBBE

#C8CBBE
(200,203,190)
#B6B9AD
(182,185,173)
#A4A79C
(164,167,156)
#92958B
(146,149,139)
#80837A
(128,131,122)
#6E7169
(110,113,105)
#5C5F58
(92,95,88)
#4A4D47
(74,77,71)
#383B36
(56,59,54)
#262925
(38,41,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #C8CBBE

#C8CBBE
(200,203,190)
#CDCFC3
(205,207,195)
#D2D3C8
(210,211,200)
#D7D7CD
(215,215,205)
#DCDBD2
(220,219,210)
#E1DFD7
(225,223,215)
#E6E3DC
(230,227,220)
#EBE7E1
(235,231,225)
#F0EBE6
(240,235,230)
#F5EFEB
(245,239,235)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CBBE; }

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

This text font color is #C8CBBE.


Background Color

.myBgColor { background-color: #C8CBBE; }

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

This div background color is #C8CBBE.


Border color

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

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

This div border color is #C8CBBE.


Opacity

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

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

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

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

This text has shadow with #C8CBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CBBE on black background.


Color preview on white background

This text has color #C8CBBE on white background.



Black color preview on #C8CBBE background

This text has black color on #C8CBBE background.


White color preview on #C8CBBE background

This text has white color on #C8CBBE background.