COLOR #C1DDB5

HEX: #C1DDB5
RGB: (193,221,181)

Color info

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

RGB color model

#C1DDB5 color RGB value is (193,221,181).

  • red value is 193;
  • green value is 221;
  • blue value is 181.
RGB:
(193,221,181)
(76%,87%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 181 of 255 = 71%

193
221
181

R + G + B ~ 78%. #C1DDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 181 = 595 (100%)
R 193 of 595 ~ 32.44%
G 221 of 595 ~ 37.14%
B 181 of 595 ~ 30.42%

%32.44
%37.14
%30.42

CMYK color model

#C1DDB5 color CMYK value is (13,0,18,13).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(13,0,18,13)
C13M0Y18K13 
(13%,0%,18%,13%)
(0.13/0.00/0.18/0.13)	

CMYK percentages

%12.67
%0
%18.1
%13.33

Codes

Color #C1DDB5 in popluar color models

C1DDB5
RGB193221181
HSL102°37.04%78.82%
HSB/HSV102°18.10%86.67%
CMYK12.67%0.00%18.10%
13.33%

Color #C1DDB5 in popluar number systems.

HEXC1DDB5
Decimal193221181
Binary110000011101110110110101
Octal301335265

Shades and tints

Shades of #C1DDB5

#C1DDB5
(193,221,181)
#B0C9A5
(176,201,165)
#9FB595
(159,181,149)
#8EA185
(142,161,133)
#7D8D75
(125,141,117)
#6C7965
(108,121,101)
#5B6555
(91,101,85)
#4A5145
(74,81,69)
#393D35
(57,61,53)
#282925
(40,41,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #C1DDB5

#C1DDB5
(193,221,181)
#C6E0BB
(198,224,187)
#CBE3C1
(203,227,193)
#D0E6C7
(208,230,199)
#D5E9CD
(213,233,205)
#DAECD3
(218,236,211)
#DFEFD9
(223,239,217)
#E4F2DF
(228,242,223)
#E9F5E5
(233,245,229)
#EEF8EB
(238,248,235)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DDB5 color. Also use rgb(193,221,181) instead hex code.

Text Font Color

.myTextColor { color: #C1DDB5; }

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

This text font color is #C1DDB5.


Background Color

.myBgColor { background-color: #C1DDB5; }

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

This div background color is #C1DDB5.


Border color

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

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

This div border color is #C1DDB5.


Opacity

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

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

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

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

This text has shadow with #C1DDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DDB5 on black background.


Color preview on white background

This text has color #C1DDB5 on white background.



Black color preview on #C1DDB5 background

This text has black color on #C1DDB5 background.


White color preview on #C1DDB5 background

This text has white color on #C1DDB5 background.