COLOR #C3DB9E

HEX: #C3DB9E
RGB: (195,219,158)

Color info

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

RGB color model

#C3DB9E color RGB value is (195,219,158).

  • red value is 195;
  • green value is 219;
  • blue value is 158.
RGB:
(195,219,158)
(76%,86%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 219 of 255 = 86%
B 158 of 255 = 62%

195
219
158

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

Portions of RGB colors in percentages

R + G + B =
195 + 219 + 158 = 572 (100%)
R 195 of 572 ~ 34.09%
G 219 of 572 ~ 38.29%
B 158 of 572 ~ 27.62%

%34.09
%38.29
%27.62

CMYK color model

#C3DB9E color CMYK value is (11,0,28,14).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 14.12%
CMYK:
(11,0,28,14)
C11M0Y28K14 
(11%,0%,28%,14%)
(0.11/0.00/0.28/0.14)	

CMYK percentages

%10.96
%0
%27.85
%14.12

Codes

Color #C3DB9E in popluar color models

C3DB9E
RGB195219158
HSL84°45.86%73.92%
HSB/HSV84°27.85%85.88%
CMYK10.96%0.00%27.85%
14.12%

Color #C3DB9E in popluar number systems.

HEXC3DB9E
Decimal195219158
Binary110000111101101110011110
Octal303333236

Shades and tints

Shades of #C3DB9E

#C3DB9E
(195,219,158)
#B2C890
(178,200,144)
#A1B582
(161,181,130)
#90A274
(144,162,116)
#7F8F66
(127,143,102)
#6E7C58
(110,124,88)
#5D694A
(93,105,74)
#4C563C
(76,86,60)
#3B432E
(59,67,46)
#2A3020
(42,48,32)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #C3DB9E

#C3DB9E
(195,219,158)
#C8DEA6
(200,222,166)
#CDE1AE
(205,225,174)
#D2E4B6
(210,228,182)
#D7E7BE
(215,231,190)
#DCEAC6
(220,234,198)
#E1EDCE
(225,237,206)
#E6F0D6
(230,240,214)
#EBF3DE
(235,243,222)
#F0F6E6
(240,246,230)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DB9E color. Also use rgb(195,219,158) instead hex code.

Text Font Color

.myTextColor { color: #C3DB9E; }

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

This text font color is #C3DB9E.


Background Color

.myBgColor { background-color: #C3DB9E; }

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

This div background color is #C3DB9E.


Border color

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

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

This div border color is #C3DB9E.


Opacity

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

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

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

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

This text has shadow with #C3DB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DB9E on black background.


Color preview on white background

This text has color #C3DB9E on white background.



Black color preview on #C3DB9E background

This text has black color on #C3DB9E background.


White color preview on #C3DB9E background

This text has white color on #C3DB9E background.