COLOR #C3C6DF

HEX: #C3C6DF RGB: (195,198,223)

Color info

#C3C6DF contains red, green and blue colors in about the same proportion. Web safe color of #C3C6DF is #CCCCCC (or #CCC).

RGB color model

#C3C6DF color RGB value is (195,198,223).

RGB: (195,198,223) (76%, 78%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 198 of 255 = 78%
B 223 of 255 = 87%

195
198
223

R + G + B ~ 80%. #C3C6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 198 + 223 = 616 (100%)
R 195 of 616 ~ 31.66%
G 198 of 616 ~ 32.14%
B 223 of 616 ~ 36.2'%

%31.66
%32.14
%36.2

CMYK color model

#C3C6DF color CMYK value is (13,11,0,13).

  • cyan value is 12.56%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (13,11,0,13)
C13M11Y0K13 (13%, 11%, 0%, 13%)
(0.13 / 0.11 / 0.00 / 0.13)

CMYK percentages

%12.56
%11.21
%0
%12.55

Codes

Color #C3C6DF in popluar color models

C3 C6 DF
RGB 195 198 223
HSL 234° 30.43% 81.96%
HSB/HSV 234° 12.56% 87.45%
CMYK 12.56% 11.21% 0.00%
12.55%

Color #C3C6DF in popluar number systems.

HEX C3 C6 DF
Decimal 195 198 223
Binary 11000011 11000110 11011111
Octal 303 306 337

Shades and tints

Shades of #C3C6DF

#C3C6DF
(195,198,223)
#B2B4CB
(178,180,203)
#A1A2B7
(161,162,183)
#9090A3
(144,144,163)
#7F7E8F
(127,126,143)
#6E6C7B
(110,108,123)
#5D5A67
(93,90,103)
#4C4853
(76,72,83)
#3B363F
(59,54,63)
#2A242B
(42,36,43)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #C3C6DF

#C3C6DF
(195,198,223)
#C8CBE1
(200,203,225)
#CDD0E3
(205,208,227)
#D2D5E5
(210,213,229)
#D7DAE7
(215,218,231)
#DCDFE9
(220,223,233)
#E1E4EB
(225,228,235)
#E6E9ED
(230,233,237)
#EBEEEF
(235,238,239)
#F0F3F1
(240,243,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C6DF color. Also use rgb(195,198,223) instead hex code.

Text Font Color

.myTextColor { color: #C3C6DF; }

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

This text font color is #C3C6DF.

Background Color

.myBgColor { background-color: #C3C6DF; }

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

This div background color is #C3C6DF.

Border color

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

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

This div border color is #C3C6DF.

Opacity

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

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

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

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

This text has shadow with #C3C6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C6DF.

Preview

Color preview on black background

This text has color #C3C6DF on black background.


Color preview on white background

This text has color #C3C6DF on white background.


Black color preview on #C3C6DF background

This text has black color on #C3C6DF background.


White color preview on #C3C6DF background

This text has white color on #C3C6DF background.


Related colors

Complementary color

Complementary color for #hex is #3C3920.


I love getcolorcode.com

Triadic colors

1 #DFC3C6 and #C6DFC3 with #C3C6DF are triadic colors.

2 #DFC6C3 and #C6C3DF with #C3C6DF are triadic colors.