COLOR #C4B1D4

HEX: #C4B1D4
RGB: (196,177,212)

Color info

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

RGB color model

#C4B1D4 color RGB value is (196,177,212).

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

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 212 of 255 = 83%

196
177
212

R + G + B ~ 76%. #C4B1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 212 = 585 (100%)
R 196 of 585 ~ 33.5%
G 177 of 585 ~ 30.26%
B 212 of 585 ~ 36.24%

%33.5
%30.26
%36.24

CMYK color model

#C4B1D4 color CMYK value is (8,17,0,17).

  • cyan value is 7.55%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(8,17,0,17)
C8M17Y0K17 
(8%,17%,0%,17%)
(0.08/0.17/0.00/0.17)	

CMYK percentages

%7.55
%16.51
%0
%16.86

Codes

Color #C4B1D4 in popluar color models

C4B1D4
RGB196177212
HSL273°28.93%76.27%
HSB/HSV273°16.51%83.14%
CMYK7.55%16.51%0.00%
16.86%

Color #C4B1D4 in popluar number systems.

HEXC4B1D4
Decimal196177212
Binary110001001011000111010100
Octal304261324

Shades and tints

Shades of #C4B1D4

#C4B1D4
(196,177,212)
#B3A1C1
(179,161,193)
#A291AE
(162,145,174)
#91819B
(145,129,155)
#807188
(128,113,136)
#6F6175
(111,97,117)
#5E5162
(94,81,98)
#4D414F
(77,65,79)
#3C313C
(60,49,60)
#2B2129
(43,33,41)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C4B1D4

#C4B1D4
(196,177,212)
#C9B8D7
(201,184,215)
#CEBFDA
(206,191,218)
#D3C6DD
(211,198,221)
#D8CDE0
(216,205,224)
#DDD4E3
(221,212,227)
#E2DBE6
(226,219,230)
#E7E2E9
(231,226,233)
#ECE9EC
(236,233,236)
#F1F0EF
(241,240,239)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B1D4; }

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

This text font color is #C4B1D4.


Background Color

.myBgColor { background-color: #C4B1D4; }

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

This div background color is #C4B1D4.


Border color

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

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

This div border color is #C4B1D4.


Opacity

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

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

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

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

This text has shadow with #C4B1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B1D4 on black background.


Color preview on white background

This text has color #C4B1D4 on white background.



Black color preview on #C4B1D4 background

This text has black color on #C4B1D4 background.


White color preview on #C4B1D4 background

This text has white color on #C4B1D4 background.