COLOR #C9BBDA

HEX: #C9BBDA
RGB: (201,187,218)

Color info

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

RGB color model

#C9BBDA color RGB value is (201,187,218).

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

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 218 of 255 = 85%

201
187
218

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

Portions of RGB colors in percentages

R + G + B =
201 + 187 + 218 = 606 (100%)
R 201 of 606 ~ 33.17%
G 187 of 606 ~ 30.86%
B 218 of 606 ~ 35.97%

%33.17
%30.86
%35.97

CMYK color model

#C9BBDA color CMYK value is (8,14,0,15).

  • cyan value is 7.80%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,14,0,15)
C8M14Y0K15 
(8%,14%,0%,15%)
(0.08/0.14/0.00/0.15)	

CMYK percentages

%7.8
%14.22
%0
%14.51

Codes

Color #C9BBDA in popluar color models

C9BBDA
RGB201187218
HSL267°29.52%79.41%
HSB/HSV267°14.22%85.49%
CMYK7.80%14.22%0.00%
14.51%

Color #C9BBDA in popluar number systems.

HEXC9BBDA
Decimal201187218
Binary110010011011101111011010
Octal311273332

Shades and tints

Shades of #C9BBDA

#C9BBDA
(201,187,218)
#B7AAC7
(183,170,199)
#A599B4
(165,153,180)
#9388A1
(147,136,161)
#81778E
(129,119,142)
#6F667B
(111,102,123)
#5D5568
(93,85,104)
#4B4455
(75,68,85)
#393342
(57,51,66)
#27222F
(39,34,47)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #C9BBDA

#C9BBDA
(201,187,218)
#CDC1DD
(205,193,221)
#D1C7E0
(209,199,224)
#D5CDE3
(213,205,227)
#D9D3E6
(217,211,230)
#DDD9E9
(221,217,233)
#E1DFEC
(225,223,236)
#E5E5EF
(229,229,239)
#E9EBF2
(233,235,242)
#EDF1F5
(237,241,245)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BBDA; }

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

This text font color is #C9BBDA.


Background Color

.myBgColor { background-color: #C9BBDA; }

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

This div background color is #C9BBDA.


Border color

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

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

This div border color is #C9BBDA.


Opacity

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

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

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

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

This text has shadow with #C9BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BBDA on black background.


Color preview on white background

This text has color #C9BBDA on white background.



Black color preview on #C9BBDA background

This text has black color on #C9BBDA background.


White color preview on #C9BBDA background

This text has white color on #C9BBDA background.