COLOR #C3CAEC

HEX: #C3CAEC
RGB: (195,202,236)

Color info

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

RGB color model

#C3CAEC color RGB value is (195,202,236).

  • red value is 195;
  • green value is 202;
  • blue value is 236.
RGB:
(195,202,236)
(76%,79%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 236 of 255 = 93%

195
202
236

R + G + B ~ 83%. #C3CAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 202 + 236 = 633 (100%)
R 195 of 633 ~ 30.81%
G 202 of 633 ~ 31.91%
B 236 of 633 ~ 37.28%

%30.81
%31.91
%37.28

CMYK color model

#C3CAEC color CMYK value is (17,14,0,7).

  • cyan value is 17.37%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,14,0,7)
C17M14Y0K7 
(17%,14%,0%,7%)
(0.17/0.14/0.00/0.07)	

CMYK percentages

%17.37
%14.41
%0
%7.45

Codes

Color #C3CAEC in popluar color models

C3CAEC
RGB195202236
HSL230°51.90%84.51%
HSB/HSV230°17.37%92.55%
CMYK17.37%14.41%0.00%
7.45%

Color #C3CAEC in popluar number systems.

HEXC3CAEC
Decimal195202236
Binary110000111100101011101100
Octal303312354

Shades and tints

Shades of #C3CAEC

#C3CAEC
(195,202,236)
#B2B8D7
(178,184,215)
#A1A6C2
(161,166,194)
#9094AD
(144,148,173)
#7F8298
(127,130,152)
#6E7083
(110,112,131)
#5D5E6E
(93,94,110)
#4C4C59
(76,76,89)
#3B3A44
(59,58,68)
#2A282F
(42,40,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C3CAEC

#C3CAEC
(195,202,236)
#C8CEED
(200,206,237)
#CDD2EE
(205,210,238)
#D2D6EF
(210,214,239)
#D7DAF0
(215,218,240)
#DCDEF1
(220,222,241)
#E1E2F2
(225,226,242)
#E6E6F3
(230,230,243)
#EBEAF4
(235,234,244)
#F0EEF5
(240,238,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CAEC color. Also use rgb(195,202,236) instead hex code.

Text Font Color

.myTextColor { color: #C3CAEC; }

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

This text font color is #C3CAEC.


Background Color

.myBgColor { background-color: #C3CAEC; }

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

This div background color is #C3CAEC.


Border color

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

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

This div border color is #C3CAEC.


Opacity

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

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

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

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

This text has shadow with #C3CAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CAEC on black background.


Color preview on white background

This text has color #C3CAEC on white background.



Black color preview on #C3CAEC background

This text has black color on #C3CAEC background.


White color preview on #C3CAEC background

This text has white color on #C3CAEC background.