COLOR #C3B8D8

HEX: #C3B8D8
RGB: (195,184,216)

Color info

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

RGB color model

#C3B8D8 color RGB value is (195,184,216).

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

RGB channels and saturation

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

195
184
216

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

Portions of RGB colors in percentages

R + G + B =
195 + 184 + 216 = 595 (100%)
R 195 of 595 ~ 32.77%
G 184 of 595 ~ 30.92%
B 216 of 595 ~ 36.3%

%32.77
%30.92
%36.3

CMYK color model

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

  • cyan value is 9.72%
  • magenta value is 14.81%
  • 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
%14.81
%0
%15.29

Codes

Color #C3B8D8 in popluar color models

C3B8D8
RGB195184216
HSL261°29.09%78.43%
HSB/HSV261°14.81%84.71%
CMYK9.72%14.81%0.00%
15.29%

Color #C3B8D8 in popluar number systems.

HEXC3B8D8
Decimal195184216
Binary110000111011100011011000
Octal303270330

Shades and tints

Shades of #C3B8D8

#C3B8D8
(195,184,216)
#B2A8C5
(178,168,197)
#A198B2
(161,152,178)
#90889F
(144,136,159)
#7F788C
(127,120,140)
#6E6879
(110,104,121)
#5D5866
(93,88,102)
#4C4853
(76,72,83)
#3B3840
(59,56,64)
#2A282D
(42,40,45)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #C3B8D8

#C3B8D8
(195,184,216)
#C8BEDB
(200,190,219)
#CDC4DE
(205,196,222)
#D2CAE1
(210,202,225)
#D7D0E4
(215,208,228)
#DCD6E7
(220,214,231)
#E1DCEA
(225,220,234)
#E6E2ED
(230,226,237)
#EBE8F0
(235,232,240)
#F0EEF3
(240,238,243)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B8D8; }

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

This text font color is #C3B8D8.


Background Color

.myBgColor { background-color: #C3B8D8; }

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

This div background color is #C3B8D8.


Border color

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

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

This div border color is #C3B8D8.


Opacity

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

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

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

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

This text has shadow with #C3B8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B8D8 on black background.


Color preview on white background

This text has color #C3B8D8 on white background.



Black color preview on #C3B8D8 background

This text has black color on #C3B8D8 background.


White color preview on #C3B8D8 background

This text has white color on #C3B8D8 background.