COLOR #C1DEC0

HEX: #C1DEC0
RGB: (193,222,192)

Color info

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

RGB color model

#C1DEC0 color RGB value is (193,222,192).

  • red value is 193;
  • green value is 222;
  • blue value is 192.
RGB:
(193,222,192)
(76%,87%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 222 of 255 = 87%
B 192 of 255 = 75%

193
222
192

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

Portions of RGB colors in percentages

R + G + B =
193 + 222 + 192 = 607 (100%)
R 193 of 607 ~ 31.8%
G 222 of 607 ~ 36.57%
B 192 of 607 ~ 31.63%

%31.8
%36.57
%31.63

CMYK color model

#C1DEC0 color CMYK value is (13,0,14,13).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%
CMYK:
(13,0,14,13)
C13M0Y14K13 
(13%,0%,14%,13%)
(0.13/0.00/0.14/0.13)	

CMYK percentages

%13.06
%0
%13.51
%12.94

Codes

Color #C1DEC0 in popluar color models

C1DEC0
RGB193222192
HSL118°31.25%81.18%
HSB/HSV118°13.51%87.06%
CMYK13.06%0.00%13.51%
12.94%

Color #C1DEC0 in popluar number systems.

HEXC1DEC0
Decimal193222192
Binary110000011101111011000000
Octal301336300

Shades and tints

Shades of #C1DEC0

#C1DEC0
(193,222,192)
#B0CAAF
(176,202,175)
#9FB69E
(159,182,158)
#8EA28D
(142,162,141)
#7D8E7C
(125,142,124)
#6C7A6B
(108,122,107)
#5B665A
(91,102,90)
#4A5249
(74,82,73)
#393E38
(57,62,56)
#282A27
(40,42,39)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #C1DEC0

#C1DEC0
(193,222,192)
#C6E1C5
(198,225,197)
#CBE4CA
(203,228,202)
#D0E7CF
(208,231,207)
#D5EAD4
(213,234,212)
#DAEDD9
(218,237,217)
#DFF0DE
(223,240,222)
#E4F3E3
(228,243,227)
#E9F6E8
(233,246,232)
#EEF9ED
(238,249,237)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DEC0 color. Also use rgb(193,222,192) instead hex code.

Text Font Color

.myTextColor { color: #C1DEC0; }

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

This text font color is #C1DEC0.


Background Color

.myBgColor { background-color: #C1DEC0; }

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

This div background color is #C1DEC0.


Border color

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

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

This div border color is #C1DEC0.


Opacity

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

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

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

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

This text has shadow with #C1DEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DEC0 on black background.


Color preview on white background

This text has color #C1DEC0 on white background.



Black color preview on #C1DEC0 background

This text has black color on #C1DEC0 background.


White color preview on #C1DEC0 background

This text has white color on #C1DEC0 background.