COLOR #C3E9ED

HEX: #C3E9ED
RGB: (195,233,237)

Color info

#C3E9ED contains red, green and blue colors in about the same proportion. Web safe color of #C3E9ED is #CCFFFF (or #CFF).

RGB color model

#C3E9ED color RGB value is (195,233,237).

  • red value is 195;
  • green value is 233;
  • blue value is 237.
RGB:
(195,233,237)
(76%,91%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 237 of 255 = 93%

195
233
237

R + G + B ~ 87%. #C3E9ED is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 233 + 237 = 665 (100%)
R 195 of 665 ~ 29.32%
G 233 of 665 ~ 35.04%
B 237 of 665 ~ 35.64%

%29.32
%35.04
%35.64

CMYK color model

#C3E9ED color CMYK value is (18,2,0,7).

  • cyan value is 17.72%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,2,0,7)
C18M2Y0K7 
(18%,2%,0%,7%)
(0.18/0.02/0.00/0.07)	

CMYK percentages

%17.72
%1.69
%0
%7.06

Codes

Color #C3E9ED in popluar color models

C3E9ED
RGB195233237
HSL186°53.85%84.71%
HSB/HSV186°17.72%92.94%
CMYK17.72%1.69%0.00%
7.06%

Color #C3E9ED in popluar number systems.

HEXC3E9ED
Decimal195233237
Binary110000111110100111101101
Octal303351355

Shades and tints

Shades of #C3E9ED

#C3E9ED
(195,233,237)
#B2D4D8
(178,212,216)
#A1BFC3
(161,191,195)
#90AAAE
(144,170,174)
#7F9599
(127,149,153)
#6E8084
(110,128,132)
#5D6B6F
(93,107,111)
#4C565A
(76,86,90)
#3B4145
(59,65,69)
#2A2C30
(42,44,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #C3E9ED

#C3E9ED
(195,233,237)
#C8EBEE
(200,235,238)
#CDEDEF
(205,237,239)
#D2EFF0
(210,239,240)
#D7F1F1
(215,241,241)
#DCF3F2
(220,243,242)
#E1F5F3
(225,245,243)
#E6F7F4
(230,247,244)
#EBF9F5
(235,249,245)
#F0FBF6
(240,251,246)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9ED color. Also use rgb(195,233,237) instead hex code.

Text Font Color

.myTextColor { color: #C3E9ED; }

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

This text font color is #C3E9ED.


Background Color

.myBgColor { background-color: #C3E9ED; }

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

This div background color is #C3E9ED.


Border color

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

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

This div border color is #C3E9ED.


Opacity

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

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

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

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

This text has shadow with #C3E9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E9ED on black background.


Color preview on white background

This text has color #C3E9ED on white background.



Black color preview on #C3E9ED background

This text has black color on #C3E9ED background.


White color preview on #C3E9ED background

This text has white color on #C3E9ED background.