COLOR #C3C5F0

HEX: #C3C5F0
RGB: (195,197,240)

Color info

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

RGB color model

#C3C5F0 color RGB value is (195,197,240).

  • red value is 195;
  • green value is 197;
  • blue value is 240.
RGB:
(195,197,240)
(76%,77%,94%)

RGB channels and saturation

R 195 of 255 = 76%
G 197 of 255 = 77%
B 240 of 255 = 94%

195
197
240

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

Portions of RGB colors in percentages

R + G + B =
195 + 197 + 240 = 632 (100%)
R 195 of 632 ~ 30.85%
G 197 of 632 ~ 31.17%
B 240 of 632 ~ 37.97%

%30.85
%31.17
%37.97

CMYK color model

#C3C5F0 color CMYK value is (19,18,0,6).

  • cyan value is 18.75%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(19,18,0,6)
C19M18Y0K6 
(19%,18%,0%,6%)
(0.19/0.18/0.00/0.06)	

CMYK percentages

%18.75
%17.92
%0
%5.88

Codes

Color #C3C5F0 in popluar color models

C3C5F0
RGB195197240
HSL237°60.00%85.29%
HSB/HSV237°18.75%94.12%
CMYK18.75%17.92%0.00%
5.88%

Color #C3C5F0 in popluar number systems.

HEXC3C5F0
Decimal195197240
Binary110000111100010111110000
Octal303305360

Shades and tints

Shades of #C3C5F0

#C3C5F0
(195,197,240)
#B2B4DB
(178,180,219)
#A1A3C6
(161,163,198)
#9092B1
(144,146,177)
#7F819C
(127,129,156)
#6E7087
(110,112,135)
#5D5F72
(93,95,114)
#4C4E5D
(76,78,93)
#3B3D48
(59,61,72)
#2A2C33
(42,44,51)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #C3C5F0

#C3C5F0
(195,197,240)
#C8CAF1
(200,202,241)
#CDCFF2
(205,207,242)
#D2D4F3
(210,212,243)
#D7D9F4
(215,217,244)
#DCDEF5
(220,222,245)
#E1E3F6
(225,227,246)
#E6E8F7
(230,232,247)
#EBEDF8
(235,237,248)
#F0F2F9
(240,242,249)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C5F0; }

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

This text font color is #C3C5F0.


Background Color

.myBgColor { background-color: #C3C5F0; }

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

This div background color is #C3C5F0.


Border color

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

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

This div border color is #C3C5F0.


Opacity

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

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

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

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

This text has shadow with #C3C5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C5F0 on black background.


Color preview on white background

This text has color #C3C5F0 on white background.



Black color preview on #C3C5F0 background

This text has black color on #C3C5F0 background.


White color preview on #C3C5F0 background

This text has white color on #C3C5F0 background.