COLOR #C4B2FE

HEX: #C4B2FE RGB: (196,178,254)

Color info

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

RGB color model

#C4B2FE color RGB value is (196,178,254).

RGB: (196,178,254) (77%, 70%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 254 of 255 = 100%

196
178
254

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

Portions of RGB colors in percentages

R + G + B = 196 + 178 + 254 = 628 (100%)
R 196 of 628 ~ 31.21%
G 178 of 628 ~ 28.34%
B 254 of 628 ~ 40.45'%

%31.21
%28.34
%40.45

CMYK color model

#C4B2FE color CMYK value is (23,30,0,0).

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

CMYK: (23,30,0,0)
C23M30Y0K0 (23%, 30%, 0%, 0%)
(0.23 / 0.30 / 0.00 / 0.00)

CMYK percentages

%22.83
%29.92
%0
%0.39

Codes

Color #C4B2FE in popluar color models

C4 B2 FE
RGB 196 178 254
HSL 254° 97.44% 84.71%
HSB/HSV 254° 29.92% 99.61%
CMYK 22.83% 29.92% 0.00%
0.39%

Color #C4B2FE in popluar number systems.

HEX C4 B2 FE
Decimal 196 178 254
Binary 11000100 10110010 11111110
Octal 304 262 376

Shades and tints

Shades of #C4B2FE

#C4B2FE
(196,178,254)
#B3A2E7
(179,162,231)
#A292D0
(162,146,208)
#9182B9
(145,130,185)
#8072A2
(128,114,162)
#6F628B
(111,98,139)
#5E5274
(94,82,116)
#4D425D
(77,66,93)
#3C3246
(60,50,70)
#2B222F
(43,34,47)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #C4B2FE

#C4B2FE
(196,178,254)
#C9B9FE
(201,185,254)
#CEC0FE
(206,192,254)
#D3C7FE
(211,199,254)
#D8CEFE
(216,206,254)
#DDD5FE
(221,213,254)
#E2DCFE
(226,220,254)
#E7E3FE
(231,227,254)
#ECEAFE
(236,234,254)
#F1F1FE
(241,241,254)
#F6F8FE
(246,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B2FE; }

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

This text font color is #C4B2FE.

Background Color

.myBgColor { background-color: #C4B2FE; }

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

This div background color is #C4B2FE.

Border color

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

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

This div border color is #C4B2FE.

Opacity

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

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

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

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

This text has shadow with #C4B2FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B2FE.

Preview

Color preview on black background

This text has color #C4B2FE on black background.


Color preview on white background

This text has color #C4B2FE on white background.


Black color preview on #C4B2FE background

This text has black color on #C4B2FE background.


White color preview on #C4B2FE background

This text has white color on #C4B2FE background.


Related colors

Complementary color

Complementary color for #hex is #3B4D01.


I love getcolorcode.com

Triadic colors

1 #FEC4B2 and #B2FEC4 with #C4B2FE are triadic colors.

2 #FEB2C4 and #B2C4FE with #C4B2FE are triadic colors.