COLOR #C3C9EF

HEX: #C3C9EF RGB: (195,201,239)

Color info

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

RGB color model

#C3C9EF color RGB value is (195,201,239).

RGB: (195,201,239) (76%, 79%, 94%)

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 239 of 255 = 94%

195
201
239

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

Portions of RGB colors in percentages

R + G + B = 195 + 201 + 239 = 635 (100%)
R 195 of 635 ~ 30.71%
G 201 of 635 ~ 31.65%
B 239 of 635 ~ 37.64'%

%30.71
%31.65
%37.64

CMYK color model

#C3C9EF color CMYK value is (18,16,0,6).

  • cyan value is 18.41%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,16,0,6)
C18M16Y0K6 (18%, 16%, 0%, 6%)
(0.18 / 0.16 / 0.00 / 0.06)

CMYK percentages

%18.41
%15.9
%0
%6.27

Codes

Color #C3C9EF in popluar color models

C3 C9 EF
RGB 195 201 239
HSL 232° 57.89% 85.10%
HSB/HSV 232° 18.41% 93.73%
CMYK 18.41% 15.90% 0.00%
6.27%

Color #C3C9EF in popluar number systems.

HEX C3 C9 EF
Decimal 195 201 239
Binary 11000011 11001001 11101111
Octal 303 311 357

Shades and tints

Shades of #C3C9EF

#C3C9EF
(195,201,239)
#B2B7DA
(178,183,218)
#A1A5C5
(161,165,197)
#9093B0
(144,147,176)
#7F819B
(127,129,155)
#6E6F86
(110,111,134)
#5D5D71
(93,93,113)
#4C4B5C
(76,75,92)
#3B3947
(59,57,71)
#2A2732
(42,39,50)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #C3C9EF

#C3C9EF
(195,201,239)
#C8CDF0
(200,205,240)
#CDD1F1
(205,209,241)
#D2D5F2
(210,213,242)
#D7D9F3
(215,217,243)
#DCDDF4
(220,221,244)
#E1E1F5
(225,225,245)
#E6E5F6
(230,229,246)
#EBE9F7
(235,233,247)
#F0EDF8
(240,237,248)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C9EF color. Also use rgb(195,201,239) instead hex code.

Text Font Color

.myTextColor { color: #C3C9EF; }

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

This text font color is #C3C9EF.

Background Color

.myBgColor { background-color: #C3C9EF; }

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

This div background color is #C3C9EF.

Border color

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

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

This div border color is #C3C9EF.

Opacity

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

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

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

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

This text has shadow with #C3C9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C9EF.

Preview

Color preview on black background

This text has color #C3C9EF on black background.


Color preview on white background

This text has color #C3C9EF on white background.


Black color preview on #C3C9EF background

This text has black color on #C3C9EF background.


White color preview on #C3C9EF background

This text has white color on #C3C9EF background.


Related colors

Complementary color

Complementary color for #hex is #3C3610.


I love getcolorcode.com

Triadic colors

1 #EFC3C9 and #C9EFC3 with #C3C9EF are triadic colors.

2 #EFC9C3 and #C9C3EF with #C3C9EF are triadic colors.