COLOR #C3CFF0

HEX: #C3CFF0
RGB: (195,207,240)

Color info

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

RGB color model

#C3CFF0 color RGB value is (195,207,240).

  • red value is 195;
  • green value is 207;
  • blue value is 240.
RGB:
(195,207,240)
(76%,81%,94%)

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 240 of 255 = 94%

195
207
240

R + G + B ~ 84%. #C3CFF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 207 + 240 = 642 (100%)
R 195 of 642 ~ 30.37%
G 207 of 642 ~ 32.24%
B 240 of 642 ~ 37.38%

%30.37
%32.24
%37.38

CMYK color model

#C3CFF0 color CMYK value is (19,14,0,6).

  • cyan value is 18.75%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(19,14,0,6)
C19M14Y0K6 
(19%,14%,0%,6%)
(0.19/0.14/0.00/0.06)	

CMYK percentages

%18.75
%13.75
%0
%5.88

Codes

Color #C3CFF0 in popluar color models

C3CFF0
RGB195207240
HSL224°60.00%85.29%
HSB/HSV224°18.75%94.12%
CMYK18.75%13.75%0.00%
5.88%

Color #C3CFF0 in popluar number systems.

HEXC3CFF0
Decimal195207240
Binary110000111100111111110000
Octal303317360

Shades and tints

Shades of #C3CFF0

#C3CFF0
(195,207,240)
#B2BDDB
(178,189,219)
#A1ABC6
(161,171,198)
#9099B1
(144,153,177)
#7F879C
(127,135,156)
#6E7587
(110,117,135)
#5D6372
(93,99,114)
#4C515D
(76,81,93)
#3B3F48
(59,63,72)
#2A2D33
(42,45,51)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #C3CFF0

#C3CFF0
(195,207,240)
#C8D3F1
(200,211,241)
#CDD7F2
(205,215,242)
#D2DBF3
(210,219,243)
#D7DFF4
(215,223,244)
#DCE3F5
(220,227,245)
#E1E7F6
(225,231,246)
#E6EBF7
(230,235,247)
#EBEFF8
(235,239,248)
#F0F3F9
(240,243,249)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CFF0 color. Also use rgb(195,207,240) instead hex code.

Text Font Color

.myTextColor { color: #C3CFF0; }

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

This text font color is #C3CFF0.


Background Color

.myBgColor { background-color: #C3CFF0; }

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

This div background color is #C3CFF0.


Border color

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

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

This div border color is #C3CFF0.


Opacity

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

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

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

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

This text has shadow with #C3CFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CFF0 on black background.


Color preview on white background

This text has color #C3CFF0 on white background.



Black color preview on #C3CFF0 background

This text has black color on #C3CFF0 background.


White color preview on #C3CFF0 background

This text has white color on #C3CFF0 background.