COLOR #C4C4FB

HEX: #C4C4FB
RGB: (196,196,251)

Color info

#C4C4FB contains red, green and blue colors in about the same proportion. Web safe color of #C4C4FB is #CCCCFF (or #CCF).

RGB color model

#C4C4FB color RGB value is (196,196,251).

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

RGB channels and saturation

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

196
196
251

R + G + B ~ 84%. #C4C4FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 251 = 643 (100%)
R 196 of 643 ~ 30.48%
G 196 of 643 ~ 30.48%
B 251 of 643 ~ 39.04%

%30.48
%30.48
%39.04

CMYK color model

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

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

CMYK percentages

%21.91
%21.91
%0
%1.57

Codes

Color #C4C4FB in popluar color models

C4C4FB
RGB196196251
HSL240°87.30%87.65%
HSB/HSV240°21.91%98.43%
CMYK21.91%21.91%0.00%
1.57%

Color #C4C4FB in popluar number systems.

HEXC4C4FB
Decimal196196251
Binary110001001100010011111011
Octal304304373

Shades and tints

Shades of #C4C4FB

#C4C4FB
(196,196,251)
#B3B3E5
(179,179,229)
#A2A2CF
(162,162,207)
#9191B9
(145,145,185)
#8080A3
(128,128,163)
#6F6F8D
(111,111,141)
#5E5E77
(94,94,119)
#4D4D61
(77,77,97)
#3C3C4B
(60,60,75)
#2B2B35
(43,43,53)
#1A1A1F
(26,26,31)
#000000
(0,0,0)

Tints of #C4C4FB

#C4C4FB
(196,196,251)
#C9C9FB
(201,201,251)
#CECEFB
(206,206,251)
#D3D3FB
(211,211,251)
#D8D8FB
(216,216,251)
#DDDDFB
(221,221,251)
#E2E2FB
(226,226,251)
#E7E7FB
(231,231,251)
#ECECFB
(236,236,251)
#F1F1FB
(241,241,251)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4FB; }

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

This text font color is #C4C4FB.


Background Color

.myBgColor { background-color: #C4C4FB; }

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

This div background color is #C4C4FB.


Border color

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

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

This div border color is #C4C4FB.


Opacity

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

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

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

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

This text has shadow with #C4C4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C4FB on black background.


Color preview on white background

This text has color #C4C4FB on white background.



Black color preview on #C4C4FB background

This text has black color on #C4C4FB background.


White color preview on #C4C4FB background

This text has white color on #C4C4FB background.