COLOR #C3EBDA

HEX: #C3EBDA
RGB: (195,235,218)

Color info

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

RGB color model

#C3EBDA color RGB value is (195,235,218).

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

RGB channels and saturation

R 195 of 255 = 76%
G 235 of 255 = 92%
B 218 of 255 = 85%

195
235
218

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

Portions of RGB colors in percentages

R + G + B =
195 + 235 + 218 = 648 (100%)
R 195 of 648 ~ 30.09%
G 235 of 648 ~ 36.27%
B 218 of 648 ~ 33.64%

%30.09
%36.27
%33.64

CMYK color model

#C3EBDA color CMYK value is (17,0,7,8).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(17,0,7,8)
C17M0Y7K8 
(17%,0%,7%,8%)
(0.17/0.00/0.07/0.08)	

CMYK percentages

%17.02
%0
%7.23
%7.84

Codes

Color #C3EBDA in popluar color models

C3EBDA
RGB195235218
HSL155°50.00%84.31%
HSB/HSV155°17.02%92.16%
CMYK17.02%0.00%7.23%
7.84%

Color #C3EBDA in popluar number systems.

HEXC3EBDA
Decimal195235218
Binary110000111110101111011010
Octal303353332

Shades and tints

Shades of #C3EBDA

#C3EBDA
(195,235,218)
#B2D6C7
(178,214,199)
#A1C1B4
(161,193,180)
#90ACA1
(144,172,161)
#7F978E
(127,151,142)
#6E827B
(110,130,123)
#5D6D68
(93,109,104)
#4C5855
(76,88,85)
#3B4342
(59,67,66)
#2A2E2F
(42,46,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #C3EBDA

#C3EBDA
(195,235,218)
#C8ECDD
(200,236,221)
#CDEDE0
(205,237,224)
#D2EEE3
(210,238,227)
#D7EFE6
(215,239,230)
#DCF0E9
(220,240,233)
#E1F1EC
(225,241,236)
#E6F2EF
(230,242,239)
#EBF3F2
(235,243,242)
#F0F4F5
(240,244,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EBDA; }

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

This text font color is #C3EBDA.


Background Color

.myBgColor { background-color: #C3EBDA; }

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

This div background color is #C3EBDA.


Border color

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

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

This div border color is #C3EBDA.


Opacity

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

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

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

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

This text has shadow with #C3EBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EBDA on black background.


Color preview on white background

This text has color #C3EBDA on white background.



Black color preview on #C3EBDA background

This text has black color on #C3EBDA background.


White color preview on #C3EBDA background

This text has white color on #C3EBDA background.