COLOR #C3EFDA

HEX: #C3EFDA
RGB: (195,239,218)

Color info

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

RGB color model

#C3EFDA color RGB value is (195,239,218).

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

RGB channels and saturation

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

195
239
218

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

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 218 = 652 (100%)
R 195 of 652 ~ 29.91%
G 239 of 652 ~ 36.66%
B 218 of 652 ~ 33.44%

%29.91
%36.66
%33.44

CMYK color model

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

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • 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
%8.79
%6.27

Codes

Color #C3EFDA in popluar color models

C3EFDA
RGB195239218
HSL151°57.89%85.10%
HSB/HSV151°18.41%93.73%
CMYK18.41%0.00%8.79%
6.27%

Color #C3EFDA in popluar number systems.

HEXC3EFDA
Decimal195239218
Binary110000111110111111011010
Octal303357332

Shades and tints

Shades of #C3EFDA

#C3EFDA
(195,239,218)
#B2DAC7
(178,218,199)
#A1C5B4
(161,197,180)
#90B0A1
(144,176,161)
#7F9B8E
(127,155,142)
#6E867B
(110,134,123)
#5D7168
(93,113,104)
#4C5C55
(76,92,85)
#3B4742
(59,71,66)
#2A322F
(42,50,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #C3EFDA

#C3EFDA
(195,239,218)
#C8F0DD
(200,240,221)
#CDF1E0
(205,241,224)
#D2F2E3
(210,242,227)
#D7F3E6
(215,243,230)
#DCF4E9
(220,244,233)
#E1F5EC
(225,245,236)
#E6F6EF
(230,246,239)
#EBF7F2
(235,247,242)
#F0F8F5
(240,248,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFDA; }

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

This text font color is #C3EFDA.


Background Color

.myBgColor { background-color: #C3EFDA; }

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

This div background color is #C3EFDA.


Border color

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

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

This div border color is #C3EFDA.


Opacity

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

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

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

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

This text has shadow with #C3EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFDA on black background.


Color preview on white background

This text has color #C3EFDA on white background.



Black color preview on #C3EFDA background

This text has black color on #C3EFDA background.


White color preview on #C3EFDA background

This text has white color on #C3EFDA background.