COLOR #C3D3AE

HEX: #C3D3AE
RGB: (195,211,174)

Color info

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

RGB color model

#C3D3AE color RGB value is (195,211,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 211 of 255 = 83%
B 174 of 255 = 68%

195
211
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 211 + 174 = 580 (100%)
R 195 of 580 ~ 33.62%
G 211 of 580 ~ 36.38%
B 174 of 580 ~ 30%

%33.62
%36.38
%30

CMYK color model

#C3D3AE color CMYK value is (8,0,18,17).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 17.25%
CMYK:
(8,0,18,17)
C8M0Y18K17 
(8%,0%,18%,17%)
(0.08/0.00/0.18/0.17)	

CMYK percentages

%7.58
%0
%17.54
%17.25

Codes

Color #C3D3AE in popluar color models

C3D3AE
RGB195211174
HSL86°29.60%75.49%
HSB/HSV86°17.54%82.75%
CMYK7.58%0.00%17.54%
17.25%

Color #C3D3AE in popluar number systems.

HEXC3D3AE
Decimal195211174
Binary110000111101001110101110
Octal303323256

Shades and tints

Shades of #C3D3AE

#C3D3AE
(195,211,174)
#B2C09F
(178,192,159)
#A1AD90
(161,173,144)
#909A81
(144,154,129)
#7F8772
(127,135,114)
#6E7463
(110,116,99)
#5D6154
(93,97,84)
#4C4E45
(76,78,69)
#3B3B36
(59,59,54)
#2A2827
(42,40,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #C3D3AE

#C3D3AE
(195,211,174)
#C8D7B5
(200,215,181)
#CDDBBC
(205,219,188)
#D2DFC3
(210,223,195)
#D7E3CA
(215,227,202)
#DCE7D1
(220,231,209)
#E1EBD8
(225,235,216)
#E6EFDF
(230,239,223)
#EBF3E6
(235,243,230)
#F0F7ED
(240,247,237)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D3AE; }

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

This text font color is #C3D3AE.


Background Color

.myBgColor { background-color: #C3D3AE; }

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

This div background color is #C3D3AE.


Border color

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

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

This div border color is #C3D3AE.


Opacity

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

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

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

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

This text has shadow with #C3D3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D3AE on black background.


Color preview on white background

This text has color #C3D3AE on white background.



Black color preview on #C3D3AE background

This text has black color on #C3D3AE background.


White color preview on #C3D3AE background

This text has white color on #C3D3AE background.