COLOR #C3E4EC

HEX: #C3E4EC
RGB: (195,228,236)

Color info

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

RGB color model

#C3E4EC color RGB value is (195,228,236).

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

RGB channels and saturation

R 195 of 255 = 76%
G 228 of 255 = 89%
B 236 of 255 = 93%

195
228
236

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

Portions of RGB colors in percentages

R + G + B =
195 + 228 + 236 = 659 (100%)
R 195 of 659 ~ 29.59%
G 228 of 659 ~ 34.6%
B 236 of 659 ~ 35.81%

%29.59
%34.6
%35.81

CMYK color model

#C3E4EC color CMYK value is (17,3,0,7).

  • cyan value is 17.37%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,3,0,7)
C17M3Y0K7 
(17%,3%,0%,7%)
(0.17/0.03/0.00/0.07)	

CMYK percentages

%17.37
%3.39
%0
%7.45

Codes

Color #C3E4EC in popluar color models

C3E4EC
RGB195228236
HSL192°51.90%84.51%
HSB/HSV192°17.37%92.55%
CMYK17.37%3.39%0.00%
7.45%

Color #C3E4EC in popluar number systems.

HEXC3E4EC
Decimal195228236
Binary110000111110010011101100
Octal303344354

Shades and tints

Shades of #C3E4EC

#C3E4EC
(195,228,236)
#B2D0D7
(178,208,215)
#A1BCC2
(161,188,194)
#90A8AD
(144,168,173)
#7F9498
(127,148,152)
#6E8083
(110,128,131)
#5D6C6E
(93,108,110)
#4C5859
(76,88,89)
#3B4444
(59,68,68)
#2A302F
(42,48,47)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #C3E4EC

#C3E4EC
(195,228,236)
#C8E6ED
(200,230,237)
#CDE8EE
(205,232,238)
#D2EAEF
(210,234,239)
#D7ECF0
(215,236,240)
#DCEEF1
(220,238,241)
#E1F0F2
(225,240,242)
#E6F2F3
(230,242,243)
#EBF4F4
(235,244,244)
#F0F6F5
(240,246,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E4EC; }

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

This text font color is #C3E4EC.


Background Color

.myBgColor { background-color: #C3E4EC; }

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

This div background color is #C3E4EC.


Border color

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

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

This div border color is #C3E4EC.


Opacity

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

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

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

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

This text has shadow with #C3E4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E4EC on black background.


Color preview on white background

This text has color #C3E4EC on white background.



Black color preview on #C3E4EC background

This text has black color on #C3E4EC background.


White color preview on #C3E4EC background

This text has white color on #C3E4EC background.