COLOR #C9C7EC

HEX: #C9C7EC
RGB: (201,199,236)

Color info

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

RGB color model

#C9C7EC color RGB value is (201,199,236).

  • red value is 201;
  • green value is 199;
  • blue value is 236.
RGB:
(201,199,236)
(79%,78%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 199 of 255 = 78%
B 236 of 255 = 93%

201
199
236

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

Portions of RGB colors in percentages

R + G + B =
201 + 199 + 236 = 636 (100%)
R 201 of 636 ~ 31.6%
G 199 of 636 ~ 31.29%
B 236 of 636 ~ 37.11%

%31.6
%31.29
%37.11

CMYK color model

#C9C7EC color CMYK value is (15,16,0,7).

  • cyan value is 14.83%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(15,16,0,7)
C15M16Y0K7 
(15%,16%,0%,7%)
(0.15/0.16/0.00/0.07)	

CMYK percentages

%14.83
%15.68
%0
%7.45

Codes

Color #C9C7EC in popluar color models

C9C7EC
RGB201199236
HSL243°49.33%85.29%
HSB/HSV243°15.68%92.55%
CMYK14.83%15.68%0.00%
7.45%

Color #C9C7EC in popluar number systems.

HEXC9C7EC
Decimal201199236
Binary110010011100011111101100
Octal311307354

Shades and tints

Shades of #C9C7EC

#C9C7EC
(201,199,236)
#B7B5D7
(183,181,215)
#A5A3C2
(165,163,194)
#9391AD
(147,145,173)
#817F98
(129,127,152)
#6F6D83
(111,109,131)
#5D5B6E
(93,91,110)
#4B4959
(75,73,89)
#393744
(57,55,68)
#27252F
(39,37,47)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C9C7EC

#C9C7EC
(201,199,236)
#CDCCED
(205,204,237)
#D1D1EE
(209,209,238)
#D5D6EF
(213,214,239)
#D9DBF0
(217,219,240)
#DDE0F1
(221,224,241)
#E1E5F2
(225,229,242)
#E5EAF3
(229,234,243)
#E9EFF4
(233,239,244)
#EDF4F5
(237,244,245)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C7EC color. Also use rgb(201,199,236) instead hex code.

Text Font Color

.myTextColor { color: #C9C7EC; }

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

This text font color is #C9C7EC.


Background Color

.myBgColor { background-color: #C9C7EC; }

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

This div background color is #C9C7EC.


Border color

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

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

This div border color is #C9C7EC.


Opacity

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

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

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

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

This text has shadow with #C9C7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C7EC on black background.


Color preview on white background

This text has color #C9C7EC on white background.



Black color preview on #C9C7EC background

This text has black color on #C9C7EC background.


White color preview on #C9C7EC background

This text has white color on #C9C7EC background.