COLOR #C1DDB3

HEX: #C1DDB3
RGB: (193,221,179)

Color info

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

RGB color model

#C1DDB3 color RGB value is (193,221,179).

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

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 179 of 255 = 70%

193
221
179

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

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 179 = 593 (100%)
R 193 of 593 ~ 32.55%
G 221 of 593 ~ 37.27%
B 179 of 593 ~ 30.19%

%32.55
%37.27
%30.19

CMYK color model

#C1DDB3 color CMYK value is (13,0,19,13).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(13,0,19,13)
C13M0Y19K13 
(13%,0%,19%,13%)
(0.13/0.00/0.19/0.13)	

CMYK percentages

%12.67
%0
%19
%13.33

Codes

Color #C1DDB3 in popluar color models

C1DDB3
RGB193221179
HSL100°38.18%78.43%
HSB/HSV100°19.00%86.67%
CMYK12.67%0.00%19.00%
13.33%

Color #C1DDB3 in popluar number systems.

HEXC1DDB3
Decimal193221179
Binary110000011101110110110011
Octal301335263

Shades and tints

Shades of #C1DDB3

#C1DDB3
(193,221,179)
#B0C9A3
(176,201,163)
#9FB593
(159,181,147)
#8EA183
(142,161,131)
#7D8D73
(125,141,115)
#6C7963
(108,121,99)
#5B6553
(91,101,83)
#4A5143
(74,81,67)
#393D33
(57,61,51)
#282923
(40,41,35)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C1DDB3

#C1DDB3
(193,221,179)
#C6E0B9
(198,224,185)
#CBE3BF
(203,227,191)
#D0E6C5
(208,230,197)
#D5E9CB
(213,233,203)
#DAECD1
(218,236,209)
#DFEFD7
(223,239,215)
#E4F2DD
(228,242,221)
#E9F5E3
(233,245,227)
#EEF8E9
(238,248,233)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DDB3; }

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

This text font color is #C1DDB3.


Background Color

.myBgColor { background-color: #C1DDB3; }

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

This div background color is #C1DDB3.


Border color

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

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

This div border color is #C1DDB3.


Opacity

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

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

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

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

This text has shadow with #C1DDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DDB3 on black background.


Color preview on white background

This text has color #C1DDB3 on white background.



Black color preview on #C1DDB3 background

This text has black color on #C1DDB3 background.


White color preview on #C1DDB3 background

This text has white color on #C1DDB3 background.