COLOR #C4C6DF

HEX: #C4C6DF
RGB: (196,198,223)

Color info

#C4C6DF contains red, green and blue colors in about the same proportion. Web safe color of #C4C6DF is #CCCCCC (or #CCC).

RGB color model

#C4C6DF color RGB value is (196,198,223).

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

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 223 of 255 = 87%

196
198
223

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 223 = 617 (100%)
R 196 of 617 ~ 31.77%
G 198 of 617 ~ 32.09%
B 223 of 617 ~ 36.14%

%31.77
%32.09
%36.14

CMYK color model

#C4C6DF color CMYK value is (12,11,0,13).

  • cyan value is 12.11%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,11,0,13)
C12M11Y0K13 
(12%,11%,0%,13%)
(0.12/0.11/0.00/0.13)	

CMYK percentages

%12.11
%11.21
%0
%12.55

Codes

Color #C4C6DF in popluar color models

C4C6DF
RGB196198223
HSL236°29.67%82.16%
HSB/HSV236°12.11%87.45%
CMYK12.11%11.21%0.00%
12.55%

Color #C4C6DF in popluar number systems.

HEXC4C6DF
Decimal196198223
Binary110001001100011011011111
Octal304306337

Shades and tints

Shades of #C4C6DF

#C4C6DF
(196,198,223)
#B3B4CB
(179,180,203)
#A2A2B7
(162,162,183)
#9190A3
(145,144,163)
#807E8F
(128,126,143)
#6F6C7B
(111,108,123)
#5E5A67
(94,90,103)
#4D4853
(77,72,83)
#3C363F
(60,54,63)
#2B242B
(43,36,43)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C4C6DF

#C4C6DF
(196,198,223)
#C9CBE1
(201,203,225)
#CED0E3
(206,208,227)
#D3D5E5
(211,213,229)
#D8DAE7
(216,218,231)
#DDDFE9
(221,223,233)
#E2E4EB
(226,228,235)
#E7E9ED
(231,233,237)
#ECEEEF
(236,238,239)
#F1F3F1
(241,243,241)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6DF; }

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

This text font color is #C4C6DF.


Background Color

.myBgColor { background-color: #C4C6DF; }

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

This div background color is #C4C6DF.


Border color

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

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

This div border color is #C4C6DF.


Opacity

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

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

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

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

This text has shadow with #C4C6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6DF on black background.


Color preview on white background

This text has color #C4C6DF on white background.



Black color preview on #C4C6DF background

This text has black color on #C4C6DF background.


White color preview on #C4C6DF background

This text has white color on #C4C6DF background.