COLOR #C2B1D3

HEX: #C2B1D3
RGB: (194,177,211)

Color info

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

RGB color model

#C2B1D3 color RGB value is (194,177,211).

  • red value is 194;
  • green value is 177;
  • blue value is 211.
RGB:
(194,177,211)
(76%,69%,83%)

RGB channels and saturation

R 194 of 255 = 76%
G 177 of 255 = 69%
B 211 of 255 = 83%

194
177
211

R + G + B ~ 76%. #C2B1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 177 + 211 = 582 (100%)
R 194 of 582 ~ 33.33%
G 177 of 582 ~ 30.41%
B 211 of 582 ~ 36.25%

%33.33
%30.41
%36.25

CMYK color model

#C2B1D3 color CMYK value is (8,16,0,17).

  • cyan value is 8.06%
  • magenta value is 16.11%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(8,16,0,17)
C8M16Y0K17 
(8%,16%,0%,17%)
(0.08/0.16/0.00/0.17)	

CMYK percentages

%8.06
%16.11
%0
%17.25

Codes

Color #C2B1D3 in popluar color models

C2B1D3
RGB194177211
HSL270°27.87%76.08%
HSB/HSV270°16.11%82.75%
CMYK8.06%16.11%0.00%
17.25%

Color #C2B1D3 in popluar number systems.

HEXC2B1D3
Decimal194177211
Binary110000101011000111010011
Octal302261323

Shades and tints

Shades of #C2B1D3

#C2B1D3
(194,177,211)
#B1A1C0
(177,161,192)
#A091AD
(160,145,173)
#8F819A
(143,129,154)
#7E7187
(126,113,135)
#6D6174
(109,97,116)
#5C5161
(92,81,97)
#4B414E
(75,65,78)
#3A313B
(58,49,59)
#292128
(41,33,40)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #C2B1D3

#C2B1D3
(194,177,211)
#C7B8D7
(199,184,215)
#CCBFDB
(204,191,219)
#D1C6DF
(209,198,223)
#D6CDE3
(214,205,227)
#DBD4E7
(219,212,231)
#E0DBEB
(224,219,235)
#E5E2EF
(229,226,239)
#EAE9F3
(234,233,243)
#EFF0F7
(239,240,247)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B1D3 color. Also use rgb(194,177,211) instead hex code.

Text Font Color

.myTextColor { color: #C2B1D3; }

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

This text font color is #C2B1D3.


Background Color

.myBgColor { background-color: #C2B1D3; }

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

This div background color is #C2B1D3.


Border color

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

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

This div border color is #C2B1D3.


Opacity

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

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

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

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

This text has shadow with #C2B1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B1D3 on black background.


Color preview on white background

This text has color #C2B1D3 on white background.



Black color preview on #C2B1D3 background

This text has black color on #C2B1D3 background.


White color preview on #C2B1D3 background

This text has white color on #C2B1D3 background.