COLOR #C1DFF7

HEX: #C1DFF7 RGB: (193,223,247)

Color info

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

RGB color model

#C1DFF7 color RGB value is (193,223,247).

RGB: (193,223,247) (76%, 87%, 97%)

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 247 of 255 = 97%

193
223
247

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

Portions of RGB colors in percentages

R + G + B = 193 + 223 + 247 = 663 (100%)
R 193 of 663 ~ 29.11%
G 223 of 663 ~ 33.63%
B 247 of 663 ~ 37.25'%

%29.11
%33.63
%37.25

CMYK color model

#C1DFF7 color CMYK value is (22,10,0,3).

  • cyan value is 21.86%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (22,10,0,3)
C22M10Y0K3 (22%, 10%, 0%, 3%)
(0.22 / 0.10 / 0.00 / 0.03)

CMYK percentages

%21.86
%9.72
%0
%3.14

Codes

Color #C1DFF7 in popluar color models

C1 DF F7
RGB 193 223 247
HSL 207° 77.14% 86.27%
HSB/HSV 207° 21.86% 96.86%
CMYK 21.86% 9.72% 0.00%
3.14%

Color #C1DFF7 in popluar number systems.

HEX C1 DF F7
Decimal 193 223 247
Binary 11000001 11011111 11110111
Octal 301 337 367

Shades and tints

Shades of #C1DFF7

#C1DFF7
(193,223,247)
#B0CBE1
(176,203,225)
#9FB7CB
(159,183,203)
#8EA3B5
(142,163,181)
#7D8F9F
(125,143,159)
#6C7B89
(108,123,137)
#5B6773
(91,103,115)
#4A535D
(74,83,93)
#393F47
(57,63,71)
#282B31
(40,43,49)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #C1DFF7

#C1DFF7
(193,223,247)
#C6E1F7
(198,225,247)
#CBE3F7
(203,227,247)
#D0E5F7
(208,229,247)
#D5E7F7
(213,231,247)
#DAE9F7
(218,233,247)
#DFEBF7
(223,235,247)
#E4EDF7
(228,237,247)
#E9EFF7
(233,239,247)
#EEF1F7
(238,241,247)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DFF7; }

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

This text font color is #C1DFF7.

Background Color

.myBgColor { background-color: #C1DFF7; }

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

This div background color is #C1DFF7.

Border color

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

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

This div border color is #C1DFF7.

Opacity

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

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

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

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

This text has shadow with #C1DFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DFF7.

Preview

Color preview on black background

This text has color #C1DFF7 on black background.


Color preview on white background

This text has color #C1DFF7 on white background.


Black color preview on #C1DFF7 background

This text has black color on #C1DFF7 background.


White color preview on #C1DFF7 background

This text has white color on #C1DFF7 background.


Related colors

Complementary color

Complementary color for #hex is #3E2008.


I love getcolorcode.com

Triadic colors

1 #F7C1DF and #DFF7C1 with #C1DFF7 are triadic colors.

2 #F7DFC1 and #DFC1F7 with #C1DFF7 are triadic colors.