COLOR #C4BBFD

HEX: #C4BBFD
RGB: (196,187,253)

Color info

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

RGB color model

#C4BBFD color RGB value is (196,187,253).

  • red value is 196;
  • green value is 187;
  • blue value is 253.
RGB:
(196,187,253)
(77%,73%,99%)

RGB channels and saturation

R 196 of 255 = 77%
G 187 of 255 = 73%
B 253 of 255 = 99%

196
187
253

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

Portions of RGB colors in percentages

R + G + B =
196 + 187 + 253 = 636 (100%)
R 196 of 636 ~ 30.82%
G 187 of 636 ~ 29.4%
B 253 of 636 ~ 39.78%

%30.82
%29.4
%39.78

CMYK color model

#C4BBFD color CMYK value is (23,26,0,1).

  • cyan value is 22.53%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(23,26,0,1)
C23M26Y0K1 
(23%,26%,0%,1%)
(0.23/0.26/0.00/0.01)	

CMYK percentages

%22.53
%26.09
%0
%0.78

Codes

Color #C4BBFD in popluar color models

C4BBFD
RGB196187253
HSL248°94.29%86.27%
HSB/HSV248°26.09%99.22%
CMYK22.53%26.09%0.00%
0.78%

Color #C4BBFD in popluar number systems.

HEXC4BBFD
Decimal196187253
Binary110001001011101111111101
Octal304273375

Shades and tints

Shades of #C4BBFD

#C4BBFD
(196,187,253)
#B3AAE6
(179,170,230)
#A299CF
(162,153,207)
#9188B8
(145,136,184)
#8077A1
(128,119,161)
#6F668A
(111,102,138)
#5E5573
(94,85,115)
#4D445C
(77,68,92)
#3C3345
(60,51,69)
#2B222E
(43,34,46)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #C4BBFD

#C4BBFD
(196,187,253)
#C9C1FD
(201,193,253)
#CEC7FD
(206,199,253)
#D3CDFD
(211,205,253)
#D8D3FD
(216,211,253)
#DDD9FD
(221,217,253)
#E2DFFD
(226,223,253)
#E7E5FD
(231,229,253)
#ECEBFD
(236,235,253)
#F1F1FD
(241,241,253)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BBFD color. Also use rgb(196,187,253) instead hex code.

Text Font Color

.myTextColor { color: #C4BBFD; }

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

This text font color is #C4BBFD.


Background Color

.myBgColor { background-color: #C4BBFD; }

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

This div background color is #C4BBFD.


Border color

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

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

This div border color is #C4BBFD.


Opacity

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

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

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

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

This text has shadow with #C4BBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BBFD on black background.


Color preview on white background

This text has color #C4BBFD on white background.



Black color preview on #C4BBFD background

This text has black color on #C4BBFD background.


White color preview on #C4BBFD background

This text has white color on #C4BBFD background.