COLOR #C3CAF9

HEX: #C3CAF9 RGB: (195,202,249)

Color info

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

RGB color model

#C3CAF9 color RGB value is (195,202,249).

RGB: (195,202,249) (76%, 79%, 98%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 249 of 255 = 98%

195
202
249

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

Portions of RGB colors in percentages

R + G + B = 195 + 202 + 249 = 646 (100%)
R 195 of 646 ~ 30.19%
G 202 of 646 ~ 31.27%
B 249 of 646 ~ 38.54'%

%30.19
%31.27
%38.54

CMYK color model

#C3CAF9 color CMYK value is (22,19,0,2).

  • cyan value is 21.69%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (22,19,0,2)
C22M19Y0K2 (22%, 19%, 0%, 2%)
(0.22 / 0.19 / 0.00 / 0.02)

CMYK percentages

%21.69
%18.88
%0
%2.35

Codes

Color #C3CAF9 in popluar color models

C3 CA F9
RGB 195 202 249
HSL 232° 81.82% 87.06%
HSB/HSV 232° 21.69% 97.65%
CMYK 21.69% 18.88% 0.00%
2.35%

Color #C3CAF9 in popluar number systems.

HEX C3 CA F9
Decimal 195 202 249
Binary 11000011 11001010 11111001
Octal 303 312 371

Shades and tints

Shades of #C3CAF9

#C3CAF9
(195,202,249)
#B2B8E3
(178,184,227)
#A1A6CD
(161,166,205)
#9094B7
(144,148,183)
#7F82A1
(127,130,161)
#6E708B
(110,112,139)
#5D5E75
(93,94,117)
#4C4C5F
(76,76,95)
#3B3A49
(59,58,73)
#2A2833
(42,40,51)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #C3CAF9

#C3CAF9
(195,202,249)
#C8CEF9
(200,206,249)
#CDD2F9
(205,210,249)
#D2D6F9
(210,214,249)
#D7DAF9
(215,218,249)
#DCDEF9
(220,222,249)
#E1E2F9
(225,226,249)
#E6E6F9
(230,230,249)
#EBEAF9
(235,234,249)
#F0EEF9
(240,238,249)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CAF9; }

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

This text font color is #C3CAF9.

Background Color

.myBgColor { background-color: #C3CAF9; }

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

This div background color is #C3CAF9.

Border color

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

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

This div border color is #C3CAF9.

Opacity

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

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

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

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

This text has shadow with #C3CAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CAF9.

Preview

Color preview on black background

This text has color #C3CAF9 on black background.


Color preview on white background

This text has color #C3CAF9 on white background.


Black color preview on #C3CAF9 background

This text has black color on #C3CAF9 background.


White color preview on #C3CAF9 background

This text has white color on #C3CAF9 background.


Related colors

Complementary color

Complementary color for #hex is #3C3506.


I love getcolorcode.com

Triadic colors

1 #F9C3CA and #CAF9C3 with #C3CAF9 are triadic colors.

2 #F9CAC3 and #CAC3F9 with #C3CAF9 are triadic colors.