COLOR #C2B9FF

HEX: #C2B9FF
RGB: (194,185,255)

Color info

#C2B9FF contains mainly blue color. Web safe color of #C2B9FF is #CCCCFF (or #CCF).

RGB color model

#C2B9FF color RGB value is (194,185,255).

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

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 255 of 255 = 100%

194
185
255

R + G + B ~ 83%. #C2B9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 255 = 634 (100%)
R 194 of 634 ~ 30.6%
G 185 of 634 ~ 29.18%
B 255 of 634 ~ 40.22%

%30.6
%29.18
%40.22

CMYK color model

#C2B9FF color CMYK value is (24,27,0,0).

  • cyan value is 23.92%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(24,27,0,0)
C24M27Y0K0 
(24%,27%,0%,0%)
(0.24/0.27/0.00/0.00)	

CMYK percentages

%23.92
%27.45
%0
%0

Codes

Color #C2B9FF in popluar color models

C2B9FF
RGB194185255
HSL248°100.00%86.27%
HSB/HSV248°27.45%100.00%
CMYK23.92%27.45%0.00%
0.00%

Color #C2B9FF in popluar number systems.

HEXC2B9FF
Decimal194185255
Binary110000101011100111111111
Octal302271377

Shades and tints

Shades of #C2B9FF

#C2B9FF
(194,185,255)
#B1A9E8
(177,169,232)
#A099D1
(160,153,209)
#8F89BA
(143,137,186)
#7E79A3
(126,121,163)
#6D698C
(109,105,140)
#5C5975
(92,89,117)
#4B495E
(75,73,94)
#3A3947
(58,57,71)
#292930
(41,41,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2B9FF

#C2B9FF
(194,185,255)
#C7BFFF
(199,191,255)
#CCC5FF
(204,197,255)
#D1CBFF
(209,203,255)
#D6D1FF
(214,209,255)
#DBD7FF
(219,215,255)
#E0DDFF
(224,221,255)
#E5E3FF
(229,227,255)
#EAE9FF
(234,233,255)
#EFEFFF
(239,239,255)
#F4F5FF
(244,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B9FF; }

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

This text font color is #C2B9FF.


Background Color

.myBgColor { background-color: #C2B9FF; }

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

This div background color is #C2B9FF.


Border color

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

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

This div border color is #C2B9FF.


Opacity

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

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

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

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

This text has shadow with #C2B9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B9FF on black background.


Color preview on white background

This text has color #C2B9FF on white background.



Black color preview on #C2B9FF background

This text has black color on #C2B9FF background.


White color preview on #C2B9FF background

This text has white color on #C2B9FF background.