COLOR #C4C6E7

HEX: #C4C6E7
RGB: (196,198,231)

Color info

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

RGB color model

#C4C6E7 color RGB value is (196,198,231).

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

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 231 of 255 = 91%

196
198
231

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 231 = 625 (100%)
R 196 of 625 ~ 31.36%
G 198 of 625 ~ 31.68%
B 231 of 625 ~ 36.96%

%31.36
%31.68
%36.96

CMYK color model

#C4C6E7 color CMYK value is (15,14,0,9).

  • cyan value is 15.15%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(15,14,0,9)
C15M14Y0K9 
(15%,14%,0%,9%)
(0.15/0.14/0.00/0.09)	

CMYK percentages

%15.15
%14.29
%0
%9.41

Codes

Color #C4C6E7 in popluar color models

C4C6E7
RGB196198231
HSL237°42.17%83.73%
HSB/HSV237°15.15%90.59%
CMYK15.15%14.29%0.00%
9.41%

Color #C4C6E7 in popluar number systems.

HEXC4C6E7
Decimal196198231
Binary110001001100011011100111
Octal304306347

Shades and tints

Shades of #C4C6E7

#C4C6E7
(196,198,231)
#B3B4D2
(179,180,210)
#A2A2BD
(162,162,189)
#9190A8
(145,144,168)
#807E93
(128,126,147)
#6F6C7E
(111,108,126)
#5E5A69
(94,90,105)
#4D4854
(77,72,84)
#3C363F
(60,54,63)
#2B242A
(43,36,42)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #C4C6E7

#C4C6E7
(196,198,231)
#C9CBE9
(201,203,233)
#CED0EB
(206,208,235)
#D3D5ED
(211,213,237)
#D8DAEF
(216,218,239)
#DDDFF1
(221,223,241)
#E2E4F3
(226,228,243)
#E7E9F5
(231,233,245)
#ECEEF7
(236,238,247)
#F1F3F9
(241,243,249)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6E7; }

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

This text font color is #C4C6E7.


Background Color

.myBgColor { background-color: #C4C6E7; }

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

This div background color is #C4C6E7.


Border color

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

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

This div border color is #C4C6E7.


Opacity

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

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

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

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

This text has shadow with #C4C6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6E7 on black background.


Color preview on white background

This text has color #C4C6E7 on white background.



Black color preview on #C4C6E7 background

This text has black color on #C4C6E7 background.


White color preview on #C4C6E7 background

This text has white color on #C4C6E7 background.