COLOR #C4B2F3

HEX: #C4B2F3
RGB: (196,178,243)

Color info

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

RGB color model

#C4B2F3 color RGB value is (196,178,243).

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

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 243 of 255 = 95%

196
178
243

R + G + B ~ 81%. #C4B2F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 178 + 243 = 617 (100%)
R 196 of 617 ~ 31.77%
G 178 of 617 ~ 28.85%
B 243 of 617 ~ 39.38%

%31.77
%28.85
%39.38

CMYK color model

#C4B2F3 color CMYK value is (19,27,0,5).

  • cyan value is 19.34%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(19,27,0,5)
C19M27Y0K5 
(19%,27%,0%,5%)
(0.19/0.27/0.00/0.05)	

CMYK percentages

%19.34
%26.75
%0
%4.71

Codes

Color #C4B2F3 in popluar color models

C4B2F3
RGB196178243
HSL257°73.03%82.55%
HSB/HSV257°26.75%95.29%
CMYK19.34%26.75%0.00%
4.71%

Color #C4B2F3 in popluar number systems.

HEXC4B2F3
Decimal196178243
Binary110001001011001011110011
Octal304262363

Shades and tints

Shades of #C4B2F3

#C4B2F3
(196,178,243)
#B3A2DD
(179,162,221)
#A292C7
(162,146,199)
#9182B1
(145,130,177)
#80729B
(128,114,155)
#6F6285
(111,98,133)
#5E526F
(94,82,111)
#4D4259
(77,66,89)
#3C3243
(60,50,67)
#2B222D
(43,34,45)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #C4B2F3

#C4B2F3
(196,178,243)
#C9B9F4
(201,185,244)
#CEC0F5
(206,192,245)
#D3C7F6
(211,199,246)
#D8CEF7
(216,206,247)
#DDD5F8
(221,213,248)
#E2DCF9
(226,220,249)
#E7E3FA
(231,227,250)
#ECEAFB
(236,234,251)
#F1F1FC
(241,241,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B2F3; }

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

This text font color is #C4B2F3.


Background Color

.myBgColor { background-color: #C4B2F3; }

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

This div background color is #C4B2F3.


Border color

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

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

This div border color is #C4B2F3.


Opacity

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

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

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

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

This text has shadow with #C4B2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B2F3 on black background.


Color preview on white background

This text has color #C4B2F3 on white background.



Black color preview on #C4B2F3 background

This text has black color on #C4B2F3 background.


White color preview on #C4B2F3 background

This text has white color on #C4B2F3 background.