COLOR #C1DABE

HEX: #C1DABE RGB: (193,218,190)

Color info

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

RGB color model

#C1DABE color RGB value is (193,218,190).

RGB: (193,218,190) (76%, 85%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 218 of 255 = 85%
B 190 of 255 = 75%

193
218
190

R + G + B ~ 79%. #C1DABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 218 + 190 = 601 (100%)
R 193 of 601 ~ 32.11%
G 218 of 601 ~ 36.27%
B 190 of 601 ~ 31.61'%

%32.11
%36.27
%31.61

CMYK color model

#C1DABE color CMYK value is (11,0,13,15).

  • cyan value is 11.47%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK: (11,0,13,15) C11M0Y13K15 (11%,0%,13%,15%) (0.11/0.00/0.13/0.15) 

CMYK percentages

%11.47
%0
%12.84
%14.51

Codes

Color #C1DABE in popluar color models

C1 DA BE
RGB 193 218 190
HSL 114° 27.45% 80.00%
HSB/HSV 114° 12.84% 85.49%
CMYK 11.47% 0.00% 12.84%
14.51%

Color #C1DABE in popluar number systems.

HEX C1 DA BE
Decimal 193 218 190
Binary 11000001 11011010 10111110
Octal 301 332 276

Shades and tints

Shades of #C1DABE

#C1DABE
(193,218,190)
#B0C7AD
(176,199,173)
#9FB49C
(159,180,156)
#8EA18B
(142,161,139)
#7D8E7A
(125,142,122)
#6C7B69
(108,123,105)
#5B6858
(91,104,88)
#4A5547
(74,85,71)
#394236
(57,66,54)
#282F25
(40,47,37)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #C1DABE

#C1DABE
(193,218,190)
#C6DDC3
(198,221,195)
#CBE0C8
(203,224,200)
#D0E3CD
(208,227,205)
#D5E6D2
(213,230,210)
#DAE9D7
(218,233,215)
#DFECDC
(223,236,220)
#E4EFE1
(228,239,225)
#E9F2E6
(233,242,230)
#EEF5EB
(238,245,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DABE; }

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

This text font color is #C1DABE.

Background Color

.myBgColor { background-color: #C1DABE; }

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

This div background color is #C1DABE.

Border color

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

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

This div border color is #C1DABE.

Opacity

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

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

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

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

This text has shadow with #C1DABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DABE.

Preview

Color preview on black background

This text has color #C1DABE on black background.


Color preview on white background

This text has color #C1DABE on white background.


Black color preview on #C1DABE background

This text has black color on #C1DABE background.


White color preview on #C1DABE background

This text has white color on #C1DABE background.


Related colors

Complementary color

Complementary color for #hex is #3E2541.


I love getcolorcode.com

Triadic colors

1 #BEC1DA and #DABEC1 with #C1DABE are triadic colors.

2 #BEDAC1 and #DAC1BE with #C1DABE are triadic colors.