COLOR #C8C3F8

HEX: #C8C3F8
RGB: (200,195,248)

Color info

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

RGB color model

#C8C3F8 color RGB value is (200,195,248).

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

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 248 of 255 = 97%

200
195
248

R + G + B ~ 84%. #C8C3F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 195 + 248 = 643 (100%)
R 200 of 643 ~ 31.1%
G 195 of 643 ~ 30.33%
B 248 of 643 ~ 38.57%

%31.1
%30.33
%38.57

CMYK color model

#C8C3F8 color CMYK value is (19,21,0,3).

  • cyan value is 19.35%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,21,0,3)
C19M21Y0K3 
(19%,21%,0%,3%)
(0.19/0.21/0.00/0.03)	

CMYK percentages

%19.35
%21.37
%0
%2.75

Codes

Color #C8C3F8 in popluar color models

C8C3F8
RGB200195248
HSL246°79.10%86.86%
HSB/HSV246°21.37%97.25%
CMYK19.35%21.37%0.00%
2.75%

Color #C8C3F8 in popluar number systems.

HEXC8C3F8
Decimal200195248
Binary110010001100001111111000
Octal310303370

Shades and tints

Shades of #C8C3F8

#C8C3F8
(200,195,248)
#B6B2E2
(182,178,226)
#A4A1CC
(164,161,204)
#9290B6
(146,144,182)
#807FA0
(128,127,160)
#6E6E8A
(110,110,138)
#5C5D74
(92,93,116)
#4A4C5E
(74,76,94)
#383B48
(56,59,72)
#262A32
(38,42,50)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #C8C3F8

#C8C3F8
(200,195,248)
#CDC8F8
(205,200,248)
#D2CDF8
(210,205,248)
#D7D2F8
(215,210,248)
#DCD7F8
(220,215,248)
#E1DCF8
(225,220,248)
#E6E1F8
(230,225,248)
#EBE6F8
(235,230,248)
#F0EBF8
(240,235,248)
#F5F0F8
(245,240,248)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C3F8; }

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

This text font color is #C8C3F8.


Background Color

.myBgColor { background-color: #C8C3F8; }

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

This div background color is #C8C3F8.


Border color

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

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

This div border color is #C8C3F8.


Opacity

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

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

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

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

This text has shadow with #C8C3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C3F8 on black background.


Color preview on white background

This text has color #C8C3F8 on white background.



Black color preview on #C8C3F8 background

This text has black color on #C8C3F8 background.


White color preview on #C8C3F8 background

This text has white color on #C8C3F8 background.