COLOR #C1DAD4

HEX: #C1DAD4 RGB: (193,218,212)

Color info

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

RGB color model

#C1DAD4 color RGB value is (193,218,212).

RGB: (193,218,212) (76%, 85%, 83%)

RGB channels and saturation

R 193 of 255 = 76%
G 218 of 255 = 85%
B 212 of 255 = 83%

193
218
212

R + G + B ~ 81%. #C1DAD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 218 + 212 = 623 (100%)
R 193 of 623 ~ 30.98%
G 218 of 623 ~ 34.99%
B 212 of 623 ~ 34.03'%

%30.98
%34.99
%34.03

CMYK color model

#C1DAD4 color CMYK value is (11,0,3,15).

  • cyan value is 11.47%
  • magenta value is 0.00%
  • yellow value is 2.75%
  • key color value is 14.51%

CMYK: (11,0,3,15)
C11M0Y3K15 (11%, 0%, 3%, 15%)
(0.11 / 0.00 / 0.03 / 0.15)

CMYK percentages

%11.47
%0
%2.75
%14.51

Codes

Color #C1DAD4 in popluar color models

C1 DA D4
RGB 193 218 212
HSL 166° 25.25% 80.59%
HSB/HSV 166° 11.47% 85.49%
CMYK 11.47% 0.00% 2.75%
14.51%

Color #C1DAD4 in popluar number systems.

HEX C1 DA D4
Decimal 193 218 212
Binary 11000001 11011010 11010100
Octal 301 332 324

Shades and tints

Shades of #C1DAD4

#C1DAD4
(193,218,212)
#B0C7C1
(176,199,193)
#9FB4AE
(159,180,174)
#8EA19B
(142,161,155)
#7D8E88
(125,142,136)
#6C7B75
(108,123,117)
#5B6862
(91,104,98)
#4A554F
(74,85,79)
#39423C
(57,66,60)
#282F29
(40,47,41)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #C1DAD4

#C1DAD4
(193,218,212)
#C6DDD7
(198,221,215)
#CBE0DA
(203,224,218)
#D0E3DD
(208,227,221)
#D5E6E0
(213,230,224)
#DAE9E3
(218,233,227)
#DFECE6
(223,236,230)
#E4EFE9
(228,239,233)
#E9F2EC
(233,242,236)
#EEF5EF
(238,245,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DAD4; }

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

This text font color is #C1DAD4.

Background Color

.myBgColor { background-color: #C1DAD4; }

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

This div background color is #C1DAD4.

Border color

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

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

This div border color is #C1DAD4.

Opacity

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

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

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

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

This text has shadow with #C1DAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DAD4.

Preview

Color preview on black background

This text has color #C1DAD4 on black background.


Color preview on white background

This text has color #C1DAD4 on white background.


Black color preview on #C1DAD4 background

This text has black color on #C1DAD4 background.


White color preview on #C1DAD4 background

This text has white color on #C1DAD4 background.


Related colors

Complementary color

Complementary color for #hex is #3E252B.


I love getcolorcode.com

Triadic colors

1 #D4C1DA and #DAD4C1 with #C1DAD4 are triadic colors.

2 #D4DAC1 and #DAC1D4 with #C1DAD4 are triadic colors.