COLOR #C3D8B2

HEX: #C3D8B2
RGB: (195,216,178)

Color info

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

RGB color model

#C3D8B2 color RGB value is (195,216,178).

  • red value is 195;
  • green value is 216;
  • blue value is 178.
RGB:
(195,216,178)
(76%,85%,70%)

RGB channels and saturation

R 195 of 255 = 76%
G 216 of 255 = 85%
B 178 of 255 = 70%

195
216
178

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

Portions of RGB colors in percentages

R + G + B =
195 + 216 + 178 = 589 (100%)
R 195 of 589 ~ 33.11%
G 216 of 589 ~ 36.67%
B 178 of 589 ~ 30.22%

%33.11
%36.67
%30.22

CMYK color model

#C3D8B2 color CMYK value is (10,0,18,15).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(10,0,18,15)
C10M0Y18K15 
(10%,0%,18%,15%)
(0.10/0.00/0.18/0.15)	

CMYK percentages

%9.72
%0
%17.59
%15.29

Codes

Color #C3D8B2 in popluar color models

C3D8B2
RGB195216178
HSL93°32.76%77.25%
HSB/HSV93°17.59%84.71%
CMYK9.72%0.00%17.59%
15.29%

Color #C3D8B2 in popluar number systems.

HEXC3D8B2
Decimal195216178
Binary110000111101100010110010
Octal303330262

Shades and tints

Shades of #C3D8B2

#C3D8B2
(195,216,178)
#B2C5A2
(178,197,162)
#A1B292
(161,178,146)
#909F82
(144,159,130)
#7F8C72
(127,140,114)
#6E7962
(110,121,98)
#5D6652
(93,102,82)
#4C5342
(76,83,66)
#3B4032
(59,64,50)
#2A2D22
(42,45,34)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #C3D8B2

#C3D8B2
(195,216,178)
#C8DBB9
(200,219,185)
#CDDEC0
(205,222,192)
#D2E1C7
(210,225,199)
#D7E4CE
(215,228,206)
#DCE7D5
(220,231,213)
#E1EADC
(225,234,220)
#E6EDE3
(230,237,227)
#EBF0EA
(235,240,234)
#F0F3F1
(240,243,241)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D8B2 color. Also use rgb(195,216,178) instead hex code.

Text Font Color

.myTextColor { color: #C3D8B2; }

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

This text font color is #C3D8B2.


Background Color

.myBgColor { background-color: #C3D8B2; }

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

This div background color is #C3D8B2.


Border color

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

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

This div border color is #C3D8B2.


Opacity

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

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

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

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

This text has shadow with #C3D8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D8B2 on black background.


Color preview on white background

This text has color #C3D8B2 on white background.



Black color preview on #C3D8B2 background

This text has black color on #C3D8B2 background.


White color preview on #C3D8B2 background

This text has white color on #C3D8B2 background.