COLOR #C6C9EC

HEX: #C6C9EC RGB: (198,201,236)

Color info

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

RGB color model

#C6C9EC color RGB value is (198,201,236).

RGB: (198,201,236) (78%, 79%, 93%)

RGB channels and saturation

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

198
201
236

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

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 236 = 635 (100%)
R 198 of 635 ~ 31.18%
G 201 of 635 ~ 31.65%
B 236 of 635 ~ 37.17'%

%31.18
%31.65
%37.17

CMYK color model

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

  • cyan value is 16.10%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (16,15,0,7)
C16M15Y0K7 (16%, 15%, 0%, 7%)
(0.16 / 0.15 / 0.00 / 0.07)

CMYK percentages

%16.1
%14.83
%0
%7.45

Codes

Color #C6C9EC in popluar color models

C6 C9 EC
RGB 198 201 236
HSL 235° 50.00% 85.10%
HSB/HSV 235° 16.10% 92.55%
CMYK 16.10% 14.83% 0.00%
7.45%

Color #C6C9EC in popluar number systems.

HEX C6 C9 EC
Decimal 198 201 236
Binary 11000110 11001001 11101100
Octal 306 311 354

Shades and tints

Shades of #C6C9EC

#C6C9EC
(198,201,236)
#B4B7D7
(180,183,215)
#A2A5C2
(162,165,194)
#9093AD
(144,147,173)
#7E8198
(126,129,152)
#6C6F83
(108,111,131)
#5A5D6E
(90,93,110)
#484B59
(72,75,89)
#363944
(54,57,68)
#24272F
(36,39,47)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C6C9EC

#C6C9EC
(198,201,236)
#CBCDED
(203,205,237)
#D0D1EE
(208,209,238)
#D5D5EF
(213,213,239)
#DAD9F0
(218,217,240)
#DFDDF1
(223,221,241)
#E4E1F2
(228,225,242)
#E9E5F3
(233,229,243)
#EEE9F4
(238,233,244)
#F3EDF5
(243,237,245)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9EC; }

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

This text font color is #C6C9EC.

Background Color

.myBgColor { background-color: #C6C9EC; }

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

This div background color is #C6C9EC.

Border color

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

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

This div border color is #C6C9EC.

Opacity

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

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

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

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

This text has shadow with #C6C9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9EC.

Preview

Color preview on black background

This text has color #C6C9EC on black background.


Color preview on white background

This text has color #C6C9EC on white background.


Black color preview on #C6C9EC background

This text has black color on #C6C9EC background.


White color preview on #C6C9EC background

This text has white color on #C6C9EC background.


Related colors

Complementary color

Complementary color for #hex is #393613.


I love getcolorcode.com

Triadic colors

1 #ECC6C9 and #C9ECC6 with #C6C9EC are triadic colors.

2 #ECC9C6 and #C9C6EC with #C6C9EC are triadic colors.