COLOR #C4B1DC

HEX: #C4B1DC
RGB: (196,177,220)

Color info

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

RGB color model

#C4B1DC color RGB value is (196,177,220).

  • red value is 196;
  • green value is 177;
  • blue value is 220.
RGB:
(196,177,220)
(77%,69%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 220 of 255 = 86%

196
177
220

R + G + B ~ 77%. #C4B1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 220 = 593 (100%)
R 196 of 593 ~ 33.05%
G 177 of 593 ~ 29.85%
B 220 of 593 ~ 37.1%

%33.05
%29.85
%37.1

CMYK color model

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

  • cyan value is 10.91%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,20,0,14)
C11M20Y0K14 
(11%,20%,0%,14%)
(0.11/0.20/0.00/0.14)	

CMYK percentages

%10.91
%19.55
%0
%13.73

Codes

Color #C4B1DC in popluar color models

C4B1DC
RGB196177220
HSL267°38.05%77.84%
HSB/HSV267°19.55%86.27%
CMYK10.91%19.55%0.00%
13.73%

Color #C4B1DC in popluar number systems.

HEXC4B1DC
Decimal196177220
Binary110001001011000111011100
Octal304261334

Shades and tints

Shades of #C4B1DC

#C4B1DC
(196,177,220)
#B3A1C8
(179,161,200)
#A291B4
(162,145,180)
#9181A0
(145,129,160)
#80718C
(128,113,140)
#6F6178
(111,97,120)
#5E5164
(94,81,100)
#4D4150
(77,65,80)
#3C313C
(60,49,60)
#2B2128
(43,33,40)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C4B1DC

#C4B1DC
(196,177,220)
#C9B8DF
(201,184,223)
#CEBFE2
(206,191,226)
#D3C6E5
(211,198,229)
#D8CDE8
(216,205,232)
#DDD4EB
(221,212,235)
#E2DBEE
(226,219,238)
#E7E2F1
(231,226,241)
#ECE9F4
(236,233,244)
#F1F0F7
(241,240,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B1DC color. Also use rgb(196,177,220) instead hex code.

Text Font Color

.myTextColor { color: #C4B1DC; }

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

This text font color is #C4B1DC.


Background Color

.myBgColor { background-color: #C4B1DC; }

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

This div background color is #C4B1DC.


Border color

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

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

This div border color is #C4B1DC.


Opacity

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

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

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

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

This text has shadow with #C4B1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B1DC on black background.


Color preview on white background

This text has color #C4B1DC on white background.



Black color preview on #C4B1DC background

This text has black color on #C4B1DC background.


White color preview on #C4B1DC background

This text has white color on #C4B1DC background.