COLOR #C3E6CD

HEX: #C3E6CD
RGB: (195,230,205)

Color info

#C3E6CD contains red, green and blue colors in about the same proportion. Web safe color of #C3E6CD is #CCCCCC (or #CCC).

RGB color model

#C3E6CD color RGB value is (195,230,205).

  • red value is 195;
  • green value is 230;
  • blue value is 205.
RGB:
(195,230,205)
(76%,90%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 230 of 255 = 90%
B 205 of 255 = 80%

195
230
205

R + G + B ~ 82%. #C3E6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 230 + 205 = 630 (100%)
R 195 of 630 ~ 30.95%
G 230 of 630 ~ 36.51%
B 205 of 630 ~ 32.54%

%30.95
%36.51
%32.54

CMYK color model

#C3E6CD color CMYK value is (15,0,11,10).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(15,0,11,10)
C15M0Y11K10 
(15%,0%,11%,10%)
(0.15/0.00/0.11/0.10)	

CMYK percentages

%15.22
%0
%10.87
%9.8

Codes

Color #C3E6CD in popluar color models

C3E6CD
RGB195230205
HSL137°41.18%83.33%
HSB/HSV137°15.22%90.20%
CMYK15.22%0.00%10.87%
9.80%

Color #C3E6CD in popluar number systems.

HEXC3E6CD
Decimal195230205
Binary110000111110011011001101
Octal303346315

Shades and tints

Shades of #C3E6CD

#C3E6CD
(195,230,205)
#B2D2BB
(178,210,187)
#A1BEA9
(161,190,169)
#90AA97
(144,170,151)
#7F9685
(127,150,133)
#6E8273
(110,130,115)
#5D6E61
(93,110,97)
#4C5A4F
(76,90,79)
#3B463D
(59,70,61)
#2A322B
(42,50,43)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #C3E6CD

#C3E6CD
(195,230,205)
#C8E8D1
(200,232,209)
#CDEAD5
(205,234,213)
#D2ECD9
(210,236,217)
#D7EEDD
(215,238,221)
#DCF0E1
(220,240,225)
#E1F2E5
(225,242,229)
#E6F4E9
(230,244,233)
#EBF6ED
(235,246,237)
#F0F8F1
(240,248,241)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E6CD color. Also use rgb(195,230,205) instead hex code.

Text Font Color

.myTextColor { color: #C3E6CD; }

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

This text font color is #C3E6CD.


Background Color

.myBgColor { background-color: #C3E6CD; }

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

This div background color is #C3E6CD.


Border color

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

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

This div border color is #C3E6CD.


Opacity

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

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

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

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

This text has shadow with #C3E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E6CD on black background.


Color preview on white background

This text has color #C3E6CD on white background.



Black color preview on #C3E6CD background

This text has black color on #C3E6CD background.


White color preview on #C3E6CD background

This text has white color on #C3E6CD background.