COLOR #C8C3ED

HEX: #C8C3ED
RGB: (200,195,237)

Color info

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

RGB color model

#C8C3ED color RGB value is (200,195,237).

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

RGB channels and saturation

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

200
195
237

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

Portions of RGB colors in percentages

R + G + B =
200 + 195 + 237 = 632 (100%)
R 200 of 632 ~ 31.65%
G 195 of 632 ~ 30.85%
B 237 of 632 ~ 37.5%

%31.65
%30.85
%37.5

CMYK color model

#C8C3ED color CMYK value is (16,18,0,7).

  • cyan value is 15.61%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,18,0,7)
C16M18Y0K7 
(16%,18%,0%,7%)
(0.16/0.18/0.00/0.07)	

CMYK percentages

%15.61
%17.72
%0
%7.06

Codes

Color #C8C3ED in popluar color models

C8C3ED
RGB200195237
HSL247°53.85%84.71%
HSB/HSV247°17.72%92.94%
CMYK15.61%17.72%0.00%
7.06%

Color #C8C3ED in popluar number systems.

HEXC8C3ED
Decimal200195237
Binary110010001100001111101101
Octal310303355

Shades and tints

Shades of #C8C3ED

#C8C3ED
(200,195,237)
#B6B2D8
(182,178,216)
#A4A1C3
(164,161,195)
#9290AE
(146,144,174)
#807F99
(128,127,153)
#6E6E84
(110,110,132)
#5C5D6F
(92,93,111)
#4A4C5A
(74,76,90)
#383B45
(56,59,69)
#262A30
(38,42,48)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #C8C3ED

#C8C3ED
(200,195,237)
#CDC8EE
(205,200,238)
#D2CDEF
(210,205,239)
#D7D2F0
(215,210,240)
#DCD7F1
(220,215,241)
#E1DCF2
(225,220,242)
#E6E1F3
(230,225,243)
#EBE6F4
(235,230,244)
#F0EBF5
(240,235,245)
#F5F0F6
(245,240,246)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C3ED; }

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

This text font color is #C8C3ED.


Background Color

.myBgColor { background-color: #C8C3ED; }

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

This div background color is #C8C3ED.


Border color

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

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

This div border color is #C8C3ED.


Opacity

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

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

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

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

This text has shadow with #C8C3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C3ED on black background.


Color preview on white background

This text has color #C8C3ED on white background.



Black color preview on #C8C3ED background

This text has black color on #C8C3ED background.


White color preview on #C8C3ED background

This text has white color on #C8C3ED background.