COLOR #C1DEDA

HEX: #C1DEDA RGB: (193,222,218)

Color info

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

RGB color model

#C1DEDA color RGB value is (193,222,218).

RGB: (193,222,218) (76%, 87%, 85%)

RGB channels and saturation

R 193 of 255 = 76%
G 222 of 255 = 87%
B 218 of 255 = 85%

193
222
218

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

Portions of RGB colors in percentages

R + G + B = 193 + 222 + 218 = 633 (100%)
R 193 of 633 ~ 30.49%
G 222 of 633 ~ 35.07%
B 218 of 633 ~ 34.44'%

%30.49
%35.07
%34.44

CMYK color model

#C1DEDA color CMYK value is (13,0,2,13).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 12.94%

CMYK: (13,0,2,13)
C13M0Y2K13 (13%, 0%, 2%, 13%)
(0.13 / 0.00 / 0.02 / 0.13)

CMYK percentages

%13.06
%0
%1.8
%12.94

Codes

Color #C1DEDA in popluar color models

C1 DE DA
RGB 193 222 218
HSL 172° 30.53% 81.37%
HSB/HSV 172° 13.06% 87.06%
CMYK 13.06% 0.00% 1.80%
12.94%

Color #C1DEDA in popluar number systems.

HEX C1 DE DA
Decimal 193 222 218
Binary 11000001 11011110 11011010
Octal 301 336 332

Shades and tints

Shades of #C1DEDA

#C1DEDA
(193,222,218)
#B0CAC7
(176,202,199)
#9FB6B4
(159,182,180)
#8EA2A1
(142,162,161)
#7D8E8E
(125,142,142)
#6C7A7B
(108,122,123)
#5B6668
(91,102,104)
#4A5255
(74,82,85)
#393E42
(57,62,66)
#282A2F
(40,42,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #C1DEDA

#C1DEDA
(193,222,218)
#C6E1DD
(198,225,221)
#CBE4E0
(203,228,224)
#D0E7E3
(208,231,227)
#D5EAE6
(213,234,230)
#DAEDE9
(218,237,233)
#DFF0EC
(223,240,236)
#E4F3EF
(228,243,239)
#E9F6F2
(233,246,242)
#EEF9F5
(238,249,245)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DEDA; }

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

This text font color is #C1DEDA.

Background Color

.myBgColor { background-color: #C1DEDA; }

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

This div background color is #C1DEDA.

Border color

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

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

This div border color is #C1DEDA.

Opacity

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

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

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

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

This text has shadow with #C1DEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DEDA.

Preview

Color preview on black background

This text has color #C1DEDA on black background.


Color preview on white background

This text has color #C1DEDA on white background.


Black color preview on #C1DEDA background

This text has black color on #C1DEDA background.


White color preview on #C1DEDA background

This text has white color on #C1DEDA background.


Related colors

Complementary color

Complementary color for #hex is #3E2125.


I love getcolorcode.com

Triadic colors

1 #DAC1DE and #DEDAC1 with #C1DEDA are triadic colors.

2 #DADEC1 and #DEC1DA with #C1DEDA are triadic colors.