COLOR #C3D6AE

HEX: #C3D6AE
RGB: (195,214,174)

Color info

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

RGB color model

#C3D6AE color RGB value is (195,214,174).

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

RGB channels and saturation

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

195
214
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 214 + 174 = 583 (100%)
R 195 of 583 ~ 33.45%
G 214 of 583 ~ 36.71%
B 174 of 583 ~ 29.85%

%33.45
%36.71
%29.85

CMYK color model

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

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

CMYK percentages

%8.88
%0
%18.69
%16.08

Codes

Color #C3D6AE in popluar color models

C3D6AE
RGB195214174
HSL89°32.79%76.08%
HSB/HSV89°18.69%83.92%
CMYK8.88%0.00%18.69%
16.08%

Color #C3D6AE in popluar number systems.

HEXC3D6AE
Decimal195214174
Binary110000111101011010101110
Octal303326256

Shades and tints

Shades of #C3D6AE

#C3D6AE
(195,214,174)
#B2C39F
(178,195,159)
#A1B090
(161,176,144)
#909D81
(144,157,129)
#7F8A72
(127,138,114)
#6E7763
(110,119,99)
#5D6454
(93,100,84)
#4C5145
(76,81,69)
#3B3E36
(59,62,54)
#2A2B27
(42,43,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3D6AE

#C3D6AE
(195,214,174)
#C8D9B5
(200,217,181)
#CDDCBC
(205,220,188)
#D2DFC3
(210,223,195)
#D7E2CA
(215,226,202)
#DCE5D1
(220,229,209)
#E1E8D8
(225,232,216)
#E6EBDF
(230,235,223)
#EBEEE6
(235,238,230)
#F0F1ED
(240,241,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D6AE; }

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

This text font color is #C3D6AE.


Background Color

.myBgColor { background-color: #C3D6AE; }

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

This div background color is #C3D6AE.


Border color

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

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

This div border color is #C3D6AE.


Opacity

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

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

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

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

This text has shadow with #C3D6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D6AE on black background.


Color preview on white background

This text has color #C3D6AE on white background.



Black color preview on #C3D6AE background

This text has black color on #C3D6AE background.


White color preview on #C3D6AE background

This text has white color on #C3D6AE background.