COLOR #C3CBEA

HEX: #C3CBEA
RGB: (195,203,234)

Color info

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

RGB color model

#C3CBEA color RGB value is (195,203,234).

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

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 234 of 255 = 92%

195
203
234

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

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 234 = 632 (100%)
R 195 of 632 ~ 30.85%
G 203 of 632 ~ 32.12%
B 234 of 632 ~ 37.03%

%30.85
%32.12
%37.03

CMYK color model

#C3CBEA color CMYK value is (17,13,0,8).

  • cyan value is 16.67%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(17,13,0,8)
C17M13Y0K8 
(17%,13%,0%,8%)
(0.17/0.13/0.00/0.08)	

CMYK percentages

%16.67
%13.25
%0
%8.24

Codes

Color #C3CBEA in popluar color models

C3CBEA
RGB195203234
HSL228°48.15%84.12%
HSB/HSV228°16.67%91.76%
CMYK16.67%13.25%0.00%
8.24%

Color #C3CBEA in popluar number systems.

HEXC3CBEA
Decimal195203234
Binary110000111100101111101010
Octal303313352

Shades and tints

Shades of #C3CBEA

#C3CBEA
(195,203,234)
#B2B9D5
(178,185,213)
#A1A7C0
(161,167,192)
#9095AB
(144,149,171)
#7F8396
(127,131,150)
#6E7181
(110,113,129)
#5D5F6C
(93,95,108)
#4C4D57
(76,77,87)
#3B3B42
(59,59,66)
#2A292D
(42,41,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #C3CBEA

#C3CBEA
(195,203,234)
#C8CFEB
(200,207,235)
#CDD3EC
(205,211,236)
#D2D7ED
(210,215,237)
#D7DBEE
(215,219,238)
#DCDFEF
(220,223,239)
#E1E3F0
(225,227,240)
#E6E7F1
(230,231,241)
#EBEBF2
(235,235,242)
#F0EFF3
(240,239,243)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBEA; }

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

This text font color is #C3CBEA.


Background Color

.myBgColor { background-color: #C3CBEA; }

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

This div background color is #C3CBEA.


Border color

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

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

This div border color is #C3CBEA.


Opacity

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

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

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

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

This text has shadow with #C3CBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBEA on black background.


Color preview on white background

This text has color #C3CBEA on white background.



Black color preview on #C3CBEA background

This text has black color on #C3CBEA background.


White color preview on #C3CBEA background

This text has white color on #C3CBEA background.