COLOR #C3C4E7

HEX: #C3C4E7
RGB: (195,196,231)

Color info

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

RGB color model

#C3C4E7 color RGB value is (195,196,231).

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

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 231 of 255 = 91%

195
196
231

R + G + B ~ 81%. #C3C4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 231 = 622 (100%)
R 195 of 622 ~ 31.35%
G 196 of 622 ~ 31.51%
B 231 of 622 ~ 37.14%

%31.35
%31.51
%37.14

CMYK color model

#C3C4E7 color CMYK value is (16,15,0,9).

  • cyan value is 15.58%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,15,0,9)
C16M15Y0K9 
(16%,15%,0%,9%)
(0.16/0.15/0.00/0.09)	

CMYK percentages

%15.58
%15.15
%0
%9.41

Codes

Color #C3C4E7 in popluar color models

C3C4E7
RGB195196231
HSL238°42.86%83.53%
HSB/HSV238°15.58%90.59%
CMYK15.58%15.15%0.00%
9.41%

Color #C3C4E7 in popluar number systems.

HEXC3C4E7
Decimal195196231
Binary110000111100010011100111
Octal303304347

Shades and tints

Shades of #C3C4E7

#C3C4E7
(195,196,231)
#B2B3D2
(178,179,210)
#A1A2BD
(161,162,189)
#9091A8
(144,145,168)
#7F8093
(127,128,147)
#6E6F7E
(110,111,126)
#5D5E69
(93,94,105)
#4C4D54
(76,77,84)
#3B3C3F
(59,60,63)
#2A2B2A
(42,43,42)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #C3C4E7

#C3C4E7
(195,196,231)
#C8C9E9
(200,201,233)
#CDCEEB
(205,206,235)
#D2D3ED
(210,211,237)
#D7D8EF
(215,216,239)
#DCDDF1
(220,221,241)
#E1E2F3
(225,226,243)
#E6E7F5
(230,231,245)
#EBECF7
(235,236,247)
#F0F1F9
(240,241,249)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4E7; }

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

This text font color is #C3C4E7.


Background Color

.myBgColor { background-color: #C3C4E7; }

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

This div background color is #C3C4E7.


Border color

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

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

This div border color is #C3C4E7.


Opacity

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

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

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

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

This text has shadow with #C3C4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C4E7 on black background.


Color preview on white background

This text has color #C3C4E7 on white background.



Black color preview on #C3C4E7 background

This text has black color on #C3C4E7 background.


White color preview on #C3C4E7 background

This text has white color on #C3C4E7 background.