COLOR #C4B2FB

HEX: #C4B2FB
RGB: (196,178,251)

Color info

#C4B2FB contains mainly red and blue colors. Web safe color of #C4B2FB is #CC99FF (or #C9F).

RGB color model

#C4B2FB color RGB value is (196,178,251).

  • red value is 196;
  • green value is 178;
  • blue value is 251.
RGB:
(196,178,251)
(77%,70%,98%)

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 251 of 255 = 98%

196
178
251

R + G + B ~ 82%. #C4B2FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 178 + 251 = 625 (100%)
R 196 of 625 ~ 31.36%
G 178 of 625 ~ 28.48%
B 251 of 625 ~ 40.16%

%31.36
%28.48
%40.16

CMYK color model

#C4B2FB color CMYK value is (22,29,0,2).

  • cyan value is 21.91%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(22,29,0,2)
C22M29Y0K2 
(22%,29%,0%,2%)
(0.22/0.29/0.00/0.02)	

CMYK percentages

%21.91
%29.08
%0
%1.57

Codes

Color #C4B2FB in popluar color models

C4B2FB
RGB196178251
HSL255°90.12%84.12%
HSB/HSV255°29.08%98.43%
CMYK21.91%29.08%0.00%
1.57%

Color #C4B2FB in popluar number systems.

HEXC4B2FB
Decimal196178251
Binary110001001011001011111011
Octal304262373

Shades and tints

Shades of #C4B2FB

#C4B2FB
(196,178,251)
#B3A2E5
(179,162,229)
#A292CF
(162,146,207)
#9182B9
(145,130,185)
#8072A3
(128,114,163)
#6F628D
(111,98,141)
#5E5277
(94,82,119)
#4D4261
(77,66,97)
#3C324B
(60,50,75)
#2B2235
(43,34,53)
#1A121F
(26,18,31)
#000000
(0,0,0)

Tints of #C4B2FB

#C4B2FB
(196,178,251)
#C9B9FB
(201,185,251)
#CEC0FB
(206,192,251)
#D3C7FB
(211,199,251)
#D8CEFB
(216,206,251)
#DDD5FB
(221,213,251)
#E2DCFB
(226,220,251)
#E7E3FB
(231,227,251)
#ECEAFB
(236,234,251)
#F1F1FB
(241,241,251)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B2FB color. Also use rgb(196,178,251) instead hex code.

Text Font Color

.myTextColor { color: #C4B2FB; }

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

This text font color is #C4B2FB.


Background Color

.myBgColor { background-color: #C4B2FB; }

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

This div background color is #C4B2FB.


Border color

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

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

This div border color is #C4B2FB.


Opacity

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

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

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

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

This text has shadow with #C4B2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B2FB on black background.


Color preview on white background

This text has color #C4B2FB on white background.



Black color preview on #C4B2FB background

This text has black color on #C4B2FB background.


White color preview on #C4B2FB background

This text has white color on #C4B2FB background.