COLOR #C4C9EF

HEX: #C4C9EF
RGB: (196,201,239)

Color info

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

RGB color model

#C4C9EF color RGB value is (196,201,239).

  • red value is 196;
  • green value is 201;
  • blue value is 239.
RGB:
(196,201,239)
(77%,79%,94%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 239 of 255 = 94%

196
201
239

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

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 239 = 636 (100%)
R 196 of 636 ~ 30.82%
G 201 of 636 ~ 31.6%
B 239 of 636 ~ 37.58%

%30.82
%31.6
%37.58

CMYK color model

#C4C9EF color CMYK value is (18,16,0,6).

  • cyan value is 17.99%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(18,16,0,6)
C18M16Y0K6 
(18%,16%,0%,6%)
(0.18/0.16/0.00/0.06)	

CMYK percentages

%17.99
%15.9
%0
%6.27

Codes

Color #C4C9EF in popluar color models

C4C9EF
RGB196201239
HSL233°57.33%85.29%
HSB/HSV233°17.99%93.73%
CMYK17.99%15.90%0.00%
6.27%

Color #C4C9EF in popluar number systems.

HEXC4C9EF
Decimal196201239
Binary110001001100100111101111
Octal304311357

Shades and tints

Shades of #C4C9EF

#C4C9EF
(196,201,239)
#B3B7DA
(179,183,218)
#A2A5C5
(162,165,197)
#9193B0
(145,147,176)
#80819B
(128,129,155)
#6F6F86
(111,111,134)
#5E5D71
(94,93,113)
#4D4B5C
(77,75,92)
#3C3947
(60,57,71)
#2B2732
(43,39,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #C4C9EF

#C4C9EF
(196,201,239)
#C9CDF0
(201,205,240)
#CED1F1
(206,209,241)
#D3D5F2
(211,213,242)
#D8D9F3
(216,217,243)
#DDDDF4
(221,221,244)
#E2E1F5
(226,225,245)
#E7E5F6
(231,229,246)
#ECE9F7
(236,233,247)
#F1EDF8
(241,237,248)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C9EF color. Also use rgb(196,201,239) instead hex code.

Text Font Color

.myTextColor { color: #C4C9EF; }

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

This text font color is #C4C9EF.


Background Color

.myBgColor { background-color: #C4C9EF; }

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

This div background color is #C4C9EF.


Border color

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

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

This div border color is #C4C9EF.


Opacity

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

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

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

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

This text has shadow with #C4C9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9EF on black background.


Color preview on white background

This text has color #C4C9EF on white background.



Black color preview on #C4C9EF background

This text has black color on #C4C9EF background.


White color preview on #C4C9EF background

This text has white color on #C4C9EF background.