COLOR #C9C4EF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
196
239

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

Portions of RGB colors in percentages

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

%31.6
%30.82
%37.58

CMYK color model

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

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

CMYK percentages

%15.9
%17.99
%0
%6.27

Codes

Color #C9C4EF in popluar color models

C9C4EF
RGB201196239
HSL247°57.33%85.29%
HSB/HSV247°17.99%93.73%
CMYK15.90%17.99%0.00%
6.27%

Color #C9C4EF in popluar number systems.

HEXC9C4EF
Decimal201196239
Binary110010011100010011101111
Octal311304357

Shades and tints

Shades of #C9C4EF

#C9C4EF
(201,196,239)
#B7B3DA
(183,179,218)
#A5A2C5
(165,162,197)
#9391B0
(147,145,176)
#81809B
(129,128,155)
#6F6F86
(111,111,134)
#5D5E71
(93,94,113)
#4B4D5C
(75,77,92)
#393C47
(57,60,71)
#272B32
(39,43,50)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #C9C4EF

#C9C4EF
(201,196,239)
#CDC9F0
(205,201,240)
#D1CEF1
(209,206,241)
#D5D3F2
(213,211,242)
#D9D8F3
(217,216,243)
#DDDDF4
(221,221,244)
#E1E2F5
(225,226,245)
#E5E7F6
(229,231,246)
#E9ECF7
(233,236,247)
#EDF1F8
(237,241,248)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C4EF; }

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

This text font color is #C9C4EF.


Background Color

.myBgColor { background-color: #C9C4EF; }

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

This div background color is #C9C4EF.


Border color

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

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

This div border color is #C9C4EF.


Opacity

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

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

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

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

This text has shadow with #C9C4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4EF on black background.


Color preview on white background

This text has color #C9C4EF on white background.



Black color preview on #C9C4EF background

This text has black color on #C9C4EF background.


White color preview on #C9C4EF background

This text has white color on #C9C4EF background.