COLOR #C8C3EF

HEX: #C8C3EF
RGB: (200,195,239)

Color info

#C8C3EF contains red, green and blue colors in about the same proportion. Web safe color of #C8C3EF is #CCCCFF (or #CCF).

RGB color model

#C8C3EF color RGB value is (200,195,239).

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

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 239 of 255 = 94%

200
195
239

R + G + B ~ 83%. #C8C3EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 195 + 239 = 634 (100%)
R 200 of 634 ~ 31.55%
G 195 of 634 ~ 30.76%
B 239 of 634 ~ 37.7%

%31.55
%30.76
%37.7

CMYK color model

#C8C3EF color CMYK value is (16,18,0,6).

  • cyan value is 16.32%
  • magenta value is 18.41%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,18,0,6)
C16M18Y0K6 
(16%,18%,0%,6%)
(0.16/0.18/0.00/0.06)	

CMYK percentages

%16.32
%18.41
%0
%6.27

Codes

Color #C8C3EF in popluar color models

C8C3EF
RGB200195239
HSL247°57.89%85.10%
HSB/HSV247°18.41%93.73%
CMYK16.32%18.41%0.00%
6.27%

Color #C8C3EF in popluar number systems.

HEXC8C3EF
Decimal200195239
Binary110010001100001111101111
Octal310303357

Shades and tints

Shades of #C8C3EF

#C8C3EF
(200,195,239)
#B6B2DA
(182,178,218)
#A4A1C5
(164,161,197)
#9290B0
(146,144,176)
#807F9B
(128,127,155)
#6E6E86
(110,110,134)
#5C5D71
(92,93,113)
#4A4C5C
(74,76,92)
#383B47
(56,59,71)
#262A32
(38,42,50)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #C8C3EF

#C8C3EF
(200,195,239)
#CDC8F0
(205,200,240)
#D2CDF1
(210,205,241)
#D7D2F2
(215,210,242)
#DCD7F3
(220,215,243)
#E1DCF4
(225,220,244)
#E6E1F5
(230,225,245)
#EBE6F6
(235,230,246)
#F0EBF7
(240,235,247)
#F5F0F8
(245,240,248)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C3EF; }

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

This text font color is #C8C3EF.


Background Color

.myBgColor { background-color: #C8C3EF; }

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

This div background color is #C8C3EF.


Border color

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

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

This div border color is #C8C3EF.


Opacity

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

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

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

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

This text has shadow with #C8C3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C3EF on black background.


Color preview on white background

This text has color #C8C3EF on white background.



Black color preview on #C8C3EF background

This text has black color on #C8C3EF background.


White color preview on #C8C3EF background

This text has white color on #C8C3EF background.