COLOR #C3E4E7

HEX: #C3E4E7
RGB: (195,228,231)

Color info

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

RGB color model

#C3E4E7 color RGB value is (195,228,231).

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

RGB channels and saturation

R 195 of 255 = 76%
G 228 of 255 = 89%
B 231 of 255 = 91%

195
228
231

R + G + B ~ 85%. #C3E4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 228 + 231 = 654 (100%)
R 195 of 654 ~ 29.82%
G 228 of 654 ~ 34.86%
B 231 of 654 ~ 35.32%

%29.82
%34.86
%35.32

CMYK color model

#C3E4E7 color CMYK value is (16,1,0,9).

  • cyan value is 15.58%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,1,0,9)
C16M1Y0K9 
(16%,1%,0%,9%)
(0.16/0.01/0.00/0.09)	

CMYK percentages

%15.58
%1.3
%0
%9.41

Codes

Color #C3E4E7 in popluar color models

C3E4E7
RGB195228231
HSL185°42.86%83.53%
HSB/HSV185°15.58%90.59%
CMYK15.58%1.30%0.00%
9.41%

Color #C3E4E7 in popluar number systems.

HEXC3E4E7
Decimal195228231
Binary110000111110010011100111
Octal303344347

Shades and tints

Shades of #C3E4E7

#C3E4E7
(195,228,231)
#B2D0D2
(178,208,210)
#A1BCBD
(161,188,189)
#90A8A8
(144,168,168)
#7F9493
(127,148,147)
#6E807E
(110,128,126)
#5D6C69
(93,108,105)
#4C5854
(76,88,84)
#3B443F
(59,68,63)
#2A302A
(42,48,42)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #C3E4E7

#C3E4E7
(195,228,231)
#C8E6E9
(200,230,233)
#CDE8EB
(205,232,235)
#D2EAED
(210,234,237)
#D7ECEF
(215,236,239)
#DCEEF1
(220,238,241)
#E1F0F3
(225,240,243)
#E6F2F5
(230,242,245)
#EBF4F7
(235,244,247)
#F0F6F9
(240,246,249)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E4E7; }

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

This text font color is #C3E4E7.


Background Color

.myBgColor { background-color: #C3E4E7; }

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

This div background color is #C3E4E7.


Border color

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

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

This div border color is #C3E4E7.


Opacity

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

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

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

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

This text has shadow with #C3E4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E4E7 on black background.


Color preview on white background

This text has color #C3E4E7 on white background.



Black color preview on #C3E4E7 background

This text has black color on #C3E4E7 background.


White color preview on #C3E4E7 background

This text has white color on #C3E4E7 background.