COLOR #C9C6EA

HEX: #C9C6EA
RGB: (201,198,234)

Color info

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

RGB color model

#C9C6EA color RGB value is (201,198,234).

  • red value is 201;
  • green value is 198;
  • blue value is 234.
RGB:
(201,198,234)
(79%,78%,92%)

RGB channels and saturation

R 201 of 255 = 79%
G 198 of 255 = 78%
B 234 of 255 = 92%

201
198
234

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

Portions of RGB colors in percentages

R + G + B =
201 + 198 + 234 = 633 (100%)
R 201 of 633 ~ 31.75%
G 198 of 633 ~ 31.28%
B 234 of 633 ~ 36.97%

%31.75
%31.28
%36.97

CMYK color model

#C9C6EA color CMYK value is (14,15,0,8).

  • cyan value is 14.10%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(14,15,0,8)
C14M15Y0K8 
(14%,15%,0%,8%)
(0.14/0.15/0.00/0.08)	

CMYK percentages

%14.1
%15.38
%0
%8.24

Codes

Color #C9C6EA in popluar color models

C9C6EA
RGB201198234
HSL245°46.15%84.71%
HSB/HSV245°15.38%91.76%
CMYK14.10%15.38%0.00%
8.24%

Color #C9C6EA in popluar number systems.

HEXC9C6EA
Decimal201198234
Binary110010011100011011101010
Octal311306352

Shades and tints

Shades of #C9C6EA

#C9C6EA
(201,198,234)
#B7B4D5
(183,180,213)
#A5A2C0
(165,162,192)
#9390AB
(147,144,171)
#817E96
(129,126,150)
#6F6C81
(111,108,129)
#5D5A6C
(93,90,108)
#4B4857
(75,72,87)
#393642
(57,54,66)
#27242D
(39,36,45)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #C9C6EA

#C9C6EA
(201,198,234)
#CDCBEB
(205,203,235)
#D1D0EC
(209,208,236)
#D5D5ED
(213,213,237)
#D9DAEE
(217,218,238)
#DDDFEF
(221,223,239)
#E1E4F0
(225,228,240)
#E5E9F1
(229,233,241)
#E9EEF2
(233,238,242)
#EDF3F3
(237,243,243)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C6EA color. Also use rgb(201,198,234) instead hex code.

Text Font Color

.myTextColor { color: #C9C6EA; }

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

This text font color is #C9C6EA.


Background Color

.myBgColor { background-color: #C9C6EA; }

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

This div background color is #C9C6EA.


Border color

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

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

This div border color is #C9C6EA.


Opacity

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

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

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

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

This text has shadow with #C9C6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C6EA on black background.


Color preview on white background

This text has color #C9C6EA on white background.



Black color preview on #C9C6EA background

This text has black color on #C9C6EA background.


White color preview on #C9C6EA background

This text has white color on #C9C6EA background.