COLOR #C4C1F7

HEX: #C4C1F7
RGB: (196,193,247)

Color info

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

RGB color model

#C4C1F7 color RGB value is (196,193,247).

  • red value is 196;
  • green value is 193;
  • blue value is 247.
RGB:
(196,193,247)
(77%,76%,97%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 247 of 255 = 97%

196
193
247

R + G + B ~ 83%. #C4C1F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 247 = 636 (100%)
R 196 of 636 ~ 30.82%
G 193 of 636 ~ 30.35%
B 247 of 636 ~ 38.84%

%30.82
%30.35
%38.84

CMYK color model

#C4C1F7 color CMYK value is (21,22,0,3).

  • cyan value is 20.65%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(21,22,0,3)
C21M22Y0K3 
(21%,22%,0%,3%)
(0.21/0.22/0.00/0.03)	

CMYK percentages

%20.65
%21.86
%0
%3.14

Codes

Color #C4C1F7 in popluar color models

C4C1F7
RGB196193247
HSL243°77.14%86.27%
HSB/HSV243°21.86%96.86%
CMYK20.65%21.86%0.00%
3.14%

Color #C4C1F7 in popluar number systems.

HEXC4C1F7
Decimal196193247
Binary110001001100000111110111
Octal304301367

Shades and tints

Shades of #C4C1F7

#C4C1F7
(196,193,247)
#B3B0E1
(179,176,225)
#A29FCB
(162,159,203)
#918EB5
(145,142,181)
#807D9F
(128,125,159)
#6F6C89
(111,108,137)
#5E5B73
(94,91,115)
#4D4A5D
(77,74,93)
#3C3947
(60,57,71)
#2B2831
(43,40,49)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #C4C1F7

#C4C1F7
(196,193,247)
#C9C6F7
(201,198,247)
#CECBF7
(206,203,247)
#D3D0F7
(211,208,247)
#D8D5F7
(216,213,247)
#DDDAF7
(221,218,247)
#E2DFF7
(226,223,247)
#E7E4F7
(231,228,247)
#ECE9F7
(236,233,247)
#F1EEF7
(241,238,247)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C1F7 color. Also use rgb(196,193,247) instead hex code.

Text Font Color

.myTextColor { color: #C4C1F7; }

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

This text font color is #C4C1F7.


Background Color

.myBgColor { background-color: #C4C1F7; }

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

This div background color is #C4C1F7.


Border color

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

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

This div border color is #C4C1F7.


Opacity

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

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

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

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

This text has shadow with #C4C1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1F7 on black background.


Color preview on white background

This text has color #C4C1F7 on white background.



Black color preview on #C4C1F7 background

This text has black color on #C4C1F7 background.


White color preview on #C4C1F7 background

This text has white color on #C4C1F7 background.