COLOR #C3D9AE

HEX: #C3D9AE
RGB: (195,217,174)

Color info

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

RGB color model

#C3D9AE color RGB value is (195,217,174).

  • red value is 195;
  • green value is 217;
  • blue value is 174.
RGB:
(195,217,174)
(76%,85%,68%)

RGB channels and saturation

R 195 of 255 = 76%
G 217 of 255 = 85%
B 174 of 255 = 68%

195
217
174

R + G + B ~ 76%. #C3D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 217 + 174 = 586 (100%)
R 195 of 586 ~ 33.28%
G 217 of 586 ~ 37.03%
B 174 of 586 ~ 29.69%

%33.28
%37.03
%29.69

CMYK color model

#C3D9AE color CMYK value is (10,0,20,15).

  • cyan value is 10.14%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(10,0,20,15)
C10M0Y20K15 
(10%,0%,20%,15%)
(0.10/0.00/0.20/0.15)	

CMYK percentages

%10.14
%0
%19.82
%14.9

Codes

Color #C3D9AE in popluar color models

C3D9AE
RGB195217174
HSL91°36.13%76.67%
HSB/HSV91°19.82%85.10%
CMYK10.14%0.00%19.82%
14.90%

Color #C3D9AE in popluar number systems.

HEXC3D9AE
Decimal195217174
Binary110000111101100110101110
Octal303331256

Shades and tints

Shades of #C3D9AE

#C3D9AE
(195,217,174)
#B2C69F
(178,198,159)
#A1B390
(161,179,144)
#90A081
(144,160,129)
#7F8D72
(127,141,114)
#6E7A63
(110,122,99)
#5D6754
(93,103,84)
#4C5445
(76,84,69)
#3B4136
(59,65,54)
#2A2E27
(42,46,39)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #C3D9AE

#C3D9AE
(195,217,174)
#C8DCB5
(200,220,181)
#CDDFBC
(205,223,188)
#D2E2C3
(210,226,195)
#D7E5CA
(215,229,202)
#DCE8D1
(220,232,209)
#E1EBD8
(225,235,216)
#E6EEDF
(230,238,223)
#EBF1E6
(235,241,230)
#F0F4ED
(240,244,237)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D9AE color. Also use rgb(195,217,174) instead hex code.

Text Font Color

.myTextColor { color: #C3D9AE; }

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

This text font color is #C3D9AE.


Background Color

.myBgColor { background-color: #C3D9AE; }

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

This div background color is #C3D9AE.


Border color

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

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

This div border color is #C3D9AE.


Opacity

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

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

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

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

This text has shadow with #C3D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D9AE on black background.


Color preview on white background

This text has color #C3D9AE on white background.



Black color preview on #C3D9AE background

This text has black color on #C3D9AE background.


White color preview on #C3D9AE background

This text has white color on #C3D9AE background.