COLOR #C1DEDB

HEX: #C1DEDB RGB: (193,222,219)

Color info

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

RGB color model

#C1DEDB color RGB value is (193,222,219).

RGB: (193,222,219) (76%, 87%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 222 of 255 = 87%
B 219 of 255 = 86%

193
222
219

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

Portions of RGB colors in percentages

R + G + B = 193 + 222 + 219 = 634 (100%)
R 193 of 634 ~ 30.44%
G 222 of 634 ~ 35.02%
B 219 of 634 ~ 34.54'%

%30.44
%35.02
%34.54

CMYK color model

#C1DEDB color CMYK value is (13,0,1,13).

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

CMYK: (13,0,1,13)
C13M0Y1K13 (13%, 0%, 1%, 13%)
(0.13 / 0.00 / 0.01 / 0.13)

CMYK percentages

%13.06
%0
%1.35
%12.94

Codes

Color #C1DEDB in popluar color models

C1 DE DB
RGB 193 222 219
HSL 174° 30.53% 81.37%
HSB/HSV 174° 13.06% 87.06%
CMYK 13.06% 0.00% 1.35%
12.94%

Color #C1DEDB in popluar number systems.

HEX C1 DE DB
Decimal 193 222 219
Binary 11000001 11011110 11011011
Octal 301 336 333

Shades and tints

Shades of #C1DEDB

#C1DEDB
(193,222,219)
#B0CAC8
(176,202,200)
#9FB6B5
(159,182,181)
#8EA2A2
(142,162,162)
#7D8E8F
(125,142,143)
#6C7A7C
(108,122,124)
#5B6669
(91,102,105)
#4A5256
(74,82,86)
#393E43
(57,62,67)
#282A30
(40,42,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #C1DEDB

#C1DEDB
(193,222,219)
#C6E1DE
(198,225,222)
#CBE4E1
(203,228,225)
#D0E7E4
(208,231,228)
#D5EAE7
(213,234,231)
#DAEDEA
(218,237,234)
#DFF0ED
(223,240,237)
#E4F3F0
(228,243,240)
#E9F6F3
(233,246,243)
#EEF9F6
(238,249,246)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DEDB; }

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

This text font color is #C1DEDB.

Background Color

.myBgColor { background-color: #C1DEDB; }

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

This div background color is #C1DEDB.

Border color

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

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

This div border color is #C1DEDB.

Opacity

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

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

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

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

This text has shadow with #C1DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DEDB.

Preview

Color preview on black background

This text has color #C1DEDB on black background.


Color preview on white background

This text has color #C1DEDB on white background.


Black color preview on #C1DEDB background

This text has black color on #C1DEDB background.


White color preview on #C1DEDB background

This text has white color on #C1DEDB background.


Related colors

Complementary color

Complementary color for #hex is #3E2124.


I love getcolorcode.com

Triadic colors

1 #DBC1DE and #DEDBC1 with #C1DEDB are triadic colors.

2 #DBDEC1 and #DEC1DB with #C1DEDB are triadic colors.