COLOR #C9C2DB

HEX: #C9C2DB RGB: (201,194,219)

Color info

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

RGB color model

#C9C2DB color RGB value is (201,194,219).

RGB: (201,194,219) (79%, 76%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 219 of 255 = 86%

201
194
219

R + G + B ~ 80%. #C9C2DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 194 + 219 = 614 (100%)
R 201 of 614 ~ 32.74%
G 194 of 614 ~ 31.6%
B 219 of 614 ~ 35.67'%

%32.74
%31.6
%35.67

CMYK color model

#C9C2DB color CMYK value is (8,11,0,14).

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

CMYK: (8,11,0,14)
C8M11Y0K14 (8%, 11%, 0%, 14%)
(0.08 / 0.11 / 0.00 / 0.14)

CMYK percentages

%8.22
%11.42
%0
%14.12

Codes

Color #C9C2DB in popluar color models

C9 C2 DB
RGB 201 194 219
HSL 257° 25.77% 80.98%
HSB/HSV 257° 11.42% 85.88%
CMYK 8.22% 11.42% 0.00%
14.12%

Color #C9C2DB in popluar number systems.

HEX C9 C2 DB
Decimal 201 194 219
Binary 11001001 11000010 11011011
Octal 311 302 333

Shades and tints

Shades of #C9C2DB

#C9C2DB
(201,194,219)
#B7B1C8
(183,177,200)
#A5A0B5
(165,160,181)
#938FA2
(147,143,162)
#817E8F
(129,126,143)
#6F6D7C
(111,109,124)
#5D5C69
(93,92,105)
#4B4B56
(75,75,86)
#393A43
(57,58,67)
#272930
(39,41,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #C9C2DB

#C9C2DB
(201,194,219)
#CDC7DE
(205,199,222)
#D1CCE1
(209,204,225)
#D5D1E4
(213,209,228)
#D9D6E7
(217,214,231)
#DDDBEA
(221,219,234)
#E1E0ED
(225,224,237)
#E5E5F0
(229,229,240)
#E9EAF3
(233,234,243)
#EDEFF6
(237,239,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C2DB; }

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

This text font color is #C9C2DB.

Background Color

.myBgColor { background-color: #C9C2DB; }

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

This div background color is #C9C2DB.

Border color

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

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

This div border color is #C9C2DB.

Opacity

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

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

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

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

This text has shadow with #C9C2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C2DB.

Preview

Color preview on black background

This text has color #C9C2DB on black background.


Color preview on white background

This text has color #C9C2DB on white background.


Black color preview on #C9C2DB background

This text has black color on #C9C2DB background.


White color preview on #C9C2DB background

This text has white color on #C9C2DB background.


Related colors

Complementary color

Complementary color for #hex is #363D24.


I love getcolorcode.com

Triadic colors

1 #DBC9C2 and #C2DBC9 with #C9C2DB are triadic colors.

2 #DBC2C9 and #C2C9DB with #C9C2DB are triadic colors.