COLOR #C3E7D9

HEX: #C3E7D9
RGB: (195,231,217)

Color info

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

RGB color model

#C3E7D9 color RGB value is (195,231,217).

  • red value is 195;
  • green value is 231;
  • blue value is 217.
RGB:
(195,231,217)
(76%,91%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 231 of 255 = 91%
B 217 of 255 = 85%

195
231
217

R + G + B ~ 84%. #C3E7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 231 + 217 = 643 (100%)
R 195 of 643 ~ 30.33%
G 231 of 643 ~ 35.93%
B 217 of 643 ~ 33.75%

%30.33
%35.93
%33.75

CMYK color model

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

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(16,0,6,9)
C16M0Y6K9 
(16%,0%,6%,9%)
(0.16/0.00/0.06/0.09)	

CMYK percentages

%15.58
%0
%6.06
%9.41

Codes

Color #C3E7D9 in popluar color models

C3E7D9
RGB195231217
HSL157°42.86%83.53%
HSB/HSV157°15.58%90.59%
CMYK15.58%0.00%6.06%
9.41%

Color #C3E7D9 in popluar number systems.

HEXC3E7D9
Decimal195231217
Binary110000111110011111011001
Octal303347331

Shades and tints

Shades of #C3E7D9

#C3E7D9
(195,231,217)
#B2D2C6
(178,210,198)
#A1BDB3
(161,189,179)
#90A8A0
(144,168,160)
#7F938D
(127,147,141)
#6E7E7A
(110,126,122)
#5D6967
(93,105,103)
#4C5454
(76,84,84)
#3B3F41
(59,63,65)
#2A2A2E
(42,42,46)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #C3E7D9

#C3E7D9
(195,231,217)
#C8E9DC
(200,233,220)
#CDEBDF
(205,235,223)
#D2EDE2
(210,237,226)
#D7EFE5
(215,239,229)
#DCF1E8
(220,241,232)
#E1F3EB
(225,243,235)
#E6F5EE
(230,245,238)
#EBF7F1
(235,247,241)
#F0F9F4
(240,249,244)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E7D9 color. Also use rgb(195,231,217) instead hex code.

Text Font Color

.myTextColor { color: #C3E7D9; }

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

This text font color is #C3E7D9.


Background Color

.myBgColor { background-color: #C3E7D9; }

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

This div background color is #C3E7D9.


Border color

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

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

This div border color is #C3E7D9.


Opacity

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

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

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

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

This text has shadow with #C3E7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E7D9 on black background.


Color preview on white background

This text has color #C3E7D9 on white background.



Black color preview on #C3E7D9 background

This text has black color on #C3E7D9 background.


White color preview on #C3E7D9 background

This text has white color on #C3E7D9 background.