COLOR #C3E8DC

HEX: #C3E8DC
RGB: (195,232,220)

Color info

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

RGB color model

#C3E8DC color RGB value is (195,232,220).

  • red value is 195;
  • green value is 232;
  • blue value is 220.
RGB:
(195,232,220)
(76%,91%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 232 of 255 = 91%
B 220 of 255 = 86%

195
232
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 232 + 220 = 647 (100%)
R 195 of 647 ~ 30.14%
G 232 of 647 ~ 35.86%
B 220 of 647 ~ 34%

%30.14
%35.86
%34

CMYK color model

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

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(16,0,5,9)
C16M0Y5K9 
(16%,0%,5%,9%)
(0.16/0.00/0.05/0.09)	

CMYK percentages

%15.95
%0
%5.17
%9.02

Codes

Color #C3E8DC in popluar color models

C3E8DC
RGB195232220
HSL161°44.58%83.73%
HSB/HSV161°15.95%90.98%
CMYK15.95%0.00%5.17%
9.02%

Color #C3E8DC in popluar number systems.

HEXC3E8DC
Decimal195232220
Binary110000111110100011011100
Octal303350334

Shades and tints

Shades of #C3E8DC

#C3E8DC
(195,232,220)
#B2D3C8
(178,211,200)
#A1BEB4
(161,190,180)
#90A9A0
(144,169,160)
#7F948C
(127,148,140)
#6E7F78
(110,127,120)
#5D6A64
(93,106,100)
#4C5550
(76,85,80)
#3B403C
(59,64,60)
#2A2B28
(42,43,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3E8DC

#C3E8DC
(195,232,220)
#C8EADF
(200,234,223)
#CDECE2
(205,236,226)
#D2EEE5
(210,238,229)
#D7F0E8
(215,240,232)
#DCF2EB
(220,242,235)
#E1F4EE
(225,244,238)
#E6F6F1
(230,246,241)
#EBF8F4
(235,248,244)
#F0FAF7
(240,250,247)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E8DC color. Also use rgb(195,232,220) instead hex code.

Text Font Color

.myTextColor { color: #C3E8DC; }

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

This text font color is #C3E8DC.


Background Color

.myBgColor { background-color: #C3E8DC; }

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

This div background color is #C3E8DC.


Border color

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

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

This div border color is #C3E8DC.


Opacity

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

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

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

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

This text has shadow with #C3E8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E8DC on black background.


Color preview on white background

This text has color #C3E8DC on white background.



Black color preview on #C3E8DC background

This text has black color on #C3E8DC background.


White color preview on #C3E8DC background

This text has white color on #C3E8DC background.