COLOR #C3DDA1

HEX: #C3DDA1
RGB: (195,221,161)

Color info

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

RGB color model

#C3DDA1 color RGB value is (195,221,161).

  • red value is 195;
  • green value is 221;
  • blue value is 161.
RGB:
(195,221,161)
(76%,87%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 161 of 255 = 63%

195
221
161

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

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 161 = 577 (100%)
R 195 of 577 ~ 33.8%
G 221 of 577 ~ 38.3%
B 161 of 577 ~ 27.9%

%33.8
%38.3
%27.9

CMYK color model

#C3DDA1 color CMYK value is (12,0,27,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 27.15%
  • key color value is 13.33%
CMYK:
(12,0,27,13)
C12M0Y27K13 
(12%,0%,27%,13%)
(0.12/0.00/0.27/0.13)	

CMYK percentages

%11.76
%0
%27.15
%13.33

Codes

Color #C3DDA1 in popluar color models

C3DDA1
RGB195221161
HSL86°46.88%74.90%
HSB/HSV86°27.15%86.67%
CMYK11.76%0.00%27.15%
13.33%

Color #C3DDA1 in popluar number systems.

HEXC3DDA1
Decimal195221161
Binary110000111101110110100001
Octal303335241

Shades and tints

Shades of #C3DDA1

#C3DDA1
(195,221,161)
#B2C993
(178,201,147)
#A1B585
(161,181,133)
#90A177
(144,161,119)
#7F8D69
(127,141,105)
#6E795B
(110,121,91)
#5D654D
(93,101,77)
#4C513F
(76,81,63)
#3B3D31
(59,61,49)
#2A2923
(42,41,35)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #C3DDA1

#C3DDA1
(195,221,161)
#C8E0A9
(200,224,169)
#CDE3B1
(205,227,177)
#D2E6B9
(210,230,185)
#D7E9C1
(215,233,193)
#DCECC9
(220,236,201)
#E1EFD1
(225,239,209)
#E6F2D9
(230,242,217)
#EBF5E1
(235,245,225)
#F0F8E9
(240,248,233)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DDA1 color. Also use rgb(195,221,161) instead hex code.

Text Font Color

.myTextColor { color: #C3DDA1; }

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

This text font color is #C3DDA1.


Background Color

.myBgColor { background-color: #C3DDA1; }

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

This div background color is #C3DDA1.


Border color

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

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

This div border color is #C3DDA1.


Opacity

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

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

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

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

This text has shadow with #C3DDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDA1 on black background.


Color preview on white background

This text has color #C3DDA1 on white background.



Black color preview on #C3DDA1 background

This text has black color on #C3DDA1 background.


White color preview on #C3DDA1 background

This text has white color on #C3DDA1 background.