COLOR #C3DA9B

HEX: #C3DA9B
RGB: (195,218,155)

Color info

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

RGB color model

#C3DA9B color RGB value is (195,218,155).

  • red value is 195;
  • green value is 218;
  • blue value is 155.
RGB:
(195,218,155)
(76%,85%,61%)

RGB channels and saturation

R 195 of 255 = 76%
G 218 of 255 = 85%
B 155 of 255 = 61%

195
218
155

R + G + B ~ 74%. #C3DA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 218 + 155 = 568 (100%)
R 195 of 568 ~ 34.33%
G 218 of 568 ~ 38.38%
B 155 of 568 ~ 27.29%

%34.33
%38.38
%27.29

CMYK color model

#C3DA9B color CMYK value is (11,0,29,15).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 28.90%
  • key color value is 14.51%
CMYK:
(11,0,29,15)
C11M0Y29K15 
(11%,0%,29%,15%)
(0.11/0.00/0.29/0.15)	

CMYK percentages

%10.55
%0
%28.9
%14.51

Codes

Color #C3DA9B in popluar color models

C3DA9B
RGB195218155
HSL82°45.99%73.14%
HSB/HSV82°28.90%85.49%
CMYK10.55%0.00%28.90%
14.51%

Color #C3DA9B in popluar number systems.

HEXC3DA9B
Decimal195218155
Binary110000111101101010011011
Octal303332233

Shades and tints

Shades of #C3DA9B

#C3DA9B
(195,218,155)
#B2C78D
(178,199,141)
#A1B47F
(161,180,127)
#90A171
(144,161,113)
#7F8E63
(127,142,99)
#6E7B55
(110,123,85)
#5D6847
(93,104,71)
#4C5539
(76,85,57)
#3B422B
(59,66,43)
#2A2F1D
(42,47,29)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #C3DA9B

#C3DA9B
(195,218,155)
#C8DDA4
(200,221,164)
#CDE0AD
(205,224,173)
#D2E3B6
(210,227,182)
#D7E6BF
(215,230,191)
#DCE9C8
(220,233,200)
#E1ECD1
(225,236,209)
#E6EFDA
(230,239,218)
#EBF2E3
(235,242,227)
#F0F5EC
(240,245,236)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DA9B color. Also use rgb(195,218,155) instead hex code.

Text Font Color

.myTextColor { color: #C3DA9B; }

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

This text font color is #C3DA9B.


Background Color

.myBgColor { background-color: #C3DA9B; }

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

This div background color is #C3DA9B.


Border color

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

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

This div border color is #C3DA9B.


Opacity

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

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

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

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

This text has shadow with #C3DA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DA9B on black background.


Color preview on white background

This text has color #C3DA9B on white background.



Black color preview on #C3DA9B background

This text has black color on #C3DA9B background.


White color preview on #C3DA9B background

This text has white color on #C3DA9B background.