COLOR #C1DDE3

HEX: #C1DDE3
RGB: (193,221,227)

Color info

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

RGB color model

#C1DDE3 color RGB value is (193,221,227).

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

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 227 of 255 = 89%

193
221
227

R + G + B ~ 84%. #C1DDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 227 = 641 (100%)
R 193 of 641 ~ 30.11%
G 221 of 641 ~ 34.48%
B 227 of 641 ~ 35.41%

%30.11
%34.48
%35.41

CMYK color model

#C1DDE3 color CMYK value is (15,3,0,11).

  • cyan value is 14.98%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,3,0,11)
C15M3Y0K11 
(15%,3%,0%,11%)
(0.15/0.03/0.00/0.11)	

CMYK percentages

%14.98
%2.64
%0
%10.98

Codes

Color #C1DDE3 in popluar color models

C1DDE3
RGB193221227
HSL191°37.78%82.35%
HSB/HSV191°14.98%89.02%
CMYK14.98%2.64%0.00%
10.98%

Color #C1DDE3 in popluar number systems.

HEXC1DDE3
Decimal193221227
Binary110000011101110111100011
Octal301335343

Shades and tints

Shades of #C1DDE3

#C1DDE3
(193,221,227)
#B0C9CF
(176,201,207)
#9FB5BB
(159,181,187)
#8EA1A7
(142,161,167)
#7D8D93
(125,141,147)
#6C797F
(108,121,127)
#5B656B
(91,101,107)
#4A5157
(74,81,87)
#393D43
(57,61,67)
#28292F
(40,41,47)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #C1DDE3

#C1DDE3
(193,221,227)
#C6E0E5
(198,224,229)
#CBE3E7
(203,227,231)
#D0E6E9
(208,230,233)
#D5E9EB
(213,233,235)
#DAECED
(218,236,237)
#DFEFEF
(223,239,239)
#E4F2F1
(228,242,241)
#E9F5F3
(233,245,243)
#EEF8F5
(238,248,245)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DDE3; }

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

This text font color is #C1DDE3.


Background Color

.myBgColor { background-color: #C1DDE3; }

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

This div background color is #C1DDE3.


Border color

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

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

This div border color is #C1DDE3.


Opacity

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

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

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

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

This text has shadow with #C1DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DDE3 on black background.


Color preview on white background

This text has color #C1DDE3 on white background.



Black color preview on #C1DDE3 background

This text has black color on #C1DDE3 background.


White color preview on #C1DDE3 background

This text has white color on #C1DDE3 background.