COLOR #C1DEB0

HEX: #C1DEB0
RGB: (193,222,176)

Color info

#C1DEB0 contains red, green and blue colors in about the same proportion. Web safe color of #C1DEB0 is #CCCC99 (or #CC9).

RGB color model

#C1DEB0 color RGB value is (193,222,176).

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

RGB channels and saturation

R 193 of 255 = 76%
G 222 of 255 = 87%
B 176 of 255 = 69%

193
222
176

R + G + B ~ 77%. #C1DEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 222 + 176 = 591 (100%)
R 193 of 591 ~ 32.66%
G 222 of 591 ~ 37.56%
B 176 of 591 ~ 29.78%

%32.66
%37.56
%29.78

CMYK color model

#C1DEB0 color CMYK value is (13,0,21,13).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 12.94%
CMYK:
(13,0,21,13)
C13M0Y21K13 
(13%,0%,21%,13%)
(0.13/0.00/0.21/0.13)	

CMYK percentages

%13.06
%0
%20.72
%12.94

Codes

Color #C1DEB0 in popluar color models

C1DEB0
RGB193222176
HSL98°41.07%78.04%
HSB/HSV98°20.72%87.06%
CMYK13.06%0.00%20.72%
12.94%

Color #C1DEB0 in popluar number systems.

HEXC1DEB0
Decimal193222176
Binary110000011101111010110000
Octal301336260

Shades and tints

Shades of #C1DEB0

#C1DEB0
(193,222,176)
#B0CAA0
(176,202,160)
#9FB690
(159,182,144)
#8EA280
(142,162,128)
#7D8E70
(125,142,112)
#6C7A60
(108,122,96)
#5B6650
(91,102,80)
#4A5240
(74,82,64)
#393E30
(57,62,48)
#282A20
(40,42,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #C1DEB0

#C1DEB0
(193,222,176)
#C6E1B7
(198,225,183)
#CBE4BE
(203,228,190)
#D0E7C5
(208,231,197)
#D5EACC
(213,234,204)
#DAEDD3
(218,237,211)
#DFF0DA
(223,240,218)
#E4F3E1
(228,243,225)
#E9F6E8
(233,246,232)
#EEF9EF
(238,249,239)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DEB0; }

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

This text font color is #C1DEB0.


Background Color

.myBgColor { background-color: #C1DEB0; }

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

This div background color is #C1DEB0.


Border color

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

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

This div border color is #C1DEB0.


Opacity

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

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

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

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

This text has shadow with #C1DEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DEB0 on black background.


Color preview on white background

This text has color #C1DEB0 on white background.



Black color preview on #C1DEB0 background

This text has black color on #C1DEB0 background.


White color preview on #C1DEB0 background

This text has white color on #C1DEB0 background.