COLOR #C2B7DA

HEX: #C2B7DA
RGB: (194,183,218)

Color info

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

RGB color model

#C2B7DA color RGB value is (194,183,218).

  • red value is 194;
  • green value is 183;
  • blue value is 218.
RGB:
(194,183,218)
(76%,72%,85%)

RGB channels and saturation

R 194 of 255 = 76%
G 183 of 255 = 72%
B 218 of 255 = 85%

194
183
218

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

Portions of RGB colors in percentages

R + G + B =
194 + 183 + 218 = 595 (100%)
R 194 of 595 ~ 32.61%
G 183 of 595 ~ 30.76%
B 218 of 595 ~ 36.64%

%32.61
%30.76
%36.64

CMYK color model

#C2B7DA color CMYK value is (11,16,0,15).

  • cyan value is 11.01%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,16,0,15)
C11M16Y0K15 
(11%,16%,0%,15%)
(0.11/0.16/0.00/0.15)	

CMYK percentages

%11.01
%16.06
%0
%14.51

Codes

Color #C2B7DA in popluar color models

C2B7DA
RGB194183218
HSL259°32.11%78.63%
HSB/HSV259°16.06%85.49%
CMYK11.01%16.06%0.00%
14.51%

Color #C2B7DA in popluar number systems.

HEXC2B7DA
Decimal194183218
Binary110000101011011111011010
Octal302267332

Shades and tints

Shades of #C2B7DA

#C2B7DA
(194,183,218)
#B1A7C7
(177,167,199)
#A097B4
(160,151,180)
#8F87A1
(143,135,161)
#7E778E
(126,119,142)
#6D677B
(109,103,123)
#5C5768
(92,87,104)
#4B4755
(75,71,85)
#3A3742
(58,55,66)
#29272F
(41,39,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #C2B7DA

#C2B7DA
(194,183,218)
#C7BDDD
(199,189,221)
#CCC3E0
(204,195,224)
#D1C9E3
(209,201,227)
#D6CFE6
(214,207,230)
#DBD5E9
(219,213,233)
#E0DBEC
(224,219,236)
#E5E1EF
(229,225,239)
#EAE7F2
(234,231,242)
#EFEDF5
(239,237,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B7DA color. Also use rgb(194,183,218) instead hex code.

Text Font Color

.myTextColor { color: #C2B7DA; }

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

This text font color is #C2B7DA.


Background Color

.myBgColor { background-color: #C2B7DA; }

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

This div background color is #C2B7DA.


Border color

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

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

This div border color is #C2B7DA.


Opacity

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

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

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

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

This text has shadow with #C2B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B7DA on black background.


Color preview on white background

This text has color #C2B7DA on white background.



Black color preview on #C2B7DA background

This text has black color on #C2B7DA background.


White color preview on #C2B7DA background

This text has white color on #C2B7DA background.