COLOR #C4B6D5

HEX: #C4B6D5
RGB: (196,182,213)

Color info

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

RGB color model

#C4B6D5 color RGB value is (196,182,213).

  • red value is 196;
  • green value is 182;
  • blue value is 213.
RGB:
(196,182,213)
(77%,71%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 213 of 255 = 84%

196
182
213

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

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 213 = 591 (100%)
R 196 of 591 ~ 33.16%
G 182 of 591 ~ 30.8%
B 213 of 591 ~ 36.04%

%33.16
%30.8
%36.04

CMYK color model

#C4B6D5 color CMYK value is (8,15,0,16).

  • cyan value is 7.98%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,15,0,16)
C8M15Y0K16 
(8%,15%,0%,16%)
(0.08/0.15/0.00/0.16)	

CMYK percentages

%7.98
%14.55
%0
%16.47

Codes

Color #C4B6D5 in popluar color models

C4B6D5
RGB196182213
HSL267°26.96%77.45%
HSB/HSV267°14.55%83.53%
CMYK7.98%14.55%0.00%
16.47%

Color #C4B6D5 in popluar number systems.

HEXC4B6D5
Decimal196182213
Binary110001001011011011010101
Octal304266325

Shades and tints

Shades of #C4B6D5

#C4B6D5
(196,182,213)
#B3A6C2
(179,166,194)
#A296AF
(162,150,175)
#91869C
(145,134,156)
#807689
(128,118,137)
#6F6676
(111,102,118)
#5E5663
(94,86,99)
#4D4650
(77,70,80)
#3C363D
(60,54,61)
#2B262A
(43,38,42)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4B6D5

#C4B6D5
(196,182,213)
#C9BCD8
(201,188,216)
#CEC2DB
(206,194,219)
#D3C8DE
(211,200,222)
#D8CEE1
(216,206,225)
#DDD4E4
(221,212,228)
#E2DAE7
(226,218,231)
#E7E0EA
(231,224,234)
#ECE6ED
(236,230,237)
#F1ECF0
(241,236,240)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B6D5 color. Also use rgb(196,182,213) instead hex code.

Text Font Color

.myTextColor { color: #C4B6D5; }

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

This text font color is #C4B6D5.


Background Color

.myBgColor { background-color: #C4B6D5; }

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

This div background color is #C4B6D5.


Border color

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

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

This div border color is #C4B6D5.


Opacity

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

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

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

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

This text has shadow with #C4B6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B6D5 on black background.


Color preview on white background

This text has color #C4B6D5 on white background.



Black color preview on #C4B6D5 background

This text has black color on #C4B6D5 background.


White color preview on #C4B6D5 background

This text has white color on #C4B6D5 background.