COLOR #C2B5F1

HEX: #C2B5F1
RGB: (194,181,241)

Color info

#C2B5F1 contains mainly red and blue colors. Web safe color of #C2B5F1 is #CCCCFF (or #CCF).

RGB color model

#C2B5F1 color RGB value is (194,181,241).

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

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 241 of 255 = 95%

194
181
241

R + G + B ~ 81%. #C2B5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 241 = 616 (100%)
R 194 of 616 ~ 31.49%
G 181 of 616 ~ 29.38%
B 241 of 616 ~ 39.12%

%31.49
%29.38
%39.12

CMYK color model

#C2B5F1 color CMYK value is (20,25,0,5).

  • cyan value is 19.50%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(20,25,0,5)
C20M25Y0K5 
(20%,25%,0%,5%)
(0.20/0.25/0.00/0.05)	

CMYK percentages

%19.5
%24.9
%0
%5.49

Codes

Color #C2B5F1 in popluar color models

C2B5F1
RGB194181241
HSL253°68.18%82.75%
HSB/HSV253°24.90%94.51%
CMYK19.50%24.90%0.00%
5.49%

Color #C2B5F1 in popluar number systems.

HEXC2B5F1
Decimal194181241
Binary110000101011010111110001
Octal302265361

Shades and tints

Shades of #C2B5F1

#C2B5F1
(194,181,241)
#B1A5DC
(177,165,220)
#A095C7
(160,149,199)
#8F85B2
(143,133,178)
#7E759D
(126,117,157)
#6D6588
(109,101,136)
#5C5573
(92,85,115)
#4B455E
(75,69,94)
#3A3549
(58,53,73)
#292534
(41,37,52)
#18151F
(24,21,31)
#000000
(0,0,0)

Tints of #C2B5F1

#C2B5F1
(194,181,241)
#C7BBF2
(199,187,242)
#CCC1F3
(204,193,243)
#D1C7F4
(209,199,244)
#D6CDF5
(214,205,245)
#DBD3F6
(219,211,246)
#E0D9F7
(224,217,247)
#E5DFF8
(229,223,248)
#EAE5F9
(234,229,249)
#EFEBFA
(239,235,250)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B5F1; }

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

This text font color is #C2B5F1.


Background Color

.myBgColor { background-color: #C2B5F1; }

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

This div background color is #C2B5F1.


Border color

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

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

This div border color is #C2B5F1.


Opacity

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

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

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

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

This text has shadow with #C2B5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B5F1 on black background.


Color preview on white background

This text has color #C2B5F1 on white background.



Black color preview on #C2B5F1 background

This text has black color on #C2B5F1 background.


White color preview on #C2B5F1 background

This text has white color on #C2B5F1 background.