COLOR #C3D6B3

HEX: #C3D6B3
RGB: (195,214,179)

Color info

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

RGB color model

#C3D6B3 color RGB value is (195,214,179).

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

RGB channels and saturation

R 195 of 255 = 76%
G 214 of 255 = 84%
B 179 of 255 = 70%

195
214
179

R + G + B ~ 77%. #C3D6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 214 + 179 = 588 (100%)
R 195 of 588 ~ 33.16%
G 214 of 588 ~ 36.39%
B 179 of 588 ~ 30.44%

%33.16
%36.39
%30.44

CMYK color model

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

  • cyan value is 8.88%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 16.08%
CMYK:
(9,0,16,16)
C9M0Y16K16 
(9%,0%,16%,16%)
(0.09/0.00/0.16/0.16)	

CMYK percentages

%8.88
%0
%16.36
%16.08

Codes

Color #C3D6B3 in popluar color models

C3D6B3
RGB195214179
HSL93°29.91%77.06%
HSB/HSV93°16.36%83.92%
CMYK8.88%0.00%16.36%
16.08%

Color #C3D6B3 in popluar number systems.

HEXC3D6B3
Decimal195214179
Binary110000111101011010110011
Octal303326263

Shades and tints

Shades of #C3D6B3

#C3D6B3
(195,214,179)
#B2C3A3
(178,195,163)
#A1B093
(161,176,147)
#909D83
(144,157,131)
#7F8A73
(127,138,115)
#6E7763
(110,119,99)
#5D6453
(93,100,83)
#4C5143
(76,81,67)
#3B3E33
(59,62,51)
#2A2B23
(42,43,35)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #C3D6B3

#C3D6B3
(195,214,179)
#C8D9B9
(200,217,185)
#CDDCBF
(205,220,191)
#D2DFC5
(210,223,197)
#D7E2CB
(215,226,203)
#DCE5D1
(220,229,209)
#E1E8D7
(225,232,215)
#E6EBDD
(230,235,221)
#EBEEE3
(235,238,227)
#F0F1E9
(240,241,233)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D6B3; }

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

This text font color is #C3D6B3.


Background Color

.myBgColor { background-color: #C3D6B3; }

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

This div background color is #C3D6B3.


Border color

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

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

This div border color is #C3D6B3.


Opacity

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

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

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

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

This text has shadow with #C3D6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D6B3 on black background.


Color preview on white background

This text has color #C3D6B3 on white background.



Black color preview on #C3D6B3 background

This text has black color on #C3D6B3 background.


White color preview on #C3D6B3 background

This text has white color on #C3D6B3 background.