COLOR #C0C3DF

HEX: #C0C3DF RGB: (192,195,223)

Color info

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

RGB color model

#C0C3DF color RGB value is (192,195,223).

RGB: (192,195,223) (75%, 76%, 87%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 223 of 255 = 87%

192
195
223

R + G + B ~ 79%. #C0C3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 195 + 223 = 610 (100%)
R 192 of 610 ~ 31.48%
G 195 of 610 ~ 31.97%
B 223 of 610 ~ 36.56'%

%31.48
%31.97
%36.56

CMYK color model

#C0C3DF color CMYK value is (14,13,0,13).

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

CMYK: (14,13,0,13)
C14M13Y0K13 (14%, 13%, 0%, 13%)
(0.14 / 0.13 / 0.00 / 0.13)

CMYK percentages

%13.9
%12.56
%0
%12.55

Codes

Color #C0C3DF in popluar color models

C0 C3 DF
RGB 192 195 223
HSL 234° 32.63% 81.37%
HSB/HSV 234° 13.90% 87.45%
CMYK 13.90% 12.56% 0.00%
12.55%

Color #C0C3DF in popluar number systems.

HEX C0 C3 DF
Decimal 192 195 223
Binary 11000000 11000011 11011111
Octal 300 303 337

Shades and tints

Shades of #C0C3DF

#C0C3DF
(192,195,223)
#AFB2CB
(175,178,203)
#9EA1B7
(158,161,183)
#8D90A3
(141,144,163)
#7C7F8F
(124,127,143)
#6B6E7B
(107,110,123)
#5A5D67
(90,93,103)
#494C53
(73,76,83)
#383B3F
(56,59,63)
#272A2B
(39,42,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #C0C3DF

#C0C3DF
(192,195,223)
#C5C8E1
(197,200,225)
#CACDE3
(202,205,227)
#CFD2E5
(207,210,229)
#D4D7E7
(212,215,231)
#D9DCE9
(217,220,233)
#DEE1EB
(222,225,235)
#E3E6ED
(227,230,237)
#E8EBEF
(232,235,239)
#EDF0F1
(237,240,241)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C3DF; }

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

This text font color is #C0C3DF.

Background Color

.myBgColor { background-color: #C0C3DF; }

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

This div background color is #C0C3DF.

Border color

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

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

This div border color is #C0C3DF.

Opacity

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

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

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

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

This text has shadow with #C0C3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C3DF.

Preview

Color preview on black background

This text has color #C0C3DF on black background.


Color preview on white background

This text has color #C0C3DF on white background.


Black color preview on #C0C3DF background

This text has black color on #C0C3DF background.


White color preview on #C0C3DF background

This text has white color on #C0C3DF background.


Related colors

Complementary color

Complementary color for #hex is #3F3C20.


I love getcolorcode.com

Triadic colors

1 #DFC0C3 and #C3DFC0 with #C0C3DF are triadic colors.

2 #DFC3C0 and #C3C0DF with #C0C3DF are triadic colors.