COLOR #C3B7E6

HEX: #C3B7E6
RGB: (195,183,230)

Color info

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

RGB color model

#C3B7E6 color RGB value is (195,183,230).

  • red value is 195;
  • green value is 183;
  • blue value is 230.
RGB:
(195,183,230)
(76%,72%,90%)

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 230 of 255 = 90%

195
183
230

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

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 230 = 608 (100%)
R 195 of 608 ~ 32.07%
G 183 of 608 ~ 30.1%
B 230 of 608 ~ 37.83%

%32.07
%30.1
%37.83

CMYK color model

#C3B7E6 color CMYK value is (15,20,0,10).

  • cyan value is 15.22%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,20,0,10)
C15M20Y0K10 
(15%,20%,0%,10%)
(0.15/0.20/0.00/0.10)	

CMYK percentages

%15.22
%20.43
%0
%9.8

Codes

Color #C3B7E6 in popluar color models

C3B7E6
RGB195183230
HSL255°48.45%80.98%
HSB/HSV255°20.43%90.20%
CMYK15.22%20.43%0.00%
9.80%

Color #C3B7E6 in popluar number systems.

HEXC3B7E6
Decimal195183230
Binary110000111011011111100110
Octal303267346

Shades and tints

Shades of #C3B7E6

#C3B7E6
(195,183,230)
#B2A7D2
(178,167,210)
#A197BE
(161,151,190)
#9087AA
(144,135,170)
#7F7796
(127,119,150)
#6E6782
(110,103,130)
#5D576E
(93,87,110)
#4C475A
(76,71,90)
#3B3746
(59,55,70)
#2A2732
(42,39,50)
#19171E
(25,23,30)
#000000
(0,0,0)

Tints of #C3B7E6

#C3B7E6
(195,183,230)
#C8BDE8
(200,189,232)
#CDC3EA
(205,195,234)
#D2C9EC
(210,201,236)
#D7CFEE
(215,207,238)
#DCD5F0
(220,213,240)
#E1DBF2
(225,219,242)
#E6E1F4
(230,225,244)
#EBE7F6
(235,231,246)
#F0EDF8
(240,237,248)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B7E6 color. Also use rgb(195,183,230) instead hex code.

Text Font Color

.myTextColor { color: #C3B7E6; }

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

This text font color is #C3B7E6.


Background Color

.myBgColor { background-color: #C3B7E6; }

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

This div background color is #C3B7E6.


Border color

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

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

This div border color is #C3B7E6.


Opacity

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

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

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

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

This text has shadow with #C3B7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B7E6 on black background.


Color preview on white background

This text has color #C3B7E6 on white background.



Black color preview on #C3B7E6 background

This text has black color on #C3B7E6 background.


White color preview on #C3B7E6 background

This text has white color on #C3B7E6 background.