COLOR #C3EFCD

HEX: #C3EFCD
RGB: (195,239,205)

Color info

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

RGB color model

#C3EFCD color RGB value is (195,239,205).

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

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 205 of 255 = 80%

195
239
205

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

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 205 = 639 (100%)
R 195 of 639 ~ 30.52%
G 239 of 639 ~ 37.4%
B 205 of 639 ~ 32.08%

%30.52
%37.4
%32.08

CMYK color model

#C3EFCD color CMYK value is (18,0,14,6).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK:
(18,0,14,6)
C18M0Y14K6 
(18%,0%,14%,6%)
(0.18/0.00/0.14/0.06)	

CMYK percentages

%18.41
%0
%14.23
%6.27

Codes

Color #C3EFCD in popluar color models

C3EFCD
RGB195239205
HSL134°57.89%85.10%
HSB/HSV134°18.41%93.73%
CMYK18.41%0.00%14.23%
6.27%

Color #C3EFCD in popluar number systems.

HEXC3EFCD
Decimal195239205
Binary110000111110111111001101
Octal303357315

Shades and tints

Shades of #C3EFCD

#C3EFCD
(195,239,205)
#B2DABB
(178,218,187)
#A1C5A9
(161,197,169)
#90B097
(144,176,151)
#7F9B85
(127,155,133)
#6E8673
(110,134,115)
#5D7161
(93,113,97)
#4C5C4F
(76,92,79)
#3B473D
(59,71,61)
#2A322B
(42,50,43)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #C3EFCD

#C3EFCD
(195,239,205)
#C8F0D1
(200,240,209)
#CDF1D5
(205,241,213)
#D2F2D9
(210,242,217)
#D7F3DD
(215,243,221)
#DCF4E1
(220,244,225)
#E1F5E5
(225,245,229)
#E6F6E9
(230,246,233)
#EBF7ED
(235,247,237)
#F0F8F1
(240,248,241)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFCD; }

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

This text font color is #C3EFCD.


Background Color

.myBgColor { background-color: #C3EFCD; }

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

This div background color is #C3EFCD.


Border color

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

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

This div border color is #C3EFCD.


Opacity

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

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

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

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

This text has shadow with #C3EFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFCD on black background.


Color preview on white background

This text has color #C3EFCD on white background.



Black color preview on #C3EFCD background

This text has black color on #C3EFCD background.


White color preview on #C3EFCD background

This text has white color on #C3EFCD background.