COLOR #C1DFFB

HEX: #C1DFFB
RGB: (193,223,251)

Color info

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

RGB color model

#C1DFFB color RGB value is (193,223,251).

  • red value is 193;
  • green value is 223;
  • blue value is 251.
RGB:
(193,223,251)
(76%,87%,98%)

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 251 of 255 = 98%

193
223
251

R + G + B ~ 87%. #C1DFFB is light color.

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 251 = 667 (100%)
R 193 of 667 ~ 28.94%
G 223 of 667 ~ 33.43%
B 251 of 667 ~ 37.63%

%28.94
%33.43
%37.63

CMYK color model

#C1DFFB color CMYK value is (23,11,0,2).

  • cyan value is 23.11%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(23,11,0,2)
C23M11Y0K2 
(23%,11%,0%,2%)
(0.23/0.11/0.00/0.02)	

CMYK percentages

%23.11
%11.16
%0
%1.57

Codes

Color #C1DFFB in popluar color models

C1DFFB
RGB193223251
HSL209°87.88%87.06%
HSB/HSV209°23.11%98.43%
CMYK23.11%11.16%0.00%
1.57%

Color #C1DFFB in popluar number systems.

HEXC1DFFB
Decimal193223251
Binary110000011101111111111011
Octal301337373

Shades and tints

Shades of #C1DFFB

#C1DFFB
(193,223,251)
#B0CBE5
(176,203,229)
#9FB7CF
(159,183,207)
#8EA3B9
(142,163,185)
#7D8FA3
(125,143,163)
#6C7B8D
(108,123,141)
#5B6777
(91,103,119)
#4A5361
(74,83,97)
#393F4B
(57,63,75)
#282B35
(40,43,53)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #C1DFFB

#C1DFFB
(193,223,251)
#C6E1FB
(198,225,251)
#CBE3FB
(203,227,251)
#D0E5FB
(208,229,251)
#D5E7FB
(213,231,251)
#DAE9FB
(218,233,251)
#DFEBFB
(223,235,251)
#E4EDFB
(228,237,251)
#E9EFFB
(233,239,251)
#EEF1FB
(238,241,251)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DFFB color. Also use rgb(193,223,251) instead hex code.

Text Font Color

.myTextColor { color: #C1DFFB; }

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

This text font color is #C1DFFB.


Background Color

.myBgColor { background-color: #C1DFFB; }

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

This div background color is #C1DFFB.


Border color

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

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

This div border color is #C1DFFB.


Opacity

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

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

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

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

This text has shadow with #C1DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFFB on black background.


Color preview on white background

This text has color #C1DFFB on white background.



Black color preview on #C1DFFB background

This text has black color on #C1DFFB background.


White color preview on #C1DFFB background

This text has white color on #C1DFFB background.