COLOR #C3B7E4

HEX: #C3B7E4
RGB: (195,183,228)

Color info

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

RGB color model

#C3B7E4 color RGB value is (195,183,228).

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

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 228 of 255 = 89%

195
183
228

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

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 228 = 606 (100%)
R 195 of 606 ~ 32.18%
G 183 of 606 ~ 30.2%
B 228 of 606 ~ 37.62%

%32.18
%30.2
%37.62

CMYK color model

#C3B7E4 color CMYK value is (14,20,0,11).

  • cyan value is 14.47%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,20,0,11)
C14M20Y0K11 
(14%,20%,0%,11%)
(0.14/0.20/0.00/0.11)	

CMYK percentages

%14.47
%19.74
%0
%10.59

Codes

Color #C3B7E4 in popluar color models

C3B7E4
RGB195183228
HSL256°45.45%80.59%
HSB/HSV256°19.74%89.41%
CMYK14.47%19.74%0.00%
10.59%

Color #C3B7E4 in popluar number systems.

HEXC3B7E4
Decimal195183228
Binary110000111011011111100100
Octal303267344

Shades and tints

Shades of #C3B7E4

#C3B7E4
(195,183,228)
#B2A7D0
(178,167,208)
#A197BC
(161,151,188)
#9087A8
(144,135,168)
#7F7794
(127,119,148)
#6E6780
(110,103,128)
#5D576C
(93,87,108)
#4C4758
(76,71,88)
#3B3744
(59,55,68)
#2A2730
(42,39,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #C3B7E4

#C3B7E4
(195,183,228)
#C8BDE6
(200,189,230)
#CDC3E8
(205,195,232)
#D2C9EA
(210,201,234)
#D7CFEC
(215,207,236)
#DCD5EE
(220,213,238)
#E1DBF0
(225,219,240)
#E6E1F2
(230,225,242)
#EBE7F4
(235,231,244)
#F0EDF6
(240,237,246)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B7E4; }

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

This text font color is #C3B7E4.


Background Color

.myBgColor { background-color: #C3B7E4; }

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

This div background color is #C3B7E4.


Border color

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

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

This div border color is #C3B7E4.


Opacity

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

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

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

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

This text has shadow with #C3B7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B7E4 on black background.


Color preview on white background

This text has color #C3B7E4 on white background.



Black color preview on #C3B7E4 background

This text has black color on #C3B7E4 background.


White color preview on #C3B7E4 background

This text has white color on #C3B7E4 background.