COLOR #C4CBE1

HEX: #C4CBE1
RGB: (196,203,225)

Color info

#C4CBE1 contains red, green and blue colors in about the same proportion. Web safe color of #C4CBE1 is #CCCCCC (or #CCC).

RGB color model

#C4CBE1 color RGB value is (196,203,225).

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

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 225 of 255 = 88%

196
203
225

R + G + B ~ 82%. #C4CBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 225 = 624 (100%)
R 196 of 624 ~ 31.41%
G 203 of 624 ~ 32.53%
B 225 of 624 ~ 36.06%

%31.41
%32.53
%36.06

CMYK color model

#C4CBE1 color CMYK value is (13,10,0,12).

  • cyan value is 12.89%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,10,0,12)
C13M10Y0K12 
(13%,10%,0%,12%)
(0.13/0.10/0.00/0.12)	

CMYK percentages

%12.89
%9.78
%0
%11.76

Codes

Color #C4CBE1 in popluar color models

C4CBE1
RGB196203225
HSL226°32.58%82.55%
HSB/HSV226°12.89%88.24%
CMYK12.89%9.78%0.00%
11.76%

Color #C4CBE1 in popluar number systems.

HEXC4CBE1
Decimal196203225
Binary110001001100101111100001
Octal304313341

Shades and tints

Shades of #C4CBE1

#C4CBE1
(196,203,225)
#B3B9CD
(179,185,205)
#A2A7B9
(162,167,185)
#9195A5
(145,149,165)
#808391
(128,131,145)
#6F717D
(111,113,125)
#5E5F69
(94,95,105)
#4D4D55
(77,77,85)
#3C3B41
(60,59,65)
#2B292D
(43,41,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4CBE1

#C4CBE1
(196,203,225)
#C9CFE3
(201,207,227)
#CED3E5
(206,211,229)
#D3D7E7
(211,215,231)
#D8DBE9
(216,219,233)
#DDDFEB
(221,223,235)
#E2E3ED
(226,227,237)
#E7E7EF
(231,231,239)
#ECEBF1
(236,235,241)
#F1EFF3
(241,239,243)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CBE1; }

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

This text font color is #C4CBE1.


Background Color

.myBgColor { background-color: #C4CBE1; }

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

This div background color is #C4CBE1.


Border color

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

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

This div border color is #C4CBE1.


Opacity

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

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

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

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

This text has shadow with #C4CBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBE1 on black background.


Color preview on white background

This text has color #C4CBE1 on white background.



Black color preview on #C4CBE1 background

This text has black color on #C4CBE1 background.


White color preview on #C4CBE1 background

This text has white color on #C4CBE1 background.