COLOR #C4CBF1

HEX: #C4CBF1
RGB: (196,203,241)

Color info

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

RGB color model

#C4CBF1 color RGB value is (196,203,241).

  • red value is 196;
  • green value is 203;
  • blue value is 241.
RGB:
(196,203,241)
(77%,80%,95%)

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 241 of 255 = 95%

196
203
241

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

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 241 = 640 (100%)
R 196 of 640 ~ 30.63%
G 203 of 640 ~ 31.72%
B 241 of 640 ~ 37.66%

%30.63
%31.72
%37.66

CMYK color model

#C4CBF1 color CMYK value is (19,16,0,5).

  • cyan value is 18.67%
  • magenta value is 15.77%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,16,0,5)
C19M16Y0K5 
(19%,16%,0%,5%)
(0.19/0.16/0.00/0.05)	

CMYK percentages

%18.67
%15.77
%0
%5.49

Codes

Color #C4CBF1 in popluar color models

C4CBF1
RGB196203241
HSL231°61.64%85.69%
HSB/HSV231°18.67%94.51%
CMYK18.67%15.77%0.00%
5.49%

Color #C4CBF1 in popluar number systems.

HEXC4CBF1
Decimal196203241
Binary110001001100101111110001
Octal304313361

Shades and tints

Shades of #C4CBF1

#C4CBF1
(196,203,241)
#B3B9DC
(179,185,220)
#A2A7C7
(162,167,199)
#9195B2
(145,149,178)
#80839D
(128,131,157)
#6F7188
(111,113,136)
#5E5F73
(94,95,115)
#4D4D5E
(77,77,94)
#3C3B49
(60,59,73)
#2B2934
(43,41,52)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #C4CBF1

#C4CBF1
(196,203,241)
#C9CFF2
(201,207,242)
#CED3F3
(206,211,243)
#D3D7F4
(211,215,244)
#D8DBF5
(216,219,245)
#DDDFF6
(221,223,246)
#E2E3F7
(226,227,247)
#E7E7F8
(231,231,248)
#ECEBF9
(236,235,249)
#F1EFFA
(241,239,250)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CBF1; }

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

This text font color is #C4CBF1.


Background Color

.myBgColor { background-color: #C4CBF1; }

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

This div background color is #C4CBF1.


Border color

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

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

This div border color is #C4CBF1.


Opacity

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

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

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

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

This text has shadow with #C4CBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBF1 on black background.


Color preview on white background

This text has color #C4CBF1 on white background.



Black color preview on #C4CBF1 background

This text has black color on #C4CBF1 background.


White color preview on #C4CBF1 background

This text has white color on #C4CBF1 background.