COLOR #C4B6FE

HEX: #C4B6FE RGB: (196,182,254)

Color info

#C4B6FE contains mainly red and blue colors. Web safe color of #C4B6FE is #CCCCFF (or #CCF).

RGB color model

#C4B6FE color RGB value is (196,182,254).

RGB: (196,182,254) (77%, 71%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 254 of 255 = 100%

196
182
254

R + G + B ~ 83%. #C4B6FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 182 + 254 = 632 (100%)
R 196 of 632 ~ 31.01%
G 182 of 632 ~ 28.8%
B 254 of 632 ~ 40.19'%

%31.01
%28.8
%40.19

CMYK color model

#C4B6FE color CMYK value is (23,28,0,0).

  • cyan value is 22.83%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (23,28,0,0)
C23M28Y0K0 (23%, 28%, 0%, 0%)
(0.23 / 0.28 / 0.00 / 0.00)

CMYK percentages

%22.83
%28.35
%0
%0.39

Codes

Color #C4B6FE in popluar color models

C4 B6 FE
RGB 196 182 254
HSL 252° 97.30% 85.49%
HSB/HSV 252° 28.35% 99.61%
CMYK 22.83% 28.35% 0.00%
0.39%

Color #C4B6FE in popluar number systems.

HEX C4 B6 FE
Decimal 196 182 254
Binary 11000100 10110110 11111110
Octal 304 266 376

Shades and tints

Shades of #C4B6FE

#C4B6FE
(196,182,254)
#B3A6E7
(179,166,231)
#A296D0
(162,150,208)
#9186B9
(145,134,185)
#8076A2
(128,118,162)
#6F668B
(111,102,139)
#5E5674
(94,86,116)
#4D465D
(77,70,93)
#3C3646
(60,54,70)
#2B262F
(43,38,47)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4B6FE

#C4B6FE
(196,182,254)
#C9BCFE
(201,188,254)
#CEC2FE
(206,194,254)
#D3C8FE
(211,200,254)
#D8CEFE
(216,206,254)
#DDD4FE
(221,212,254)
#E2DAFE
(226,218,254)
#E7E0FE
(231,224,254)
#ECE6FE
(236,230,254)
#F1ECFE
(241,236,254)
#F6F2FE
(246,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6FE; }

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

This text font color is #C4B6FE.

Background Color

.myBgColor { background-color: #C4B6FE; }

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

This div background color is #C4B6FE.

Border color

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

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

This div border color is #C4B6FE.

Opacity

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

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

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

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

This text has shadow with #C4B6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B6FE.

Preview

Color preview on black background

This text has color #C4B6FE on black background.


Color preview on white background

This text has color #C4B6FE on white background.


Black color preview on #C4B6FE background

This text has black color on #C4B6FE background.


White color preview on #C4B6FE background

This text has white color on #C4B6FE background.


Related colors

Complementary color

Complementary color for #hex is #3B4901.


I love getcolorcode.com

Triadic colors

1 #FEC4B6 and #B6FEC4 with #C4B6FE are triadic colors.

2 #FEB6C4 and #B6C4FE with #C4B6FE are triadic colors.