COLOR #C2B5E7

HEX: #C2B5E7
RGB: (194,181,231)

Color info

#C2B5E7 contains red, green and blue colors in about the same proportion. Web safe color of #C2B5E7 is #CCCCFF (or #CCF).

RGB color model

#C2B5E7 color RGB value is (194,181,231).

  • red value is 194;
  • green value is 181;
  • blue value is 231.
RGB:
(194,181,231)
(76%,71%,91%)

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 231 of 255 = 91%

194
181
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 231 = 606 (100%)
R 194 of 606 ~ 32.01%
G 181 of 606 ~ 29.87%
B 231 of 606 ~ 38.12%

%32.01
%29.87
%38.12

CMYK color model

#C2B5E7 color CMYK value is (16,22,0,9).

  • cyan value is 16.02%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,22,0,9)
C16M22Y0K9 
(16%,22%,0%,9%)
(0.16/0.22/0.00/0.09)	

CMYK percentages

%16.02
%21.65
%0
%9.41

Codes

Color #C2B5E7 in popluar color models

C2B5E7
RGB194181231
HSL256°51.02%80.78%
HSB/HSV256°21.65%90.59%
CMYK16.02%21.65%0.00%
9.41%

Color #C2B5E7 in popluar number systems.

HEXC2B5E7
Decimal194181231
Binary110000101011010111100111
Octal302265347

Shades and tints

Shades of #C2B5E7

#C2B5E7
(194,181,231)
#B1A5D2
(177,165,210)
#A095BD
(160,149,189)
#8F85A8
(143,133,168)
#7E7593
(126,117,147)
#6D657E
(109,101,126)
#5C5569
(92,85,105)
#4B4554
(75,69,84)
#3A353F
(58,53,63)
#29252A
(41,37,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #C2B5E7

#C2B5E7
(194,181,231)
#C7BBE9
(199,187,233)
#CCC1EB
(204,193,235)
#D1C7ED
(209,199,237)
#D6CDEF
(214,205,239)
#DBD3F1
(219,211,241)
#E0D9F3
(224,217,243)
#E5DFF5
(229,223,245)
#EAE5F7
(234,229,247)
#EFEBF9
(239,235,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B5E7 color. Also use rgb(194,181,231) instead hex code.

Text Font Color

.myTextColor { color: #C2B5E7; }

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

This text font color is #C2B5E7.


Background Color

.myBgColor { background-color: #C2B5E7; }

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

This div background color is #C2B5E7.


Border color

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

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

This div border color is #C2B5E7.


Opacity

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

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

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

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

This text has shadow with #C2B5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B5E7 on black background.


Color preview on white background

This text has color #C2B5E7 on white background.



Black color preview on #C2B5E7 background

This text has black color on #C2B5E7 background.


White color preview on #C2B5E7 background

This text has white color on #C2B5E7 background.