COLOR #C4B6E6

HEX: #C4B6E6
RGB: (196,182,230)

Color info

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

RGB color model

#C4B6E6 color RGB value is (196,182,230).

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

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 230 of 255 = 90%

196
182
230

R + G + B ~ 79%. #C4B6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 230 = 608 (100%)
R 196 of 608 ~ 32.24%
G 182 of 608 ~ 29.93%
B 230 of 608 ~ 37.83%

%32.24
%29.93
%37.83

CMYK color model

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

  • cyan value is 14.78%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (15,21,0,10) C15M21Y0K10 (15%,21%,0%,10%) (0.15/0.21/0.00/0.10)

CMYK percentages

%14.78
%20.87
%0
%9.8

Codes

Color #C4B6E6 in popluar color models

C4B6E6
RGB196182230
HSL258°48.98%80.78%
HSB/HSV258°20.87%90.20%
CMYK14.78%20.87%0.00%
9.80%

Color #C4B6E6 in popluar number systems.

HEXC4B6E6
Decimal196182230
Binary110001001011011011100110
Octal304266346

Shades and tints

Shades of #C4B6E6

#C4B6E6
(196,182,230)
#B3A6D2
(179,166,210)
#A296BE
(162,150,190)
#9186AA
(145,134,170)
#807696
(128,118,150)
#6F6682
(111,102,130)
#5E566E
(94,86,110)
#4D465A
(77,70,90)
#3C3646
(60,54,70)
#2B2632
(43,38,50)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #C4B6E6

#C4B6E6
(196,182,230)
#C9BCE8
(201,188,232)
#CEC2EA
(206,194,234)
#D3C8EC
(211,200,236)
#D8CEEE
(216,206,238)
#DDD4F0
(221,212,240)
#E2DAF2
(226,218,242)
#E7E0F4
(231,224,244)
#ECE6F6
(236,230,246)
#F1ECF8
(241,236,248)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6E6; }

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

This text font color is #C4B6E6.


Background Color

.myBgColor { background-color: #C4B6E6; }

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

This div background color is #C4B6E6.


Border color

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

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

This div border color is #C4B6E6.


Opacity

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

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

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

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

This text has shadow with #C4B6E6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4B6E6 on black background.


Color preview on white background

This text has color #C4B6E6 on white background.



Black color preview on #C4B6E6 background

This text has black color on #C4B6E6 background.


White color preview on #C4B6E6 background

This text has white color on #C4B6E6 background.