COLOR #C3EFD9

HEX: #C3EFD9
RGB: (195,239,217)

Color info

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

RGB color model

#C3EFD9 color RGB value is (195,239,217).

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

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 217 of 255 = 85%

195
239
217

R + G + B ~ 85%. #C3EFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 217 = 651 (100%)
R 195 of 651 ~ 29.95%
G 239 of 651 ~ 36.71%
B 217 of 651 ~ 33.33%

%29.95
%36.71
%33.33

CMYK color model

#C3EFD9 color CMYK value is (18,0,9,6).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(18,0,9,6)
C18M0Y9K6 
(18%,0%,9%,6%)
(0.18/0.00/0.09/0.06)	

CMYK percentages

%18.41
%0
%9.21
%6.27

Codes

Color #C3EFD9 in popluar color models

C3EFD9
RGB195239217
HSL150°57.89%85.10%
HSB/HSV150°18.41%93.73%
CMYK18.41%0.00%9.21%
6.27%

Color #C3EFD9 in popluar number systems.

HEXC3EFD9
Decimal195239217
Binary110000111110111111011001
Octal303357331

Shades and tints

Shades of #C3EFD9

#C3EFD9
(195,239,217)
#B2DAC6
(178,218,198)
#A1C5B3
(161,197,179)
#90B0A0
(144,176,160)
#7F9B8D
(127,155,141)
#6E867A
(110,134,122)
#5D7167
(93,113,103)
#4C5C54
(76,92,84)
#3B4741
(59,71,65)
#2A322E
(42,50,46)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #C3EFD9

#C3EFD9
(195,239,217)
#C8F0DC
(200,240,220)
#CDF1DF
(205,241,223)
#D2F2E2
(210,242,226)
#D7F3E5
(215,243,229)
#DCF4E8
(220,244,232)
#E1F5EB
(225,245,235)
#E6F6EE
(230,246,238)
#EBF7F1
(235,247,241)
#F0F8F4
(240,248,244)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFD9; }

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

This text font color is #C3EFD9.


Background Color

.myBgColor { background-color: #C3EFD9; }

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

This div background color is #C3EFD9.


Border color

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

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

This div border color is #C3EFD9.


Opacity

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

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

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

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

This text has shadow with #C3EFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFD9 on black background.


Color preview on white background

This text has color #C3EFD9 on white background.



Black color preview on #C3EFD9 background

This text has black color on #C3EFD9 background.


White color preview on #C3EFD9 background

This text has white color on #C3EFD9 background.