COLOR #C4B3DB

HEX: #C4B3DB
RGB: (196,179,219)

Color info

#C4B3DB contains red, green and blue colors in about the same proportion. Web safe color of #C4B3DB is #CC99CC (or #C9C).

RGB color model

#C4B3DB color RGB value is (196,179,219).

  • red value is 196;
  • green value is 179;
  • blue value is 219.
RGB:
(196,179,219)
(77%,70%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 219 of 255 = 86%

196
179
219

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

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 219 = 594 (100%)
R 196 of 594 ~ 33%
G 179 of 594 ~ 30.13%
B 219 of 594 ~ 36.87%

%33
%30.13
%36.87

CMYK color model

#C4B3DB color CMYK value is (11,18,0,14).

  • cyan value is 10.50%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,18,0,14)
C11M18Y0K14 
(11%,18%,0%,14%)
(0.11/0.18/0.00/0.14)	

CMYK percentages

%10.5
%18.26
%0
%14.12

Codes

Color #C4B3DB in popluar color models

C4B3DB
RGB196179219
HSL266°35.71%78.04%
HSB/HSV266°18.26%85.88%
CMYK10.50%18.26%0.00%
14.12%

Color #C4B3DB in popluar number systems.

HEXC4B3DB
Decimal196179219
Binary110001001011001111011011
Octal304263333

Shades and tints

Shades of #C4B3DB

#C4B3DB
(196,179,219)
#B3A3C8
(179,163,200)
#A293B5
(162,147,181)
#9183A2
(145,131,162)
#80738F
(128,115,143)
#6F637C
(111,99,124)
#5E5369
(94,83,105)
#4D4356
(77,67,86)
#3C3343
(60,51,67)
#2B2330
(43,35,48)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #C4B3DB

#C4B3DB
(196,179,219)
#C9B9DE
(201,185,222)
#CEBFE1
(206,191,225)
#D3C5E4
(211,197,228)
#D8CBE7
(216,203,231)
#DDD1EA
(221,209,234)
#E2D7ED
(226,215,237)
#E7DDF0
(231,221,240)
#ECE3F3
(236,227,243)
#F1E9F6
(241,233,246)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B3DB color. Also use rgb(196,179,219) instead hex code.

Text Font Color

.myTextColor { color: #C4B3DB; }

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

This text font color is #C4B3DB.


Background Color

.myBgColor { background-color: #C4B3DB; }

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

This div background color is #C4B3DB.


Border color

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

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

This div border color is #C4B3DB.


Opacity

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

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

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

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

This text has shadow with #C4B3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B3DB on black background.


Color preview on white background

This text has color #C4B3DB on white background.



Black color preview on #C4B3DB background

This text has black color on #C4B3DB background.


White color preview on #C4B3DB background

This text has white color on #C4B3DB background.