COLOR #C8C3D7

HEX: #C8C3D7
RGB: (200,195,215)

Color info

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

RGB color model

#C8C3D7 color RGB value is (200,195,215).

  • red value is 200;
  • green value is 195;
  • blue value is 215.
RGB:
(200,195,215)
(78%,76%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 215 of 255 = 84%

200
195
215

R + G + B ~ 79%. #C8C3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 195 + 215 = 610 (100%)
R 200 of 610 ~ 32.79%
G 195 of 610 ~ 31.97%
B 215 of 610 ~ 35.25%

%32.79
%31.97
%35.25

CMYK color model

#C8C3D7 color CMYK value is (7,9,0,16).

  • cyan value is 6.98%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,9,0,16)
C7M9Y0K16 
(7%,9%,0%,16%)
(0.07/0.09/0.00/0.16)	

CMYK percentages

%6.98
%9.3
%0
%15.69

Codes

Color #C8C3D7 in popluar color models

C8C3D7
RGB200195215
HSL255°20.00%80.39%
HSB/HSV255°9.30%84.31%
CMYK6.98%9.30%0.00%
15.69%

Color #C8C3D7 in popluar number systems.

HEXC8C3D7
Decimal200195215
Binary110010001100001111010111
Octal310303327

Shades and tints

Shades of #C8C3D7

#C8C3D7
(200,195,215)
#B6B2C4
(182,178,196)
#A4A1B1
(164,161,177)
#92909E
(146,144,158)
#807F8B
(128,127,139)
#6E6E78
(110,110,120)
#5C5D65
(92,93,101)
#4A4C52
(74,76,82)
#383B3F
(56,59,63)
#262A2C
(38,42,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #C8C3D7

#C8C3D7
(200,195,215)
#CDC8DA
(205,200,218)
#D2CDDD
(210,205,221)
#D7D2E0
(215,210,224)
#DCD7E3
(220,215,227)
#E1DCE6
(225,220,230)
#E6E1E9
(230,225,233)
#EBE6EC
(235,230,236)
#F0EBEF
(240,235,239)
#F5F0F2
(245,240,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C3D7; }

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

This text font color is #C8C3D7.


Background Color

.myBgColor { background-color: #C8C3D7; }

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

This div background color is #C8C3D7.


Border color

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

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

This div border color is #C8C3D7.


Opacity

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

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

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

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

This text has shadow with #C8C3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C3D7 on black background.


Color preview on white background

This text has color #C8C3D7 on white background.



Black color preview on #C8C3D7 background

This text has black color on #C8C3D7 background.


White color preview on #C8C3D7 background

This text has white color on #C8C3D7 background.