COLOR #C9B3DE

HEX: #C9B3DE RGB: (201,179,222)

Color info

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

RGB color model

#C9B3DE color RGB value is (201,179,222).

RGB: (201,179,222) (79%, 70%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 222 of 255 = 87%

201
179
222

R + G + B ~ 79%. #C9B3DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 179 + 222 = 602 (100%)
R 201 of 602 ~ 33.39%
G 179 of 602 ~ 29.73%
B 222 of 602 ~ 36.88'%

%33.39
%29.73
%36.88

CMYK color model

#C9B3DE color CMYK value is (9,19,0,13).

  • cyan value is 9.46%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (9,19,0,13)
C9M19Y0K13 (9%, 19%, 0%, 13%)
(0.09 / 0.19 / 0.00 / 0.13)

CMYK percentages

%9.46
%19.37
%0
%12.94

Codes

Color #C9B3DE in popluar color models

C9 B3 DE
RGB 201 179 222
HSL 271° 39.45% 78.63%
HSB/HSV 271° 19.37% 87.06%
CMYK 9.46% 19.37% 0.00%
12.94%

Color #C9B3DE in popluar number systems.

HEX C9 B3 DE
Decimal 201 179 222
Binary 11001001 10110011 11011110
Octal 311 263 336

Shades and tints

Shades of #C9B3DE

#C9B3DE
(201,179,222)
#B7A3CA
(183,163,202)
#A593B6
(165,147,182)
#9383A2
(147,131,162)
#81738E
(129,115,142)
#6F637A
(111,99,122)
#5D5366
(93,83,102)
#4B4352
(75,67,82)
#39333E
(57,51,62)
#27232A
(39,35,42)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #C9B3DE

#C9B3DE
(201,179,222)
#CDB9E1
(205,185,225)
#D1BFE4
(209,191,228)
#D5C5E7
(213,197,231)
#D9CBEA
(217,203,234)
#DDD1ED
(221,209,237)
#E1D7F0
(225,215,240)
#E5DDF3
(229,221,243)
#E9E3F6
(233,227,246)
#EDE9F9
(237,233,249)
#F1EFFC
(241,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B3DE color. Also use rgb(201,179,222) instead hex code.

Text Font Color

.myTextColor { color: #C9B3DE; }

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

This text font color is #C9B3DE.

Background Color

.myBgColor { background-color: #C9B3DE; }

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

This div background color is #C9B3DE.

Border color

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

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

This div border color is #C9B3DE.

Opacity

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

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

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

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

This text has shadow with #C9B3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B3DE.

Preview

Color preview on black background

This text has color #C9B3DE on black background.


Color preview on white background

This text has color #C9B3DE on white background.


Black color preview on #C9B3DE background

This text has black color on #C9B3DE background.


White color preview on #C9B3DE background

This text has white color on #C9B3DE background.


Related colors

Complementary color

Complementary color for #hex is #364C21.


I love getcolorcode.com

Triadic colors

1 #DEC9B3 and #B3DEC9 with #C9B3DE are triadic colors.

2 #DEB3C9 and #B3C9DE with #C9B3DE are triadic colors.