COLOR #C3E9D4

HEX: #C3E9D4
RGB: (195,233,212)

Color info

#C3E9D4 contains red, green and blue colors in about the same proportion. Web safe color of #C3E9D4 is #CCFFCC (or #CFC).

RGB color model

#C3E9D4 color RGB value is (195,233,212).

  • red value is 195;
  • green value is 233;
  • blue value is 212.
RGB:
(195,233,212)
(76%,91%,83%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 212 of 255 = 83%

195
233
212

R + G + B ~ 83%. #C3E9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 233 + 212 = 640 (100%)
R 195 of 640 ~ 30.47%
G 233 of 640 ~ 36.41%
B 212 of 640 ~ 33.13%

%30.47
%36.41
%33.13

CMYK color model

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

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 8.63%
CMYK:
(16,0,9,9)
C16M0Y9K9 
(16%,0%,9%,9%)
(0.16/0.00/0.09/0.09)	

CMYK percentages

%16.31
%0
%9.01
%8.63

Codes

Color #C3E9D4 in popluar color models

C3E9D4
RGB195233212
HSL147°46.34%83.92%
HSB/HSV147°16.31%91.37%
CMYK16.31%0.00%9.01%
8.63%

Color #C3E9D4 in popluar number systems.

HEXC3E9D4
Decimal195233212
Binary110000111110100111010100
Octal303351324

Shades and tints

Shades of #C3E9D4

#C3E9D4
(195,233,212)
#B2D4C1
(178,212,193)
#A1BFAE
(161,191,174)
#90AA9B
(144,170,155)
#7F9588
(127,149,136)
#6E8075
(110,128,117)
#5D6B62
(93,107,98)
#4C564F
(76,86,79)
#3B413C
(59,65,60)
#2A2C29
(42,44,41)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3E9D4

#C3E9D4
(195,233,212)
#C8EBD7
(200,235,215)
#CDEDDA
(205,237,218)
#D2EFDD
(210,239,221)
#D7F1E0
(215,241,224)
#DCF3E3
(220,243,227)
#E1F5E6
(225,245,230)
#E6F7E9
(230,247,233)
#EBF9EC
(235,249,236)
#F0FBEF
(240,251,239)
#F5FDF2
(245,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9D4 color. Also use rgb(195,233,212) instead hex code.

Text Font Color

.myTextColor { color: #C3E9D4; }

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

This text font color is #C3E9D4.


Background Color

.myBgColor { background-color: #C3E9D4; }

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

This div background color is #C3E9D4.


Border color

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

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

This div border color is #C3E9D4.


Opacity

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

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

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

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

This text has shadow with #C3E9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E9D4 on black background.


Color preview on white background

This text has color #C3E9D4 on white background.



Black color preview on #C3E9D4 background

This text has black color on #C3E9D4 background.


White color preview on #C3E9D4 background

This text has white color on #C3E9D4 background.