COLOR #C3D1AE

HEX: #C3D1AE
RGB: (195,209,174)

Color info

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

RGB color model

#C3D1AE color RGB value is (195,209,174).

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

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 174 of 255 = 68%

195
209
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 209 + 174 = 578 (100%)
R 195 of 578 ~ 33.74%
G 209 of 578 ~ 36.16%
B 174 of 578 ~ 30.1%

%33.74
%36.16
%30.1

CMYK color model

#C3D1AE color CMYK value is (7,0,17,18).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(7,0,17,18)
C7M0Y17K18 
(7%,0%,17%,18%)
(0.07/0.00/0.17/0.18)	

CMYK percentages

%6.7
%0
%16.75
%18.04

Codes

Color #C3D1AE in popluar color models

C3D1AE
RGB195209174
HSL84°27.56%75.10%
HSB/HSV84°16.75%81.96%
CMYK6.70%0.00%16.75%
18.04%

Color #C3D1AE in popluar number systems.

HEXC3D1AE
Decimal195209174
Binary110000111101000110101110
Octal303321256

Shades and tints

Shades of #C3D1AE

#C3D1AE
(195,209,174)
#B2BE9F
(178,190,159)
#A1AB90
(161,171,144)
#909881
(144,152,129)
#7F8572
(127,133,114)
#6E7263
(110,114,99)
#5D5F54
(93,95,84)
#4C4C45
(76,76,69)
#3B3936
(59,57,54)
#2A2627
(42,38,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3D1AE

#C3D1AE
(195,209,174)
#C8D5B5
(200,213,181)
#CDD9BC
(205,217,188)
#D2DDC3
(210,221,195)
#D7E1CA
(215,225,202)
#DCE5D1
(220,229,209)
#E1E9D8
(225,233,216)
#E6EDDF
(230,237,223)
#EBF1E6
(235,241,230)
#F0F5ED
(240,245,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D1AE; }

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

This text font color is #C3D1AE.


Background Color

.myBgColor { background-color: #C3D1AE; }

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

This div background color is #C3D1AE.


Border color

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

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

This div border color is #C3D1AE.


Opacity

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

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

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

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

This text has shadow with #C3D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D1AE on black background.


Color preview on white background

This text has color #C3D1AE on white background.



Black color preview on #C3D1AE background

This text has black color on #C3D1AE background.


White color preview on #C3D1AE background

This text has white color on #C3D1AE background.