COLOR #C3E5ED

HEX: #C3E5ED
RGB: (195,229,237)

Color info

#C3E5ED contains red, green and blue colors in about the same proportion. Web safe color of #C3E5ED is #CCCCFF (or #CCF).

RGB color model

#C3E5ED color RGB value is (195,229,237).

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

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 237 of 255 = 93%

195
229
237

R + G + B ~ 86%. #C3E5ED is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 229 + 237 = 661 (100%)
R 195 of 661 ~ 29.5%
G 229 of 661 ~ 34.64%
B 237 of 661 ~ 35.85%

%29.5
%34.64
%35.85

CMYK color model

#C3E5ED color CMYK value is (18,3,0,7).

  • cyan value is 17.72%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,3,0,7)
C18M3Y0K7 
(18%,3%,0%,7%)
(0.18/0.03/0.00/0.07)	

CMYK percentages

%17.72
%3.38
%0
%7.06

Codes

Color #C3E5ED in popluar color models

C3E5ED
RGB195229237
HSL191°53.85%84.71%
HSB/HSV191°17.72%92.94%
CMYK17.72%3.38%0.00%
7.06%

Color #C3E5ED in popluar number systems.

HEXC3E5ED
Decimal195229237
Binary110000111110010111101101
Octal303345355

Shades and tints

Shades of #C3E5ED

#C3E5ED
(195,229,237)
#B2D1D8
(178,209,216)
#A1BDC3
(161,189,195)
#90A9AE
(144,169,174)
#7F9599
(127,149,153)
#6E8184
(110,129,132)
#5D6D6F
(93,109,111)
#4C595A
(76,89,90)
#3B4545
(59,69,69)
#2A3130
(42,49,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #C3E5ED

#C3E5ED
(195,229,237)
#C8E7EE
(200,231,238)
#CDE9EF
(205,233,239)
#D2EBF0
(210,235,240)
#D7EDF1
(215,237,241)
#DCEFF2
(220,239,242)
#E1F1F3
(225,241,243)
#E6F3F4
(230,243,244)
#EBF5F5
(235,245,245)
#F0F7F6
(240,247,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E5ED; }

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

This text font color is #C3E5ED.


Background Color

.myBgColor { background-color: #C3E5ED; }

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

This div background color is #C3E5ED.


Border color

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

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

This div border color is #C3E5ED.


Opacity

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

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

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

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

This text has shadow with #C3E5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E5ED on black background.


Color preview on white background

This text has color #C3E5ED on white background.



Black color preview on #C3E5ED background

This text has black color on #C3E5ED background.


White color preview on #C3E5ED background

This text has white color on #C3E5ED background.