COLOR #C6C9DB

HEX: #C6C9DB RGB: (198,201,219)

Color info

#C6C9DB contains red, green and blue colors in about the same proportion. Web safe color of #C6C9DB is #CCCCCC (or #CCC).

RGB color model

#C6C9DB color RGB value is (198,201,219).

RGB: (198,201,219) (78%, 79%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 219 of 255 = 86%

198
201
219

R + G + B ~ 81%. #C6C9DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 219 = 618 (100%)
R 198 of 618 ~ 32.04%
G 201 of 618 ~ 32.52%
B 219 of 618 ~ 35.44'%

%32.04
%32.52
%35.44

CMYK color model

#C6C9DB color CMYK value is (10,8,0,14).

  • cyan value is 9.59%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (10,8,0,14)
C10M8Y0K14 (10%, 8%, 0%, 14%)
(0.10 / 0.08 / 0.00 / 0.14)

CMYK percentages

%9.59
%8.22
%0
%14.12

Codes

Color #C6C9DB in popluar color models

C6 C9 DB
RGB 198 201 219
HSL 231° 22.58% 81.76%
HSB/HSV 231° 9.59% 85.88%
CMYK 9.59% 8.22% 0.00%
14.12%

Color #C6C9DB in popluar number systems.

HEX C6 C9 DB
Decimal 198 201 219
Binary 11000110 11001001 11011011
Octal 306 311 333

Shades and tints

Shades of #C6C9DB

#C6C9DB
(198,201,219)
#B4B7C8
(180,183,200)
#A2A5B5
(162,165,181)
#9093A2
(144,147,162)
#7E818F
(126,129,143)
#6C6F7C
(108,111,124)
#5A5D69
(90,93,105)
#484B56
(72,75,86)
#363943
(54,57,67)
#242730
(36,39,48)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6C9DB

#C6C9DB
(198,201,219)
#CBCDDE
(203,205,222)
#D0D1E1
(208,209,225)
#D5D5E4
(213,213,228)
#DAD9E7
(218,217,231)
#DFDDEA
(223,221,234)
#E4E1ED
(228,225,237)
#E9E5F0
(233,229,240)
#EEE9F3
(238,233,243)
#F3EDF6
(243,237,246)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9DB; }

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

This text font color is #C6C9DB.

Background Color

.myBgColor { background-color: #C6C9DB; }

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

This div background color is #C6C9DB.

Border color

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

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

This div border color is #C6C9DB.

Opacity

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

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

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

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

This text has shadow with #C6C9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9DB.

Preview

Color preview on black background

This text has color #C6C9DB on black background.


Color preview on white background

This text has color #C6C9DB on white background.


Black color preview on #C6C9DB background

This text has black color on #C6C9DB background.


White color preview on #C6C9DB background

This text has white color on #C6C9DB background.


Related colors

Complementary color

Complementary color for #hex is #393624.


I love getcolorcode.com

Triadic colors

1 #DBC6C9 and #C9DBC6 with #C6C9DB are triadic colors.

2 #DBC9C6 and #C9C6DB with #C6C9DB are triadic colors.