COLOR #C3D1A4

HEX: #C3D1A4
RGB: (195,209,164)

Color info

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

RGB color model

#C3D1A4 color RGB value is (195,209,164).

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

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 164 of 255 = 64%

195
209
164

R + G + B ~ 74%. #C3D1A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 209 + 164 = 568 (100%)
R 195 of 568 ~ 34.33%
G 209 of 568 ~ 36.8%
B 164 of 568 ~ 28.87%

%34.33
%36.8
%28.87

CMYK color model

#C3D1A4 color CMYK value is (7,0,22,18).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 21.53%
  • key color value is 18.04%
CMYK:
(7,0,22,18)
C7M0Y22K18 
(7%,0%,22%,18%)
(0.07/0.00/0.22/0.18)	

CMYK percentages

%6.7
%0
%21.53
%18.04

Codes

Color #C3D1A4 in popluar color models

C3D1A4
RGB195209164
HSL79°32.85%73.14%
HSB/HSV79°21.53%81.96%
CMYK6.70%0.00%21.53%
18.04%

Color #C3D1A4 in popluar number systems.

HEXC3D1A4
Decimal195209164
Binary110000111101000110100100
Octal303321244

Shades and tints

Shades of #C3D1A4

#C3D1A4
(195,209,164)
#B2BE96
(178,190,150)
#A1AB88
(161,171,136)
#90987A
(144,152,122)
#7F856C
(127,133,108)
#6E725E
(110,114,94)
#5D5F50
(93,95,80)
#4C4C42
(76,76,66)
#3B3934
(59,57,52)
#2A2626
(42,38,38)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3D1A4

#C3D1A4
(195,209,164)
#C8D5AC
(200,213,172)
#CDD9B4
(205,217,180)
#D2DDBC
(210,221,188)
#D7E1C4
(215,225,196)
#DCE5CC
(220,229,204)
#E1E9D4
(225,233,212)
#E6EDDC
(230,237,220)
#EBF1E4
(235,241,228)
#F0F5EC
(240,245,236)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D1A4; }

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

This text font color is #C3D1A4.


Background Color

.myBgColor { background-color: #C3D1A4; }

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

This div background color is #C3D1A4.


Border color

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

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

This div border color is #C3D1A4.


Opacity

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

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

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

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

This text has shadow with #C3D1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D1A4 on black background.


Color preview on white background

This text has color #C3D1A4 on white background.



Black color preview on #C3D1A4 background

This text has black color on #C3D1A4 background.


White color preview on #C3D1A4 background

This text has white color on #C3D1A4 background.