COLOR #C3D3A6

HEX: #C3D3A6
RGB: (195,211,166)

Color info

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

RGB color model

#C3D3A6 color RGB value is (195,211,166).

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

RGB channels and saturation

R 195 of 255 = 76%
G 211 of 255 = 83%
B 166 of 255 = 65%

195
211
166

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

Portions of RGB colors in percentages

R + G + B =
195 + 211 + 166 = 572 (100%)
R 195 of 572 ~ 34.09%
G 211 of 572 ~ 36.89%
B 166 of 572 ~ 29.02%

%34.09
%36.89
%29.02

CMYK color model

#C3D3A6 color CMYK value is (8,0,21,17).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 17.25%
CMYK:
(8,0,21,17)
C8M0Y21K17 
(8%,0%,21%,17%)
(0.08/0.00/0.21/0.17)	

CMYK percentages

%7.58
%0
%21.33
%17.25

Codes

Color #C3D3A6 in popluar color models

C3D3A6
RGB195211166
HSL81°33.83%73.92%
HSB/HSV81°21.33%82.75%
CMYK7.58%0.00%21.33%
17.25%

Color #C3D3A6 in popluar number systems.

HEXC3D3A6
Decimal195211166
Binary110000111101001110100110
Octal303323246

Shades and tints

Shades of #C3D3A6

#C3D3A6
(195,211,166)
#B2C097
(178,192,151)
#A1AD88
(161,173,136)
#909A79
(144,154,121)
#7F876A
(127,135,106)
#6E745B
(110,116,91)
#5D614C
(93,97,76)
#4C4E3D
(76,78,61)
#3B3B2E
(59,59,46)
#2A281F
(42,40,31)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #C3D3A6

#C3D3A6
(195,211,166)
#C8D7AE
(200,215,174)
#CDDBB6
(205,219,182)
#D2DFBE
(210,223,190)
#D7E3C6
(215,227,198)
#DCE7CE
(220,231,206)
#E1EBD6
(225,235,214)
#E6EFDE
(230,239,222)
#EBF3E6
(235,243,230)
#F0F7EE
(240,247,238)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D3A6; }

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

This text font color is #C3D3A6.


Background Color

.myBgColor { background-color: #C3D3A6; }

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

This div background color is #C3D3A6.


Border color

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

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

This div border color is #C3D3A6.


Opacity

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

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

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

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

This text has shadow with #C3D3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D3A6 on black background.


Color preview on white background

This text has color #C3D3A6 on white background.



Black color preview on #C3D3A6 background

This text has black color on #C3D3A6 background.


White color preview on #C3D3A6 background

This text has white color on #C3D3A6 background.