COLOR #C3E1EC

HEX: #C3E1EC
RGB: (195,225,236)

Color info

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

RGB color model

#C3E1EC color RGB value is (195,225,236).

  • red value is 195;
  • green value is 225;
  • blue value is 236.
RGB:
(195,225,236)
(76%,88%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 236 of 255 = 93%

195
225
236

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

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 236 = 656 (100%)
R 195 of 656 ~ 29.73%
G 225 of 656 ~ 34.3%
B 236 of 656 ~ 35.98%

%29.73
%34.3
%35.98

CMYK color model

#C3E1EC color CMYK value is (17,5,0,7).

  • cyan value is 17.37%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,5,0,7)
C17M5Y0K7 
(17%,5%,0%,7%)
(0.17/0.05/0.00/0.07)	

CMYK percentages

%17.37
%4.66
%0
%7.45

Codes

Color #C3E1EC in popluar color models

C3E1EC
RGB195225236
HSL196°51.90%84.51%
HSB/HSV196°17.37%92.55%
CMYK17.37%4.66%0.00%
7.45%

Color #C3E1EC in popluar number systems.

HEXC3E1EC
Decimal195225236
Binary110000111110000111101100
Octal303341354

Shades and tints

Shades of #C3E1EC

#C3E1EC
(195,225,236)
#B2CDD7
(178,205,215)
#A1B9C2
(161,185,194)
#90A5AD
(144,165,173)
#7F9198
(127,145,152)
#6E7D83
(110,125,131)
#5D696E
(93,105,110)
#4C5559
(76,85,89)
#3B4144
(59,65,68)
#2A2D2F
(42,45,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #C3E1EC

#C3E1EC
(195,225,236)
#C8E3ED
(200,227,237)
#CDE5EE
(205,229,238)
#D2E7EF
(210,231,239)
#D7E9F0
(215,233,240)
#DCEBF1
(220,235,241)
#E1EDF2
(225,237,242)
#E6EFF3
(230,239,243)
#EBF1F4
(235,241,244)
#F0F3F5
(240,243,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E1EC color. Also use rgb(195,225,236) instead hex code.

Text Font Color

.myTextColor { color: #C3E1EC; }

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

This text font color is #C3E1EC.


Background Color

.myBgColor { background-color: #C3E1EC; }

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

This div background color is #C3E1EC.


Border color

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

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

This div border color is #C3E1EC.


Opacity

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

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

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

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

This text has shadow with #C3E1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1EC on black background.


Color preview on white background

This text has color #C3E1EC on white background.



Black color preview on #C3E1EC background

This text has black color on #C3E1EC background.


White color preview on #C3E1EC background

This text has white color on #C3E1EC background.