COLOR #C1D0E3

HEX: #C1D0E3
RGB: (193,208,227)

Color info

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

RGB color model

#C1D0E3 color RGB value is (193,208,227).

  • red value is 193;
  • green value is 208;
  • blue value is 227.
RGB:
(193,208,227)
(76%,82%,89%)

RGB channels and saturation

R 193 of 255 = 76%
G 208 of 255 = 82%
B 227 of 255 = 89%

193
208
227

R + G + B ~ 82%. #C1D0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 208 + 227 = 628 (100%)
R 193 of 628 ~ 30.73%
G 208 of 628 ~ 33.12%
B 227 of 628 ~ 36.15%

%30.73
%33.12
%36.15

CMYK color model

#C1D0E3 color CMYK value is (15,8,0,11).

  • cyan value is 14.98%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,8,0,11)
C15M8Y0K11 
(15%,8%,0%,11%)
(0.15/0.08/0.00/0.11)	

CMYK percentages

%14.98
%8.37
%0
%10.98

Codes

Color #C1D0E3 in popluar color models

C1D0E3
RGB193208227
HSL214°37.78%82.35%
HSB/HSV214°14.98%89.02%
CMYK14.98%8.37%0.00%
10.98%

Color #C1D0E3 in popluar number systems.

HEXC1D0E3
Decimal193208227
Binary110000011101000011100011
Octal301320343

Shades and tints

Shades of #C1D0E3

#C1D0E3
(193,208,227)
#B0BECF
(176,190,207)
#9FACBB
(159,172,187)
#8E9AA7
(142,154,167)
#7D8893
(125,136,147)
#6C767F
(108,118,127)
#5B646B
(91,100,107)
#4A5257
(74,82,87)
#394043
(57,64,67)
#282E2F
(40,46,47)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #C1D0E3

#C1D0E3
(193,208,227)
#C6D4E5
(198,212,229)
#CBD8E7
(203,216,231)
#D0DCE9
(208,220,233)
#D5E0EB
(213,224,235)
#DAE4ED
(218,228,237)
#DFE8EF
(223,232,239)
#E4ECF1
(228,236,241)
#E9F0F3
(233,240,243)
#EEF4F5
(238,244,245)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D0E3 color. Also use rgb(193,208,227) instead hex code.

Text Font Color

.myTextColor { color: #C1D0E3; }

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

This text font color is #C1D0E3.


Background Color

.myBgColor { background-color: #C1D0E3; }

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

This div background color is #C1D0E3.


Border color

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

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

This div border color is #C1D0E3.


Opacity

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

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

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

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

This text has shadow with #C1D0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D0E3 on black background.


Color preview on white background

This text has color #C1D0E3 on white background.



Black color preview on #C1D0E3 background

This text has black color on #C1D0E3 background.


White color preview on #C1D0E3 background

This text has white color on #C1D0E3 background.