COLOR #C3B7D8

HEX: #C3B7D8
RGB: (195,183,216)

Color info

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

RGB color model

#C3B7D8 color RGB value is (195,183,216).

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

RGB channels and saturation

R 195 of 255 = 76%
G 183 of 255 = 72%
B 216 of 255 = 85%

195
183
216

R + G + B ~ 78%. #C3B7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 183 + 216 = 594 (100%)
R 195 of 594 ~ 32.83%
G 183 of 594 ~ 30.81%
B 216 of 594 ~ 36.36%

%32.83
%30.81
%36.36

CMYK color model

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

  • cyan value is 9.72%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(10,15,0,15)
C10M15Y0K15 
(10%,15%,0%,15%)
(0.10/0.15/0.00/0.15)	

CMYK percentages

%9.72
%15.28
%0
%15.29

Codes

Color #C3B7D8 in popluar color models

C3B7D8
RGB195183216
HSL262°29.73%78.24%
HSB/HSV262°15.28%84.71%
CMYK9.72%15.28%0.00%
15.29%

Color #C3B7D8 in popluar number systems.

HEXC3B7D8
Decimal195183216
Binary110000111011011111011000
Octal303267330

Shades and tints

Shades of #C3B7D8

#C3B7D8
(195,183,216)
#B2A7C5
(178,167,197)
#A197B2
(161,151,178)
#90879F
(144,135,159)
#7F778C
(127,119,140)
#6E6779
(110,103,121)
#5D5766
(93,87,102)
#4C4753
(76,71,83)
#3B3740
(59,55,64)
#2A272D
(42,39,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #C3B7D8

#C3B7D8
(195,183,216)
#C8BDDB
(200,189,219)
#CDC3DE
(205,195,222)
#D2C9E1
(210,201,225)
#D7CFE4
(215,207,228)
#DCD5E7
(220,213,231)
#E1DBEA
(225,219,234)
#E6E1ED
(230,225,237)
#EBE7F0
(235,231,240)
#F0EDF3
(240,237,243)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B7D8; }

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

This text font color is #C3B7D8.


Background Color

.myBgColor { background-color: #C3B7D8; }

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

This div background color is #C3B7D8.


Border color

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

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

This div border color is #C3B7D8.


Opacity

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

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

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

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

This text has shadow with #C3B7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B7D8 on black background.


Color preview on white background

This text has color #C3B7D8 on white background.



Black color preview on #C3B7D8 background

This text has black color on #C3B7D8 background.


White color preview on #C3B7D8 background

This text has white color on #C3B7D8 background.