COLOR #C1DBC9

HEX: #C1DBC9
RGB: (193,219,201)

Color info

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

RGB color model

#C1DBC9 color RGB value is (193,219,201).

  • red value is 193;
  • green value is 219;
  • blue value is 201.
RGB:
(193,219,201)
(76%,86%,79%)

RGB channels and saturation

R 193 of 255 = 76%
G 219 of 255 = 86%
B 201 of 255 = 79%

193
219
201

R + G + B ~ 80%. #C1DBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 219 + 201 = 613 (100%)
R 193 of 613 ~ 31.48%
G 219 of 613 ~ 35.73%
B 201 of 613 ~ 32.79%

%31.48
%35.73
%32.79

CMYK color model

#C1DBC9 color CMYK value is (12,0,8,14).

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 14.12%
CMYK:
(12,0,8,14)
C12M0Y8K14 
(12%,0%,8%,14%)
(0.12/0.00/0.08/0.14)	

CMYK percentages

%11.87
%0
%8.22
%14.12

Codes

Color #C1DBC9 in popluar color models

C1DBC9
RGB193219201
HSL138°26.53%80.78%
HSB/HSV138°11.87%85.88%
CMYK11.87%0.00%8.22%
14.12%

Color #C1DBC9 in popluar number systems.

HEXC1DBC9
Decimal193219201
Binary110000011101101111001001
Octal301333311

Shades and tints

Shades of #C1DBC9

#C1DBC9
(193,219,201)
#B0C8B7
(176,200,183)
#9FB5A5
(159,181,165)
#8EA293
(142,162,147)
#7D8F81
(125,143,129)
#6C7C6F
(108,124,111)
#5B695D
(91,105,93)
#4A564B
(74,86,75)
#394339
(57,67,57)
#283027
(40,48,39)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #C1DBC9

#C1DBC9
(193,219,201)
#C6DECD
(198,222,205)
#CBE1D1
(203,225,209)
#D0E4D5
(208,228,213)
#D5E7D9
(213,231,217)
#DAEADD
(218,234,221)
#DFEDE1
(223,237,225)
#E4F0E5
(228,240,229)
#E9F3E9
(233,243,233)
#EEF6ED
(238,246,237)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DBC9; }

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

This text font color is #C1DBC9.


Background Color

.myBgColor { background-color: #C1DBC9; }

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

This div background color is #C1DBC9.


Border color

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

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

This div border color is #C1DBC9.


Opacity

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

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

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

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

This text has shadow with #C1DBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DBC9 on black background.


Color preview on white background

This text has color #C1DBC9 on white background.



Black color preview on #C1DBC9 background

This text has black color on #C1DBC9 background.


White color preview on #C1DBC9 background

This text has white color on #C1DBC9 background.