COLOR #C0D3FA

HEX: #C0D3FA
RGB: (192,211,250)

Color info

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

RGB color model

#C0D3FA color RGB value is (192,211,250).

  • red value is 192;
  • green value is 211;
  • blue value is 250.
RGB:
(192,211,250)
(75%,83%,98%)

RGB channels and saturation

R 192 of 255 = 75%
G 211 of 255 = 83%
B 250 of 255 = 98%

192
211
250

R + G + B ~ 85%. #C0D3FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 211 + 250 = 653 (100%)
R 192 of 653 ~ 29.4%
G 211 of 653 ~ 32.31%
B 250 of 653 ~ 38.28%

%29.4
%32.31
%38.28

CMYK color model

#C0D3FA color CMYK value is (23,16,0,2).

  • cyan value is 23.20%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(23,16,0,2)
C23M16Y0K2 
(23%,16%,0%,2%)
(0.23/0.16/0.00/0.02)	

CMYK percentages

%23.2
%15.6
%0
%1.96

Codes

Color #C0D3FA in popluar color models

C0D3FA
RGB192211250
HSL220°85.29%86.67%
HSB/HSV220°23.20%98.04%
CMYK23.20%15.60%0.00%
1.96%

Color #C0D3FA in popluar number systems.

HEXC0D3FA
Decimal192211250
Binary110000001101001111111010
Octal300323372

Shades and tints

Shades of #C0D3FA

#C0D3FA
(192,211,250)
#AFC0E4
(175,192,228)
#9EADCE
(158,173,206)
#8D9AB8
(141,154,184)
#7C87A2
(124,135,162)
#6B748C
(107,116,140)
#5A6176
(90,97,118)
#494E60
(73,78,96)
#383B4A
(56,59,74)
#272834
(39,40,52)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #C0D3FA

#C0D3FA
(192,211,250)
#C5D7FA
(197,215,250)
#CADBFA
(202,219,250)
#CFDFFA
(207,223,250)
#D4E3FA
(212,227,250)
#D9E7FA
(217,231,250)
#DEEBFA
(222,235,250)
#E3EFFA
(227,239,250)
#E8F3FA
(232,243,250)
#EDF7FA
(237,247,250)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D3FA color. Also use rgb(192,211,250) instead hex code.

Text Font Color

.myTextColor { color: #C0D3FA; }

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

This text font color is #C0D3FA.


Background Color

.myBgColor { background-color: #C0D3FA; }

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

This div background color is #C0D3FA.


Border color

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

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

This div border color is #C0D3FA.


Opacity

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

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

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

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

This text has shadow with #C0D3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D3FA on black background.


Color preview on white background

This text has color #C0D3FA on white background.



Black color preview on #C0D3FA background

This text has black color on #C0D3FA background.


White color preview on #C0D3FA background

This text has white color on #C0D3FA background.