COLOR #C3C3FF

HEX: #C3C3FF
RGB: (195,195,255)

Color info

#C3C3FF contains mainly blue color. Web safe color of #C3C3FF is #CCCCFF (or #CCF).

RGB color model

#C3C3FF color RGB value is (195,195,255).

  • red value is 195;
  • green value is 195;
  • blue value is 255.
RGB:
(195,195,255)
(76%,76%,100%)

RGB channels and saturation

R 195 of 255 = 76%
G 195 of 255 = 76%
B 255 of 255 = 100%

195
195
255

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

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 255 = 645 (100%)
R 195 of 645 ~ 30.23%
G 195 of 645 ~ 30.23%
B 255 of 645 ~ 39.53%

%30.23
%30.23
%39.53

CMYK color model

#C3C3FF color CMYK value is (24,24,0,0).

  • cyan value is 23.53%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(24,24,0,0)
C24M24Y0K0 
(24%,24%,0%,0%)
(0.24/0.24/0.00/0.00)	

CMYK percentages

%23.53
%23.53
%0
%0

Codes

Color #C3C3FF in popluar color models

C3C3FF
RGB195195255
HSL240°100.00%88.24%
HSB/HSV240°23.53%100.00%
CMYK23.53%23.53%0.00%
0.00%

Color #C3C3FF in popluar number systems.

HEXC3C3FF
Decimal195195255
Binary110000111100001111111111
Octal303303377

Shades and tints

Shades of #C3C3FF

#C3C3FF
(195,195,255)
#B2B2E8
(178,178,232)
#A1A1D1
(161,161,209)
#9090BA
(144,144,186)
#7F7FA3
(127,127,163)
#6E6E8C
(110,110,140)
#5D5D75
(93,93,117)
#4C4C5E
(76,76,94)
#3B3B47
(59,59,71)
#2A2A30
(42,42,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3C3FF

#C3C3FF
(195,195,255)
#C8C8FF
(200,200,255)
#CDCDFF
(205,205,255)
#D2D2FF
(210,210,255)
#D7D7FF
(215,215,255)
#DCDCFF
(220,220,255)
#E1E1FF
(225,225,255)
#E6E6FF
(230,230,255)
#EBEBFF
(235,235,255)
#F0F0FF
(240,240,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3FF; }

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

This text font color is #C3C3FF.


Background Color

.myBgColor { background-color: #C3C3FF; }

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

This div background color is #C3C3FF.


Border color

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

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

This div border color is #C3C3FF.


Opacity

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

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

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

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

This text has shadow with #C3C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C3FF on black background.


Color preview on white background

This text has color #C3C3FF on white background.



Black color preview on #C3C3FF background

This text has black color on #C3C3FF background.


White color preview on #C3C3FF background

This text has white color on #C3C3FF background.