COLOR #C3C8EF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
200
239

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

Portions of RGB colors in percentages

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

%30.76
%31.55
%37.7

CMYK color model

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

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

CMYK percentages

%18.41
%16.32
%0
%6.27

Codes

Color #C3C8EF in popluar color models

C3C8EF
RGB195200239
HSL233°57.89%85.10%
HSB/HSV233°18.41%93.73%
CMYK18.41%16.32%0.00%
6.27%

Color #C3C8EF in popluar number systems.

HEXC3C8EF
Decimal195200239
Binary110000111100100011101111
Octal303310357

Shades and tints

Shades of #C3C8EF

#C3C8EF
(195,200,239)
#B2B6DA
(178,182,218)
#A1A4C5
(161,164,197)
#9092B0
(144,146,176)
#7F809B
(127,128,155)
#6E6E86
(110,110,134)
#5D5C71
(93,92,113)
#4C4A5C
(76,74,92)
#3B3847
(59,56,71)
#2A2632
(42,38,50)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #C3C8EF

#C3C8EF
(195,200,239)
#C8CDF0
(200,205,240)
#CDD2F1
(205,210,241)
#D2D7F2
(210,215,242)
#D7DCF3
(215,220,243)
#DCE1F4
(220,225,244)
#E1E6F5
(225,230,245)
#E6EBF6
(230,235,246)
#EBF0F7
(235,240,247)
#F0F5F8
(240,245,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C8EF; }

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

This text font color is #C3C8EF.


Background Color

.myBgColor { background-color: #C3C8EF; }

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

This div background color is #C3C8EF.


Border color

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

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

This div border color is #C3C8EF.


Opacity

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

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

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

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

This text has shadow with #C3C8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C8EF on black background.


Color preview on white background

This text has color #C3C8EF on white background.



Black color preview on #C3C8EF background

This text has black color on #C3C8EF background.


White color preview on #C3C8EF background

This text has white color on #C3C8EF background.