COLOR #C2B9D1

HEX: #C2B9D1
RGB: (194,185,209)

Color info

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

RGB color model

#C2B9D1 color RGB value is (194,185,209).

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

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 209 of 255 = 82%

194
185
209

R + G + B ~ 77%. #C2B9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 209 = 588 (100%)
R 194 of 588 ~ 32.99%
G 185 of 588 ~ 31.46%
B 209 of 588 ~ 35.54%

%32.99
%31.46
%35.54

CMYK color model

#C2B9D1 color CMYK value is (7,11,0,18).

  • cyan value is 7.18%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,11,0,18)
C7M11Y0K18 
(7%,11%,0%,18%)
(0.07/0.11/0.00/0.18)	

CMYK percentages

%7.18
%11.48
%0
%18.04

Codes

Color #C2B9D1 in popluar color models

C2B9D1
RGB194185209
HSL263°20.69%77.25%
HSB/HSV263°11.48%81.96%
CMYK7.18%11.48%0.00%
18.04%

Color #C2B9D1 in popluar number systems.

HEXC2B9D1
Decimal194185209
Binary110000101011100111010001
Octal302271321

Shades and tints

Shades of #C2B9D1

#C2B9D1
(194,185,209)
#B1A9BE
(177,169,190)
#A099AB
(160,153,171)
#8F8998
(143,137,152)
#7E7985
(126,121,133)
#6D6972
(109,105,114)
#5C595F
(92,89,95)
#4B494C
(75,73,76)
#3A3939
(58,57,57)
#292926
(41,41,38)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #C2B9D1

#C2B9D1
(194,185,209)
#C7BFD5
(199,191,213)
#CCC5D9
(204,197,217)
#D1CBDD
(209,203,221)
#D6D1E1
(214,209,225)
#DBD7E5
(219,215,229)
#E0DDE9
(224,221,233)
#E5E3ED
(229,227,237)
#EAE9F1
(234,233,241)
#EFEFF5
(239,239,245)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B9D1; }

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

This text font color is #C2B9D1.


Background Color

.myBgColor { background-color: #C2B9D1; }

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

This div background color is #C2B9D1.


Border color

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

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

This div border color is #C2B9D1.


Opacity

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

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

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

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

This text has shadow with #C2B9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B9D1 on black background.


Color preview on white background

This text has color #C2B9D1 on white background.



Black color preview on #C2B9D1 background

This text has black color on #C2B9D1 background.


White color preview on #C2B9D1 background

This text has white color on #C2B9D1 background.