COLOR #C1D0EB

HEX: #C1D0EB
RGB: (193,208,235)

Color info

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

RGB color model

#C1D0EB color RGB value is (193,208,235).

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

RGB channels and saturation

R 193 of 255 = 76%
G 208 of 255 = 82%
B 235 of 255 = 92%

193
208
235

R + G + B ~ 83%. #C1D0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 208 + 235 = 636 (100%)
R 193 of 636 ~ 30.35%
G 208 of 636 ~ 32.7%
B 235 of 636 ~ 36.95%

%30.35
%32.7
%36.95

CMYK color model

#C1D0EB color CMYK value is (18,11,0,8).

  • cyan value is 17.87%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(18,11,0,8)
C18M11Y0K8 
(18%,11%,0%,8%)
(0.18/0.11/0.00/0.08)	

CMYK percentages

%17.87
%11.49
%0
%7.84

Codes

Color #C1D0EB in popluar color models

C1D0EB
RGB193208235
HSL219°51.22%83.92%
HSB/HSV219°17.87%92.16%
CMYK17.87%11.49%0.00%
7.84%

Color #C1D0EB in popluar number systems.

HEXC1D0EB
Decimal193208235
Binary110000011101000011101011
Octal301320353

Shades and tints

Shades of #C1D0EB

#C1D0EB
(193,208,235)
#B0BED6
(176,190,214)
#9FACC1
(159,172,193)
#8E9AAC
(142,154,172)
#7D8897
(125,136,151)
#6C7682
(108,118,130)
#5B646D
(91,100,109)
#4A5258
(74,82,88)
#394043
(57,64,67)
#282E2E
(40,46,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #C1D0EB

#C1D0EB
(193,208,235)
#C6D4EC
(198,212,236)
#CBD8ED
(203,216,237)
#D0DCEE
(208,220,238)
#D5E0EF
(213,224,239)
#DAE4F0
(218,228,240)
#DFE8F1
(223,232,241)
#E4ECF2
(228,236,242)
#E9F0F3
(233,240,243)
#EEF4F4
(238,244,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D0EB; }

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

This text font color is #C1D0EB.


Background Color

.myBgColor { background-color: #C1D0EB; }

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

This div background color is #C1D0EB.


Border color

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

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

This div border color is #C1D0EB.


Opacity

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

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

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

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

This text has shadow with #C1D0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D0EB on black background.


Color preview on white background

This text has color #C1D0EB on white background.



Black color preview on #C1D0EB background

This text has black color on #C1D0EB background.


White color preview on #C1D0EB background

This text has white color on #C1D0EB background.