COLOR #C2B9DB

HEX: #C2B9DB
RGB: (194,185,219)

Color info

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

RGB color model

#C2B9DB color RGB value is (194,185,219).

  • red value is 194;
  • green value is 185;
  • blue value is 219.
RGB:
(194,185,219)
(76%,73%,86%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 219 of 255 = 86%

194
185
219

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

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 219 = 598 (100%)
R 194 of 598 ~ 32.44%
G 185 of 598 ~ 30.94%
B 219 of 598 ~ 36.62%

%32.44
%30.94
%36.62

CMYK color model

#C2B9DB color CMYK value is (11,16,0,14).

  • cyan value is 11.42%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,16,0,14)
C11M16Y0K14 
(11%,16%,0%,14%)
(0.11/0.16/0.00/0.14)	

CMYK percentages

%11.42
%15.53
%0
%14.12

Codes

Color #C2B9DB in popluar color models

C2B9DB
RGB194185219
HSL256°32.08%79.22%
HSB/HSV256°15.53%85.88%
CMYK11.42%15.53%0.00%
14.12%

Color #C2B9DB in popluar number systems.

HEXC2B9DB
Decimal194185219
Binary110000101011100111011011
Octal302271333

Shades and tints

Shades of #C2B9DB

#C2B9DB
(194,185,219)
#B1A9C8
(177,169,200)
#A099B5
(160,153,181)
#8F89A2
(143,137,162)
#7E798F
(126,121,143)
#6D697C
(109,105,124)
#5C5969
(92,89,105)
#4B4956
(75,73,86)
#3A3943
(58,57,67)
#292930
(41,41,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #C2B9DB

#C2B9DB
(194,185,219)
#C7BFDE
(199,191,222)
#CCC5E1
(204,197,225)
#D1CBE4
(209,203,228)
#D6D1E7
(214,209,231)
#DBD7EA
(219,215,234)
#E0DDED
(224,221,237)
#E5E3F0
(229,227,240)
#EAE9F3
(234,233,243)
#EFEFF6
(239,239,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B9DB color. Also use rgb(194,185,219) instead hex code.

Text Font Color

.myTextColor { color: #C2B9DB; }

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

This text font color is #C2B9DB.


Background Color

.myBgColor { background-color: #C2B9DB; }

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

This div background color is #C2B9DB.


Border color

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

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

This div border color is #C2B9DB.


Opacity

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

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

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

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

This text has shadow with #C2B9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B9DB on black background.


Color preview on white background

This text has color #C2B9DB on white background.



Black color preview on #C2B9DB background

This text has black color on #C2B9DB background.


White color preview on #C2B9DB background

This text has white color on #C2B9DB background.