COLOR #C0C3DA

HEX: #C0C3DA RGB: (192,195,218)

Color info

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

RGB color model

#C0C3DA color RGB value is (192,195,218).

RGB: (192,195,218) (75%, 76%, 85%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 218 of 255 = 85%

192
195
218

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

Portions of RGB colors in percentages

R + G + B = 192 + 195 + 218 = 605 (100%)
R 192 of 605 ~ 31.74%
G 195 of 605 ~ 32.23%
B 218 of 605 ~ 36.03'%

%31.74
%32.23
%36.03

CMYK color model

#C0C3DA color CMYK value is (12,11,0,15).

  • cyan value is 11.93%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (12,11,0,15)
C12M11Y0K15 (12%, 11%, 0%, 15%)
(0.12 / 0.11 / 0.00 / 0.15)

CMYK percentages

%11.93
%10.55
%0
%14.51

Codes

Color #C0C3DA in popluar color models

C0 C3 DA
RGB 192 195 218
HSL 233° 26.00% 80.39%
HSB/HSV 233° 11.93% 85.49%
CMYK 11.93% 10.55% 0.00%
14.51%

Color #C0C3DA in popluar number systems.

HEX C0 C3 DA
Decimal 192 195 218
Binary 11000000 11000011 11011010
Octal 300 303 332

Shades and tints

Shades of #C0C3DA

#C0C3DA
(192,195,218)
#AFB2C7
(175,178,199)
#9EA1B4
(158,161,180)
#8D90A1
(141,144,161)
#7C7F8E
(124,127,142)
#6B6E7B
(107,110,123)
#5A5D68
(90,93,104)
#494C55
(73,76,85)
#383B42
(56,59,66)
#272A2F
(39,42,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #C0C3DA

#C0C3DA
(192,195,218)
#C5C8DD
(197,200,221)
#CACDE0
(202,205,224)
#CFD2E3
(207,210,227)
#D4D7E6
(212,215,230)
#D9DCE9
(217,220,233)
#DEE1EC
(222,225,236)
#E3E6EF
(227,230,239)
#E8EBF2
(232,235,242)
#EDF0F5
(237,240,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C3DA; }

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

This text font color is #C0C3DA.

Background Color

.myBgColor { background-color: #C0C3DA; }

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

This div background color is #C0C3DA.

Border color

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

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

This div border color is #C0C3DA.

Opacity

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

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

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

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

This text has shadow with #C0C3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C3DA.

Preview

Color preview on black background

This text has color #C0C3DA on black background.


Color preview on white background

This text has color #C0C3DA on white background.


Black color preview on #C0C3DA background

This text has black color on #C0C3DA background.


White color preview on #C0C3DA background

This text has white color on #C0C3DA background.


Related colors

Complementary color

Complementary color for #hex is #3F3C25.


I love getcolorcode.com

Triadic colors

1 #DAC0C3 and #C3DAC0 with #C0C3DA are triadic colors.

2 #DAC3C0 and #C3C0DA with #C0C3DA are triadic colors.