COLOR #C9B2DC

HEX: #C9B2DC RGB: (201,178,220)

Color info

#C9B2DC contains red, green and blue colors in about the same proportion. Web safe color of #C9B2DC is #CC99CC (or #C9C).

RGB color model

#C9B2DC color RGB value is (201,178,220).

RGB: (201,178,220) (79%, 70%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 178 of 255 = 70%
B 220 of 255 = 86%

201
178
220

R + G + B ~ 78%. #C9B2DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 178 + 220 = 599 (100%)
R 201 of 599 ~ 33.56%
G 178 of 599 ~ 29.72%
B 220 of 599 ~ 36.73'%

%33.56
%29.72
%36.73

CMYK color model

#C9B2DC color CMYK value is (9,19,0,14).

  • cyan value is 8.64%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,19,0,14)
C9M19Y0K14 (9%, 19%, 0%, 14%)
(0.09 / 0.19 / 0.00 / 0.14)

CMYK percentages

%8.64
%19.09
%0
%13.73

Codes

Color #C9B2DC in popluar color models

C9 B2 DC
RGB 201 178 220
HSL 273° 37.50% 78.04%
HSB/HSV 273° 19.09% 86.27%
CMYK 8.64% 19.09% 0.00%
13.73%

Color #C9B2DC in popluar number systems.

HEX C9 B2 DC
Decimal 201 178 220
Binary 11001001 10110010 11011100
Octal 311 262 334

Shades and tints

Shades of #C9B2DC

#C9B2DC
(201,178,220)
#B7A2C8
(183,162,200)
#A592B4
(165,146,180)
#9382A0
(147,130,160)
#81728C
(129,114,140)
#6F6278
(111,98,120)
#5D5264
(93,82,100)
#4B4250
(75,66,80)
#39323C
(57,50,60)
#272228
(39,34,40)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #C9B2DC

#C9B2DC
(201,178,220)
#CDB9DF
(205,185,223)
#D1C0E2
(209,192,226)
#D5C7E5
(213,199,229)
#D9CEE8
(217,206,232)
#DDD5EB
(221,213,235)
#E1DCEE
(225,220,238)
#E5E3F1
(229,227,241)
#E9EAF4
(233,234,244)
#EDF1F7
(237,241,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B2DC color. Also use rgb(201,178,220) instead hex code.

Text Font Color

.myTextColor { color: #C9B2DC; }

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

This text font color is #C9B2DC.

Background Color

.myBgColor { background-color: #C9B2DC; }

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

This div background color is #C9B2DC.

Border color

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

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

This div border color is #C9B2DC.

Opacity

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

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

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

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

This text has shadow with #C9B2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B2DC.

Preview

Color preview on black background

This text has color #C9B2DC on black background.


Color preview on white background

This text has color #C9B2DC on white background.


Black color preview on #C9B2DC background

This text has black color on #C9B2DC background.


White color preview on #C9B2DC background

This text has white color on #C9B2DC background.


Related colors

Complementary color

Complementary color for #hex is #364D23.


I love getcolorcode.com

Triadic colors

1 #DCC9B2 and #B2DCC9 with #C9B2DC are triadic colors.

2 #DCB2C9 and #B2C9DC with #C9B2DC are triadic colors.