COLOR #C3C6EB

HEX: #C3C6EB
RGB: (195,198,235)

Color info

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

RGB color model

#C3C6EB color RGB value is (195,198,235).

  • red value is 195;
  • green value is 198;
  • blue value is 235.
RGB:
(195,198,235)
(76%,78%,92%)

RGB channels and saturation

R 195 of 255 = 76%
G 198 of 255 = 78%
B 235 of 255 = 92%

195
198
235

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

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 235 = 628 (100%)
R 195 of 628 ~ 31.05%
G 198 of 628 ~ 31.53%
B 235 of 628 ~ 37.42%

%31.05
%31.53
%37.42

CMYK color model

#C3C6EB color CMYK value is (17,16,0,8).

  • cyan value is 17.02%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,16,0,8)
C17M16Y0K8 
(17%,16%,0%,8%)
(0.17/0.16/0.00/0.08)	

CMYK percentages

%17.02
%15.74
%0
%7.84

Codes

Color #C3C6EB in popluar color models

C3C6EB
RGB195198235
HSL236°50.00%84.31%
HSB/HSV236°17.02%92.16%
CMYK17.02%15.74%0.00%
7.84%

Color #C3C6EB in popluar number systems.

HEXC3C6EB
Decimal195198235
Binary110000111100011011101011
Octal303306353

Shades and tints

Shades of #C3C6EB

#C3C6EB
(195,198,235)
#B2B4D6
(178,180,214)
#A1A2C1
(161,162,193)
#9090AC
(144,144,172)
#7F7E97
(127,126,151)
#6E6C82
(110,108,130)
#5D5A6D
(93,90,109)
#4C4858
(76,72,88)
#3B3643
(59,54,67)
#2A242E
(42,36,46)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #C3C6EB

#C3C6EB
(195,198,235)
#C8CBEC
(200,203,236)
#CDD0ED
(205,208,237)
#D2D5EE
(210,213,238)
#D7DAEF
(215,218,239)
#DCDFF0
(220,223,240)
#E1E4F1
(225,228,241)
#E6E9F2
(230,233,242)
#EBEEF3
(235,238,243)
#F0F3F4
(240,243,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C6EB color. Also use rgb(195,198,235) instead hex code.

Text Font Color

.myTextColor { color: #C3C6EB; }

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

This text font color is #C3C6EB.


Background Color

.myBgColor { background-color: #C3C6EB; }

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

This div background color is #C3C6EB.


Border color

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

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

This div border color is #C3C6EB.


Opacity

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

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

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

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

This text has shadow with #C3C6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C6EB on black background.


Color preview on white background

This text has color #C3C6EB on white background.



Black color preview on #C3C6EB background

This text has black color on #C3C6EB background.


White color preview on #C3C6EB background

This text has white color on #C3C6EB background.