COLOR #C8C3EB

HEX: #C8C3EB
RGB: (200,195,235)

Color info

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

RGB color model

#C8C3EB color RGB value is (200,195,235).

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

RGB channels and saturation

R 200 of 255 = 78%
G 195 of 255 = 76%
B 235 of 255 = 92%

200
195
235

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

Portions of RGB colors in percentages

R + G + B =
200 + 195 + 235 = 630 (100%)
R 200 of 630 ~ 31.75%
G 195 of 630 ~ 30.95%
B 235 of 630 ~ 37.3%

%31.75
%30.95
%37.3

CMYK color model

#C8C3EB color CMYK value is (15,17,0,8).

  • cyan value is 14.89%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,17,0,8)
C15M17Y0K8 
(15%,17%,0%,8%)
(0.15/0.17/0.00/0.08)	

CMYK percentages

%14.89
%17.02
%0
%7.84

Codes

Color #C8C3EB in popluar color models

C8C3EB
RGB200195235
HSL248°50.00%84.31%
HSB/HSV248°17.02%92.16%
CMYK14.89%17.02%0.00%
7.84%

Color #C8C3EB in popluar number systems.

HEXC8C3EB
Decimal200195235
Binary110010001100001111101011
Octal310303353

Shades and tints

Shades of #C8C3EB

#C8C3EB
(200,195,235)
#B6B2D6
(182,178,214)
#A4A1C1
(164,161,193)
#9290AC
(146,144,172)
#807F97
(128,127,151)
#6E6E82
(110,110,130)
#5C5D6D
(92,93,109)
#4A4C58
(74,76,88)
#383B43
(56,59,67)
#262A2E
(38,42,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #C8C3EB

#C8C3EB
(200,195,235)
#CDC8EC
(205,200,236)
#D2CDED
(210,205,237)
#D7D2EE
(215,210,238)
#DCD7EF
(220,215,239)
#E1DCF0
(225,220,240)
#E6E1F1
(230,225,241)
#EBE6F2
(235,230,242)
#F0EBF3
(240,235,243)
#F5F0F4
(245,240,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C3EB; }

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

This text font color is #C8C3EB.


Background Color

.myBgColor { background-color: #C8C3EB; }

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

This div background color is #C8C3EB.


Border color

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

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

This div border color is #C8C3EB.


Opacity

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

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

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

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

This text has shadow with #C8C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C3EB on black background.


Color preview on white background

This text has color #C8C3EB on white background.



Black color preview on #C8C3EB background

This text has black color on #C8C3EB background.


White color preview on #C8C3EB background

This text has white color on #C8C3EB background.