COLOR #C1DAED

HEX: #C1DAED RGB: (193,218,237)

Color info

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

RGB color model

#C1DAED color RGB value is (193,218,237).

RGB: (193,218,237) (76%, 85%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 218 of 255 = 85%
B 237 of 255 = 93%

193
218
237

R + G + B ~ 85%. #C1DAED is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 218 + 237 = 648 (100%)
R 193 of 648 ~ 29.78%
G 218 of 648 ~ 33.64%
B 237 of 648 ~ 36.57'%

%29.78
%33.64
%36.57

CMYK color model

#C1DAED color CMYK value is (19,8,0,7).

  • cyan value is 18.57%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (19,8,0,7) C19M8Y0K7 (19%,8%,0%,7%) (0.19/0.08/0.00/0.07) 

CMYK percentages

%18.57
%8.02
%0
%7.06

Codes

Color #C1DAED in popluar color models

C1 DA ED
RGB 193 218 237
HSL 206° 55.00% 84.31%
HSB/HSV 206° 18.57% 92.94%
CMYK 18.57% 8.02% 0.00%
7.06%

Color #C1DAED in popluar number systems.

HEX C1 DA ED
Decimal 193 218 237
Binary 11000001 11011010 11101101
Octal 301 332 355

Shades and tints

Shades of #C1DAED

#C1DAED
(193,218,237)
#B0C7D8
(176,199,216)
#9FB4C3
(159,180,195)
#8EA1AE
(142,161,174)
#7D8E99
(125,142,153)
#6C7B84
(108,123,132)
#5B686F
(91,104,111)
#4A555A
(74,85,90)
#394245
(57,66,69)
#282F30
(40,47,48)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #C1DAED

#C1DAED
(193,218,237)
#C6DDEE
(198,221,238)
#CBE0EF
(203,224,239)
#D0E3F0
(208,227,240)
#D5E6F1
(213,230,241)
#DAE9F2
(218,233,242)
#DFECF3
(223,236,243)
#E4EFF4
(228,239,244)
#E9F2F5
(233,242,245)
#EEF5F6
(238,245,246)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DAED color. Also use rgb(193,218,237) instead hex code.

Text Font Color

.myTextColor { color: #C1DAED; }

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

This text font color is #C1DAED.

Background Color

.myBgColor { background-color: #C1DAED; }

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

This div background color is #C1DAED.

Border color

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

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

This div border color is #C1DAED.

Opacity

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

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

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

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

This text has shadow with #C1DAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DAED.

Preview

Color preview on black background

This text has color #C1DAED on black background.


Color preview on white background

This text has color #C1DAED on white background.


Black color preview on #C1DAED background

This text has black color on #C1DAED background.


White color preview on #C1DAED background

This text has white color on #C1DAED background.


Related colors

Complementary color

Complementary color for #hex is #3E2512.


I love getcolorcode.com

Triadic colors

1 #EDC1DA and #DAEDC1 with #C1DAED are triadic colors.

2 #EDDAC1 and #DAC1ED with #C1DAED are triadic colors.