COLOR #C9B1DD

HEX: #C9B1DD RGB: (201,177,221)

Color info

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

RGB color model

#C9B1DD color RGB value is (201,177,221).

RGB: (201,177,221) (79%, 69%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 221 of 255 = 87%

201
177
221

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

Portions of RGB colors in percentages

R + G + B = 201 + 177 + 221 = 599 (100%)
R 201 of 599 ~ 33.56%
G 177 of 599 ~ 29.55%
B 221 of 599 ~ 36.89'%

%33.56
%29.55
%36.89

CMYK color model

#C9B1DD color CMYK value is (9,20,0,13).

  • cyan value is 9.05%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (9,20,0,13)
C9M20Y0K13 (9%, 20%, 0%, 13%)
(0.09 / 0.20 / 0.00 / 0.13)

CMYK percentages

%9.05
%19.91
%0
%13.33

Codes

Color #C9B1DD in popluar color models

C9 B1 DD
RGB 201 177 221
HSL 273° 39.29% 78.04%
HSB/HSV 273° 19.91% 86.67%
CMYK 9.05% 19.91% 0.00%
13.33%

Color #C9B1DD in popluar number systems.

HEX C9 B1 DD
Decimal 201 177 221
Binary 11001001 10110001 11011101
Octal 311 261 335

Shades and tints

Shades of #C9B1DD

#C9B1DD
(201,177,221)
#B7A1C9
(183,161,201)
#A591B5
(165,145,181)
#9381A1
(147,129,161)
#81718D
(129,113,141)
#6F6179
(111,97,121)
#5D5165
(93,81,101)
#4B4151
(75,65,81)
#39313D
(57,49,61)
#272129
(39,33,41)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #C9B1DD

#C9B1DD
(201,177,221)
#CDB8E0
(205,184,224)
#D1BFE3
(209,191,227)
#D5C6E6
(213,198,230)
#D9CDE9
(217,205,233)
#DDD4EC
(221,212,236)
#E1DBEF
(225,219,239)
#E5E2F2
(229,226,242)
#E9E9F5
(233,233,245)
#EDF0F8
(237,240,248)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B1DD color. Also use rgb(201,177,221) instead hex code.

Text Font Color

.myTextColor { color: #C9B1DD; }

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

This text font color is #C9B1DD.

Background Color

.myBgColor { background-color: #C9B1DD; }

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

This div background color is #C9B1DD.

Border color

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

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

This div border color is #C9B1DD.

Opacity

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

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

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

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

This text has shadow with #C9B1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B1DD.

Preview

Color preview on black background

This text has color #C9B1DD on black background.


Color preview on white background

This text has color #C9B1DD on white background.


Black color preview on #C9B1DD background

This text has black color on #C9B1DD background.


White color preview on #C9B1DD background

This text has white color on #C9B1DD background.


Related colors

Complementary color

Complementary color for #hex is #364E22.


I love getcolorcode.com

Triadic colors

1 #DDC9B1 and #B1DDC9 with #C9B1DD are triadic colors.

2 #DDB1C9 and #B1C9DD with #C9B1DD are triadic colors.