COLOR #C3CBF5

HEX: #C3CBF5
RGB: (195,203,245)

Color info

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

RGB color model

#C3CBF5 color RGB value is (195,203,245).

  • red value is 195;
  • green value is 203;
  • blue value is 245.
RGB:
(195,203,245)
(76%,80%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 245 of 255 = 96%

195
203
245

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

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 245 = 643 (100%)
R 195 of 643 ~ 30.33%
G 203 of 643 ~ 31.57%
B 245 of 643 ~ 38.1%

%30.33
%31.57
%38.1

CMYK color model

#C3CBF5 color CMYK value is (20,17,0,4).

  • cyan value is 20.41%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,17,0,4)
C20M17Y0K4 
(20%,17%,0%,4%)
(0.20/0.17/0.00/0.04)	

CMYK percentages

%20.41
%17.14
%0
%3.92

Codes

Color #C3CBF5 in popluar color models

C3CBF5
RGB195203245
HSL230°71.43%86.27%
HSB/HSV230°20.41%96.08%
CMYK20.41%17.14%0.00%
3.92%

Color #C3CBF5 in popluar number systems.

HEXC3CBF5
Decimal195203245
Binary110000111100101111110101
Octal303313365

Shades and tints

Shades of #C3CBF5

#C3CBF5
(195,203,245)
#B2B9DF
(178,185,223)
#A1A7C9
(161,167,201)
#9095B3
(144,149,179)
#7F839D
(127,131,157)
#6E7187
(110,113,135)
#5D5F71
(93,95,113)
#4C4D5B
(76,77,91)
#3B3B45
(59,59,69)
#2A292F
(42,41,47)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #C3CBF5

#C3CBF5
(195,203,245)
#C8CFF5
(200,207,245)
#CDD3F5
(205,211,245)
#D2D7F5
(210,215,245)
#D7DBF5
(215,219,245)
#DCDFF5
(220,223,245)
#E1E3F5
(225,227,245)
#E6E7F5
(230,231,245)
#EBEBF5
(235,235,245)
#F0EFF5
(240,239,245)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CBF5 color. Also use rgb(195,203,245) instead hex code.

Text Font Color

.myTextColor { color: #C3CBF5; }

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

This text font color is #C3CBF5.


Background Color

.myBgColor { background-color: #C3CBF5; }

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

This div background color is #C3CBF5.


Border color

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

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

This div border color is #C3CBF5.


Opacity

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

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

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

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

This text has shadow with #C3CBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBF5 on black background.


Color preview on white background

This text has color #C3CBF5 on white background.



Black color preview on #C3CBF5 background

This text has black color on #C3CBF5 background.


White color preview on #C3CBF5 background

This text has white color on #C3CBF5 background.