COLOR #C3D7AE

HEX: #C3D7AE
RGB: (195,215,174)

Color info

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

RGB color model

#C3D7AE color RGB value is (195,215,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 215 of 255 = 84%
B 174 of 255 = 68%

195
215
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 215 + 174 = 584 (100%)
R 195 of 584 ~ 33.39%
G 215 of 584 ~ 36.82%
B 174 of 584 ~ 29.79%

%33.39
%36.82
%29.79

CMYK color model

#C3D7AE color CMYK value is (9,0,19,16).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(9,0,19,16)
C9M0Y19K16 
(9%,0%,19%,16%)
(0.09/0.00/0.19/0.16)	

CMYK percentages

%9.3
%0
%19.07
%15.69

Codes

Color #C3D7AE in popluar color models

C3D7AE
RGB195215174
HSL89°33.88%76.27%
HSB/HSV89°19.07%84.31%
CMYK9.30%0.00%19.07%
15.69%

Color #C3D7AE in popluar number systems.

HEXC3D7AE
Decimal195215174
Binary110000111101011110101110
Octal303327256

Shades and tints

Shades of #C3D7AE

#C3D7AE
(195,215,174)
#B2C49F
(178,196,159)
#A1B190
(161,177,144)
#909E81
(144,158,129)
#7F8B72
(127,139,114)
#6E7863
(110,120,99)
#5D6554
(93,101,84)
#4C5245
(76,82,69)
#3B3F36
(59,63,54)
#2A2C27
(42,44,39)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3D7AE

#C3D7AE
(195,215,174)
#C8DAB5
(200,218,181)
#CDDDBC
(205,221,188)
#D2E0C3
(210,224,195)
#D7E3CA
(215,227,202)
#DCE6D1
(220,230,209)
#E1E9D8
(225,233,216)
#E6ECDF
(230,236,223)
#EBEFE6
(235,239,230)
#F0F2ED
(240,242,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D7AE; }

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

This text font color is #C3D7AE.


Background Color

.myBgColor { background-color: #C3D7AE; }

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

This div background color is #C3D7AE.


Border color

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

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

This div border color is #C3D7AE.


Opacity

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

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

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

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

This text has shadow with #C3D7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D7AE on black background.


Color preview on white background

This text has color #C3D7AE on white background.



Black color preview on #C3D7AE background

This text has black color on #C3D7AE background.


White color preview on #C3D7AE background

This text has white color on #C3D7AE background.