COLOR #C3C4FA

HEX: #C3C4FA
RGB: (195,196,250)

Color info

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

RGB color model

#C3C4FA color RGB value is (195,196,250).

  • red value is 195;
  • green value is 196;
  • blue value is 250.
RGB:
(195,196,250)
(76%,77%,98%)

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 250 of 255 = 98%

195
196
250

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

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 250 = 641 (100%)
R 195 of 641 ~ 30.42%
G 196 of 641 ~ 30.58%
B 250 of 641 ~ 39%

%30.42
%30.58
%39

CMYK color model

#C3C4FA color CMYK value is (22,22,0,2).

  • cyan value is 22.00%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,22,0,2)
C22M22Y0K2 
(22%,22%,0%,2%)
(0.22/0.22/0.00/0.02)	

CMYK percentages

%22
%21.6
%0
%1.96

Codes

Color #C3C4FA in popluar color models

C3C4FA
RGB195196250
HSL239°84.62%87.25%
HSB/HSV239°22.00%98.04%
CMYK22.00%21.60%0.00%
1.96%

Color #C3C4FA in popluar number systems.

HEXC3C4FA
Decimal195196250
Binary110000111100010011111010
Octal303304372

Shades and tints

Shades of #C3C4FA

#C3C4FA
(195,196,250)
#B2B3E4
(178,179,228)
#A1A2CE
(161,162,206)
#9091B8
(144,145,184)
#7F80A2
(127,128,162)
#6E6F8C
(110,111,140)
#5D5E76
(93,94,118)
#4C4D60
(76,77,96)
#3B3C4A
(59,60,74)
#2A2B34
(42,43,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #C3C4FA

#C3C4FA
(195,196,250)
#C8C9FA
(200,201,250)
#CDCEFA
(205,206,250)
#D2D3FA
(210,211,250)
#D7D8FA
(215,216,250)
#DCDDFA
(220,221,250)
#E1E2FA
(225,226,250)
#E6E7FA
(230,231,250)
#EBECFA
(235,236,250)
#F0F1FA
(240,241,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4FA; }

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

This text font color is #C3C4FA.


Background Color

.myBgColor { background-color: #C3C4FA; }

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

This div background color is #C3C4FA.


Border color

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

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

This div border color is #C3C4FA.


Opacity

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

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

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

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

This text has shadow with #C3C4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C4FA on black background.


Color preview on white background

This text has color #C3C4FA on white background.



Black color preview on #C3C4FA background

This text has black color on #C3C4FA background.


White color preview on #C3C4FA background

This text has white color on #C3C4FA background.