COLOR #C9B2DA

HEX: #C9B2DA
RGB: (201,178,218)

Color info

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

RGB color model

#C9B2DA color RGB value is (201,178,218).

  • red value is 201;
  • green value is 178;
  • blue value is 218.
RGB: (201,178,218) (79%,70%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 178 of 255 = 70%
B 218 of 255 = 85%

201
178
218

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

Portions of RGB colors in percentages

R + G + B =
201 + 178 + 218 = 597 (100%)
R 201 of 597 ~ 33.67%
G 178 of 597 ~ 29.82%
B 218 of 597 ~ 36.52%

%33.67
%29.82
%36.52

CMYK color model

#C9B2DA color CMYK value is (8,18,0,15).

  • cyan value is 7.80%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (8,18,0,15) C8M18Y0K15 (8%,18%,0%,15%) (0.08/0.18/0.00/0.15)

CMYK percentages

%7.8
%18.35
%0
%14.51

Codes

Color #C9B2DA in popluar color models

C9B2DA
RGB201178218
HSL275°35.09%77.65%
HSB/HSV275°18.35%85.49%
CMYK7.80%18.35%0.00%
14.51%

Color #C9B2DA in popluar number systems.

HEXC9B2DA
Decimal201178218
Binary110010011011001011011010
Octal311262332

Shades and tints

Shades of #C9B2DA

#C9B2DA
(201,178,218)
#B7A2C7
(183,162,199)
#A592B4
(165,146,180)
#9382A1
(147,130,161)
#81728E
(129,114,142)
#6F627B
(111,98,123)
#5D5268
(93,82,104)
#4B4255
(75,66,85)
#393242
(57,50,66)
#27222F
(39,34,47)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #C9B2DA

#C9B2DA
(201,178,218)
#CDB9DD
(205,185,221)
#D1C0E0
(209,192,224)
#D5C7E3
(213,199,227)
#D9CEE6
(217,206,230)
#DDD5E9
(221,213,233)
#E1DCEC
(225,220,236)
#E5E3EF
(229,227,239)
#E9EAF2
(233,234,242)
#EDF1F5
(237,241,245)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B2DA; }

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

This text font color is #C9B2DA.


Background Color

.myBgColor { background-color: #C9B2DA; }

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

This div background color is #C9B2DA.


Border color

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

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

This div border color is #C9B2DA.


Opacity

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

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

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

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

This text has shadow with #C9B2DA color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C9B2DA; -webkit-box-shadow:	1px 1px 3px 2px #C9B2DA; box-shadow:	1px 1px 3px 2px #C9B2DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9B2DA; -webkit-box-shadow: 1px 1px 3px 2px #C9B2DA; box-shadow:1px 1px 3px 2px #C9B2DA;">
Div content here</div>
This div box has shadow with color #C9B2DA.

Preview

Color preview on black background

This text has color #C9B2DA on black background.


Color preview on white background

This text has color #C9B2DA on white background.



Black color preview on #C9B2DA background

This text has black color on #C9B2DA background.


White color preview on #C9B2DA background

This text has white color on #C9B2DA background.