COLOR #C3C3ED

HEX: #C3C3ED
RGB: (195,195,237)

Color info

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

RGB color model

#C3C3ED color RGB value is (195,195,237).

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

RGB channels and saturation

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

195
195
237

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

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 237 = 627 (100%)
R 195 of 627 ~ 31.1%
G 195 of 627 ~ 31.1%
B 237 of 627 ~ 37.8%

%31.1
%31.1
%37.8

CMYK color model

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

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

CMYK percentages

%17.72
%17.72
%0
%7.06

Codes

Color #C3C3ED in popluar color models

C3C3ED
RGB195195237
HSL240°53.85%84.71%
HSB/HSV240°17.72%92.94%
CMYK17.72%17.72%0.00%
7.06%

Color #C3C3ED in popluar number systems.

HEXC3C3ED
Decimal195195237
Binary110000111100001111101101
Octal303303355

Shades and tints

Shades of #C3C3ED

#C3C3ED
(195,195,237)
#B2B2D8
(178,178,216)
#A1A1C3
(161,161,195)
#9090AE
(144,144,174)
#7F7F99
(127,127,153)
#6E6E84
(110,110,132)
#5D5D6F
(93,93,111)
#4C4C5A
(76,76,90)
#3B3B45
(59,59,69)
#2A2A30
(42,42,48)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #C3C3ED

#C3C3ED
(195,195,237)
#C8C8EE
(200,200,238)
#CDCDEF
(205,205,239)
#D2D2F0
(210,210,240)
#D7D7F1
(215,215,241)
#DCDCF2
(220,220,242)
#E1E1F3
(225,225,243)
#E6E6F4
(230,230,244)
#EBEBF5
(235,235,245)
#F0F0F6
(240,240,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C3ED; }

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

This text font color is #C3C3ED.


Background Color

.myBgColor { background-color: #C3C3ED; }

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

This div background color is #C3C3ED.


Border color

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

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

This div border color is #C3C3ED.


Opacity

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

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

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

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

This text has shadow with #C3C3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C3ED on black background.


Color preview on white background

This text has color #C3C3ED on white background.



Black color preview on #C3C3ED background

This text has black color on #C3C3ED background.


White color preview on #C3C3ED background

This text has white color on #C3C3ED background.