COLOR #C1DAD5

HEX: #C1DAD5
RGB: (193,218,213)

Color info

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

RGB color model

#C1DAD5 color RGB value is (193,218,213).

  • red value is 193;
  • green value is 218;
  • blue value is 213.
RGB:
(193,218,213)
(76%,85%,84%)

RGB channels and saturation

R 193 of 255 = 76%
G 218 of 255 = 85%
B 213 of 255 = 84%

193
218
213

R + G + B ~ 82%. #C1DAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 218 + 213 = 624 (100%)
R 193 of 624 ~ 30.93%
G 218 of 624 ~ 34.94%
B 213 of 624 ~ 34.13%

%30.93
%34.94
%34.13

CMYK color model

#C1DAD5 color CMYK value is (11,0,2,15).

  • cyan value is 11.47%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 14.51%
CMYK:
(11,0,2,15)
C11M0Y2K15 
(11%,0%,2%,15%)
(0.11/0.00/0.02/0.15)	

CMYK percentages

%11.47
%0
%2.29
%14.51

Codes

Color #C1DAD5 in popluar color models

C1DAD5
RGB193218213
HSL168°25.25%80.59%
HSB/HSV168°11.47%85.49%
CMYK11.47%0.00%2.29%
14.51%

Color #C1DAD5 in popluar number systems.

HEXC1DAD5
Decimal193218213
Binary110000011101101011010101
Octal301332325

Shades and tints

Shades of #C1DAD5

#C1DAD5
(193,218,213)
#B0C7C2
(176,199,194)
#9FB4AF
(159,180,175)
#8EA19C
(142,161,156)
#7D8E89
(125,142,137)
#6C7B76
(108,123,118)
#5B6863
(91,104,99)
#4A5550
(74,85,80)
#39423D
(57,66,61)
#282F2A
(40,47,42)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #C1DAD5

#C1DAD5
(193,218,213)
#C6DDD8
(198,221,216)
#CBE0DB
(203,224,219)
#D0E3DE
(208,227,222)
#D5E6E1
(213,230,225)
#DAE9E4
(218,233,228)
#DFECE7
(223,236,231)
#E4EFEA
(228,239,234)
#E9F2ED
(233,242,237)
#EEF5F0
(238,245,240)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DAD5; }

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

This text font color is #C1DAD5.


Background Color

.myBgColor { background-color: #C1DAD5; }

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

This div background color is #C1DAD5.


Border color

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

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

This div border color is #C1DAD5.


Opacity

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

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

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

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

This text has shadow with #C1DAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DAD5 on black background.


Color preview on white background

This text has color #C1DAD5 on white background.



Black color preview on #C1DAD5 background

This text has black color on #C1DAD5 background.


White color preview on #C1DAD5 background

This text has white color on #C1DAD5 background.