COLOR #C3C3EC

HEX: #C3C3EC
RGB: (195,195,236)

Color info

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

RGB color model

#C3C3EC color RGB value is (195,195,236).

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

RGB channels and saturation

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

195
195
236

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

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 236 = 626 (100%)
R 195 of 626 ~ 31.15%
G 195 of 626 ~ 31.15%
B 236 of 626 ~ 37.7%

%31.15
%31.15
%37.7

CMYK color model

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

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

CMYK percentages

%17.37
%17.37
%0
%7.45

Codes

Color #C3C3EC in popluar color models

C3C3EC
RGB195195236
HSL240°51.90%84.51%
HSB/HSV240°17.37%92.55%
CMYK17.37%17.37%0.00%
7.45%

Color #C3C3EC in popluar number systems.

HEXC3C3EC
Decimal195195236
Binary110000111100001111101100
Octal303303354

Shades and tints

Shades of #C3C3EC

#C3C3EC
(195,195,236)
#B2B2D7
(178,178,215)
#A1A1C2
(161,161,194)
#9090AD
(144,144,173)
#7F7F98
(127,127,152)
#6E6E83
(110,110,131)
#5D5D6E
(93,93,110)
#4C4C59
(76,76,89)
#3B3B44
(59,59,68)
#2A2A2F
(42,42,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #C3C3EC

#C3C3EC
(195,195,236)
#C8C8ED
(200,200,237)
#CDCDEE
(205,205,238)
#D2D2EF
(210,210,239)
#D7D7F0
(215,215,240)
#DCDCF1
(220,220,241)
#E1E1F2
(225,225,242)
#E6E6F3
(230,230,243)
#EBEBF4
(235,235,244)
#F0F0F5
(240,240,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3EC; }

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

This text font color is #C3C3EC.


Background Color

.myBgColor { background-color: #C3C3EC; }

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

This div background color is #C3C3EC.


Border color

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

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

This div border color is #C3C3EC.


Opacity

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

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

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

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

This text has shadow with #C3C3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C3EC on black background.


Color preview on white background

This text has color #C3C3EC on white background.



Black color preview on #C3C3EC background

This text has black color on #C3C3EC background.


White color preview on #C3C3EC background

This text has white color on #C3C3EC background.