COLOR #C4CAFF

HEX: #C4CAFF
RGB: (196,202,255)

Color info

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

RGB color model

#C4CAFF color RGB value is (196,202,255).

  • red value is 196;
  • green value is 202;
  • blue value is 255.
RGB:
(196,202,255)
(77%,79%,100%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 255 of 255 = 100%

196
202
255

R + G + B ~ 85%. #C4CAFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 255 = 653 (100%)
R 196 of 653 ~ 30.02%
G 202 of 653 ~ 30.93%
B 255 of 653 ~ 39.05%

%30.02
%30.93
%39.05

CMYK color model

#C4CAFF color CMYK value is (23,21,0,0).

  • cyan value is 23.14%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(23,21,0,0)
C23M21Y0K0 
(23%,21%,0%,0%)
(0.23/0.21/0.00/0.00)	

CMYK percentages

%23.14
%20.78
%0
%0

Codes

Color #C4CAFF in popluar color models

C4CAFF
RGB196202255
HSL234°100.00%88.43%
HSB/HSV234°23.14%100.00%
CMYK23.14%20.78%0.00%
0.00%

Color #C4CAFF in popluar number systems.

HEXC4CAFF
Decimal196202255
Binary110001001100101011111111
Octal304312377

Shades and tints

Shades of #C4CAFF

#C4CAFF
(196,202,255)
#B3B8E8
(179,184,232)
#A2A6D1
(162,166,209)
#9194BA
(145,148,186)
#8082A3
(128,130,163)
#6F708C
(111,112,140)
#5E5E75
(94,94,117)
#4D4C5E
(77,76,94)
#3C3A47
(60,58,71)
#2B2830
(43,40,48)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4CAFF

#C4CAFF
(196,202,255)
#C9CEFF
(201,206,255)
#CED2FF
(206,210,255)
#D3D6FF
(211,214,255)
#D8DAFF
(216,218,255)
#DDDEFF
(221,222,255)
#E2E2FF
(226,226,255)
#E7E6FF
(231,230,255)
#ECEAFF
(236,234,255)
#F1EEFF
(241,238,255)
#F6F2FF
(246,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAFF; }

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

This text font color is #C4CAFF.


Background Color

.myBgColor { background-color: #C4CAFF; }

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

This div background color is #C4CAFF.


Border color

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

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

This div border color is #C4CAFF.


Opacity

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

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

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

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

This text has shadow with #C4CAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAFF on black background.


Color preview on white background

This text has color #C4CAFF on white background.



Black color preview on #C4CAFF background

This text has black color on #C4CAFF background.


White color preview on #C4CAFF background

This text has white color on #C4CAFF background.