COLOR #C3CFEB

HEX: #C3CFEB
RGB: (195,207,235)

Color info

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

RGB color model

#C3CFEB color RGB value is (195,207,235).

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

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 235 of 255 = 92%

195
207
235

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

Portions of RGB colors in percentages

R + G + B =
195 + 207 + 235 = 637 (100%)
R 195 of 637 ~ 30.61%
G 207 of 637 ~ 32.5%
B 235 of 637 ~ 36.89%

%30.61
%32.5
%36.89

CMYK color model

#C3CFEB color CMYK value is (17,12,0,8).

  • cyan value is 17.02%
  • magenta value is 11.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,12,0,8)
C17M12Y0K8 
(17%,12%,0%,8%)
(0.17/0.12/0.00/0.08)	

CMYK percentages

%17.02
%11.91
%0
%7.84

Codes

Color #C3CFEB in popluar color models

C3CFEB
RGB195207235
HSL222°50.00%84.31%
HSB/HSV222°17.02%92.16%
CMYK17.02%11.91%0.00%
7.84%

Color #C3CFEB in popluar number systems.

HEXC3CFEB
Decimal195207235
Binary110000111100111111101011
Octal303317353

Shades and tints

Shades of #C3CFEB

#C3CFEB
(195,207,235)
#B2BDD6
(178,189,214)
#A1ABC1
(161,171,193)
#9099AC
(144,153,172)
#7F8797
(127,135,151)
#6E7582
(110,117,130)
#5D636D
(93,99,109)
#4C5158
(76,81,88)
#3B3F43
(59,63,67)
#2A2D2E
(42,45,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #C3CFEB

#C3CFEB
(195,207,235)
#C8D3EC
(200,211,236)
#CDD7ED
(205,215,237)
#D2DBEE
(210,219,238)
#D7DFEF
(215,223,239)
#DCE3F0
(220,227,240)
#E1E7F1
(225,231,241)
#E6EBF2
(230,235,242)
#EBEFF3
(235,239,243)
#F0F3F4
(240,243,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CFEB; }

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

This text font color is #C3CFEB.


Background Color

.myBgColor { background-color: #C3CFEB; }

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

This div background color is #C3CFEB.


Border color

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

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

This div border color is #C3CFEB.


Opacity

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

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

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

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

This text has shadow with #C3CFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CFEB on black background.


Color preview on white background

This text has color #C3CFEB on white background.



Black color preview on #C3CFEB background

This text has black color on #C3CFEB background.


White color preview on #C3CFEB background

This text has white color on #C3CFEB background.