COLOR #C3C8E4

HEX: #C3C8E4
RGB: (195,200,228)

Color info

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

RGB color model

#C3C8E4 color RGB value is (195,200,228).

  • red value is 195;
  • green value is 200;
  • blue value is 228.
RGB:
(195,200,228)
(76%,78%,89%)

RGB channels and saturation

R 195 of 255 = 76%
G 200 of 255 = 78%
B 228 of 255 = 89%

195
200
228

R + G + B ~ 81%. #C3C8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 200 + 228 = 623 (100%)
R 195 of 623 ~ 31.3%
G 200 of 623 ~ 32.1%
B 228 of 623 ~ 36.6%

%31.3
%32.1
%36.6

CMYK color model

#C3C8E4 color CMYK value is (14,12,0,11).

  • cyan value is 14.47%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,12,0,11)
C14M12Y0K11 
(14%,12%,0%,11%)
(0.14/0.12/0.00/0.11)	

CMYK percentages

%14.47
%12.28
%0
%10.59

Codes

Color #C3C8E4 in popluar color models

C3C8E4
RGB195200228
HSL231°37.93%82.94%
HSB/HSV231°14.47%89.41%
CMYK14.47%12.28%0.00%
10.59%

Color #C3C8E4 in popluar number systems.

HEXC3C8E4
Decimal195200228
Binary110000111100100011100100
Octal303310344

Shades and tints

Shades of #C3C8E4

#C3C8E4
(195,200,228)
#B2B6D0
(178,182,208)
#A1A4BC
(161,164,188)
#9092A8
(144,146,168)
#7F8094
(127,128,148)
#6E6E80
(110,110,128)
#5D5C6C
(93,92,108)
#4C4A58
(76,74,88)
#3B3844
(59,56,68)
#2A2630
(42,38,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #C3C8E4

#C3C8E4
(195,200,228)
#C8CDE6
(200,205,230)
#CDD2E8
(205,210,232)
#D2D7EA
(210,215,234)
#D7DCEC
(215,220,236)
#DCE1EE
(220,225,238)
#E1E6F0
(225,230,240)
#E6EBF2
(230,235,242)
#EBF0F4
(235,240,244)
#F0F5F6
(240,245,246)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C8E4 color. Also use rgb(195,200,228) instead hex code.

Text Font Color

.myTextColor { color: #C3C8E4; }

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

This text font color is #C3C8E4.


Background Color

.myBgColor { background-color: #C3C8E4; }

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

This div background color is #C3C8E4.


Border color

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

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

This div border color is #C3C8E4.


Opacity

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

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

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

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

This text has shadow with #C3C8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C8E4 on black background.


Color preview on white background

This text has color #C3C8E4 on white background.



Black color preview on #C3C8E4 background

This text has black color on #C3C8E4 background.


White color preview on #C3C8E4 background

This text has white color on #C3C8E4 background.