COLOR #C8C3EC

HEX: #C8C3EC
RGB: (200,195,236)

Color info

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

RGB color model

#C8C3EC color RGB value is (200,195,236).

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

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 236 of 255 = 93%

200
195
236

R + G + B ~ 82%. #C8C3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 195 + 236 = 631 (100%)
R 200 of 631 ~ 31.7%
G 195 of 631 ~ 30.9%
B 236 of 631 ~ 37.4%

%31.7
%30.9
%37.4

CMYK color model

#C8C3EC color CMYK value is (15,17,0,7).

  • cyan value is 15.25%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(15,17,0,7)
C15M17Y0K7 
(15%,17%,0%,7%)
(0.15/0.17/0.00/0.07)	

CMYK percentages

%15.25
%17.37
%0
%7.45

Codes

Color #C8C3EC in popluar color models

C8C3EC
RGB200195236
HSL247°51.90%84.51%
HSB/HSV247°17.37%92.55%
CMYK15.25%17.37%0.00%
7.45%

Color #C8C3EC in popluar number systems.

HEXC8C3EC
Decimal200195236
Binary110010001100001111101100
Octal310303354

Shades and tints

Shades of #C8C3EC

#C8C3EC
(200,195,236)
#B6B2D7
(182,178,215)
#A4A1C2
(164,161,194)
#9290AD
(146,144,173)
#807F98
(128,127,152)
#6E6E83
(110,110,131)
#5C5D6E
(92,93,110)
#4A4C59
(74,76,89)
#383B44
(56,59,68)
#262A2F
(38,42,47)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #C8C3EC

#C8C3EC
(200,195,236)
#CDC8ED
(205,200,237)
#D2CDEE
(210,205,238)
#D7D2EF
(215,210,239)
#DCD7F0
(220,215,240)
#E1DCF1
(225,220,241)
#E6E1F2
(230,225,242)
#EBE6F3
(235,230,243)
#F0EBF4
(240,235,244)
#F5F0F5
(245,240,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C3EC; }

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

This text font color is #C8C3EC.


Background Color

.myBgColor { background-color: #C8C3EC; }

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

This div background color is #C8C3EC.


Border color

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

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

This div border color is #C8C3EC.


Opacity

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

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

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

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

This text has shadow with #C8C3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C3EC on black background.


Color preview on white background

This text has color #C8C3EC on white background.



Black color preview on #C8C3EC background

This text has black color on #C8C3EC background.


White color preview on #C8C3EC background

This text has white color on #C8C3EC background.