COLOR #C3B7E9

HEX: #C3B7E9
RGB: (195,183,233)

Color info

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

RGB color model

#C3B7E9 color RGB value is (195,183,233).

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

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 233 of 255 = 91%

195
183
233

R + G + B ~ 80%. #C3B7E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 233 = 611 (100%)
R 195 of 611 ~ 31.91%
G 183 of 611 ~ 29.95%
B 233 of 611 ~ 38.13%

%31.91
%29.95
%38.13

CMYK color model

#C3B7E9 color CMYK value is (16,21,0,9).

  • cyan value is 16.31%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(16,21,0,9)
C16M21Y0K9 
(16%,21%,0%,9%)
(0.16/0.21/0.00/0.09)	

CMYK percentages

%16.31
%21.46
%0
%8.63

Codes

Color #C3B7E9 in popluar color models

C3B7E9
RGB195183233
HSL254°53.19%81.57%
HSB/HSV254°21.46%91.37%
CMYK16.31%21.46%0.00%
8.63%

Color #C3B7E9 in popluar number systems.

HEXC3B7E9
Decimal195183233
Binary110000111011011111101001
Octal303267351

Shades and tints

Shades of #C3B7E9

#C3B7E9
(195,183,233)
#B2A7D4
(178,167,212)
#A197BF
(161,151,191)
#9087AA
(144,135,170)
#7F7795
(127,119,149)
#6E6780
(110,103,128)
#5D576B
(93,87,107)
#4C4756
(76,71,86)
#3B3741
(59,55,65)
#2A272C
(42,39,44)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3B7E9

#C3B7E9
(195,183,233)
#C8BDEB
(200,189,235)
#CDC3ED
(205,195,237)
#D2C9EF
(210,201,239)
#D7CFF1
(215,207,241)
#DCD5F3
(220,213,243)
#E1DBF5
(225,219,245)
#E6E1F7
(230,225,247)
#EBE7F9
(235,231,249)
#F0EDFB
(240,237,251)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B7E9; }

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

This text font color is #C3B7E9.


Background Color

.myBgColor { background-color: #C3B7E9; }

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

This div background color is #C3B7E9.


Border color

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

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

This div border color is #C3B7E9.


Opacity

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

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

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

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

This text has shadow with #C3B7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B7E9 on black background.


Color preview on white background

This text has color #C3B7E9 on white background.



Black color preview on #C3B7E9 background

This text has black color on #C3B7E9 background.


White color preview on #C3B7E9 background

This text has white color on #C3B7E9 background.