COLOR #C3CBE8

HEX: #C3CBE8
RGB: (195,203,232)

Color info

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

RGB color model

#C3CBE8 color RGB value is (195,203,232).

  • red value is 195;
  • green value is 203;
  • blue value is 232.
RGB:
(195,203,232)
(76%,80%,91%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 232 of 255 = 91%

195
203
232

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

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 232 = 630 (100%)
R 195 of 630 ~ 30.95%
G 203 of 630 ~ 32.22%
B 232 of 630 ~ 36.83%

%30.95
%32.22
%36.83

CMYK color model

#C3CBE8 color CMYK value is (16,13,0,9).

  • cyan value is 15.95%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(16,13,0,9)
C16M13Y0K9 
(16%,13%,0%,9%)
(0.16/0.13/0.00/0.09)	

CMYK percentages

%15.95
%12.5
%0
%9.02

Codes

Color #C3CBE8 in popluar color models

C3CBE8
RGB195203232
HSL227°44.58%83.73%
HSB/HSV227°15.95%90.98%
CMYK15.95%12.50%0.00%
9.02%

Color #C3CBE8 in popluar number systems.

HEXC3CBE8
Decimal195203232
Binary110000111100101111101000
Octal303313350

Shades and tints

Shades of #C3CBE8

#C3CBE8
(195,203,232)
#B2B9D3
(178,185,211)
#A1A7BE
(161,167,190)
#9095A9
(144,149,169)
#7F8394
(127,131,148)
#6E717F
(110,113,127)
#5D5F6A
(93,95,106)
#4C4D55
(76,77,85)
#3B3B40
(59,59,64)
#2A292B
(42,41,43)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3CBE8

#C3CBE8
(195,203,232)
#C8CFEA
(200,207,234)
#CDD3EC
(205,211,236)
#D2D7EE
(210,215,238)
#D7DBF0
(215,219,240)
#DCDFF2
(220,223,242)
#E1E3F4
(225,227,244)
#E6E7F6
(230,231,246)
#EBEBF8
(235,235,248)
#F0EFFA
(240,239,250)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CBE8 color. Also use rgb(195,203,232) instead hex code.

Text Font Color

.myTextColor { color: #C3CBE8; }

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

This text font color is #C3CBE8.


Background Color

.myBgColor { background-color: #C3CBE8; }

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

This div background color is #C3CBE8.


Border color

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

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

This div border color is #C3CBE8.


Opacity

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

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

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

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

This text has shadow with #C3CBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBE8 on black background.


Color preview on white background

This text has color #C3CBE8 on white background.



Black color preview on #C3CBE8 background

This text has black color on #C3CBE8 background.


White color preview on #C3CBE8 background

This text has white color on #C3CBE8 background.