COLOR #C1DD9B

HEX: #C1DD9B
RGB: (193,221,155)

Color info

#C1DD9B contains mainly red and green colors. Web safe color of #C1DD9B is #CCCC99 (or #CC9).

RGB color model

#C1DD9B color RGB value is (193,221,155).

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

RGB channels and saturation

R 193 of 255 = 76%
G 221 of 255 = 87%
B 155 of 255 = 61%

193
221
155

R + G + B ~ 75%. #C1DD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 221 + 155 = 569 (100%)
R 193 of 569 ~ 33.92%
G 221 of 569 ~ 38.84%
B 155 of 569 ~ 27.24%

%33.92
%38.84
%27.24

CMYK color model

#C1DD9B color CMYK value is (13,0,30,13).

  • cyan value is 12.67%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 13.33%
CMYK:
(13,0,30,13)
C13M0Y30K13 
(13%,0%,30%,13%)
(0.13/0.00/0.30/0.13)	

CMYK percentages

%12.67
%0
%29.86
%13.33

Codes

Color #C1DD9B in popluar color models

C1DD9B
RGB193221155
HSL85°49.25%73.73%
HSB/HSV85°29.86%86.67%
CMYK12.67%0.00%29.86%
13.33%

Color #C1DD9B in popluar number systems.

HEXC1DD9B
Decimal193221155
Binary110000011101110110011011
Octal301335233

Shades and tints

Shades of #C1DD9B

#C1DD9B
(193,221,155)
#B0C98D
(176,201,141)
#9FB57F
(159,181,127)
#8EA171
(142,161,113)
#7D8D63
(125,141,99)
#6C7955
(108,121,85)
#5B6547
(91,101,71)
#4A5139
(74,81,57)
#393D2B
(57,61,43)
#28291D
(40,41,29)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C1DD9B

#C1DD9B
(193,221,155)
#C6E0A4
(198,224,164)
#CBE3AD
(203,227,173)
#D0E6B6
(208,230,182)
#D5E9BF
(213,233,191)
#DAECC8
(218,236,200)
#DFEFD1
(223,239,209)
#E4F2DA
(228,242,218)
#E9F5E3
(233,245,227)
#EEF8EC
(238,248,236)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DD9B; }

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

This text font color is #C1DD9B.


Background Color

.myBgColor { background-color: #C1DD9B; }

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

This div background color is #C1DD9B.


Border color

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

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

This div border color is #C1DD9B.


Opacity

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

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

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

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

This text has shadow with #C1DD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DD9B on black background.


Color preview on white background

This text has color #C1DD9B on white background.



Black color preview on #C1DD9B background

This text has black color on #C1DD9B background.


White color preview on #C1DD9B background

This text has white color on #C1DD9B background.