COLOR #C1DBC2

HEX: #C1DBC2
RGB: (193,219,194)

Color info

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

RGB color model

#C1DBC2 color RGB value is (193,219,194).

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

RGB channels and saturation

R 193 of 255 = 76%
G 219 of 255 = 86%
B 194 of 255 = 76%

193
219
194

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

Portions of RGB colors in percentages

R + G + B =
193 + 219 + 194 = 606 (100%)
R 193 of 606 ~ 31.85%
G 219 of 606 ~ 36.14%
B 194 of 606 ~ 32.01%

%31.85
%36.14
%32.01

CMYK color model

#C1DBC2 color CMYK value is (12,0,11,14).

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 14.12%
CMYK:
(12,0,11,14)
C12M0Y11K14 
(12%,0%,11%,14%)
(0.12/0.00/0.11/0.14)	

CMYK percentages

%11.87
%0
%11.42
%14.12

Codes

Color #C1DBC2 in popluar color models

C1DBC2
RGB193219194
HSL122°26.53%80.78%
HSB/HSV122°11.87%85.88%
CMYK11.87%0.00%11.42%
14.12%

Color #C1DBC2 in popluar number systems.

HEXC1DBC2
Decimal193219194
Binary110000011101101111000010
Octal301333302

Shades and tints

Shades of #C1DBC2

#C1DBC2
(193,219,194)
#B0C8B1
(176,200,177)
#9FB5A0
(159,181,160)
#8EA28F
(142,162,143)
#7D8F7E
(125,143,126)
#6C7C6D
(108,124,109)
#5B695C
(91,105,92)
#4A564B
(74,86,75)
#39433A
(57,67,58)
#283029
(40,48,41)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #C1DBC2

#C1DBC2
(193,219,194)
#C6DEC7
(198,222,199)
#CBE1CC
(203,225,204)
#D0E4D1
(208,228,209)
#D5E7D6
(213,231,214)
#DAEADB
(218,234,219)
#DFEDE0
(223,237,224)
#E4F0E5
(228,240,229)
#E9F3EA
(233,243,234)
#EEF6EF
(238,246,239)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DBC2; }

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

This text font color is #C1DBC2.


Background Color

.myBgColor { background-color: #C1DBC2; }

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

This div background color is #C1DBC2.


Border color

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

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

This div border color is #C1DBC2.


Opacity

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

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

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

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

This text has shadow with #C1DBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DBC2 on black background.


Color preview on white background

This text has color #C1DBC2 on white background.



Black color preview on #C1DBC2 background

This text has black color on #C1DBC2 background.


White color preview on #C1DBC2 background

This text has white color on #C1DBC2 background.