COLOR #C3E1E9

HEX: #C3E1E9
RGB: (195,225,233)

Color info

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

RGB color model

#C3E1E9 color RGB value is (195,225,233).

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

RGB channels and saturation

R 195 of 255 = 76%
G 225 of 255 = 88%
B 233 of 255 = 91%

195
225
233

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

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 233 = 653 (100%)
R 195 of 653 ~ 29.86%
G 225 of 653 ~ 34.46%
B 233 of 653 ~ 35.68%

%29.86
%34.46
%35.68

CMYK color model

#C3E1E9 color CMYK value is (16,3,0,9).

  • cyan value is 16.31%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(16,3,0,9)
C16M3Y0K9 
(16%,3%,0%,9%)
(0.16/0.03/0.00/0.09)	

CMYK percentages

%16.31
%3.43
%0
%8.63

Codes

Color #C3E1E9 in popluar color models

C3E1E9
RGB195225233
HSL193°46.34%83.92%
HSB/HSV193°16.31%91.37%
CMYK16.31%3.43%0.00%
8.63%

Color #C3E1E9 in popluar number systems.

HEXC3E1E9
Decimal195225233
Binary110000111110000111101001
Octal303341351

Shades and tints

Shades of #C3E1E9

#C3E1E9
(195,225,233)
#B2CDD4
(178,205,212)
#A1B9BF
(161,185,191)
#90A5AA
(144,165,170)
#7F9195
(127,145,149)
#6E7D80
(110,125,128)
#5D696B
(93,105,107)
#4C5556
(76,85,86)
#3B4141
(59,65,65)
#2A2D2C
(42,45,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #C3E1E9

#C3E1E9
(195,225,233)
#C8E3EB
(200,227,235)
#CDE5ED
(205,229,237)
#D2E7EF
(210,231,239)
#D7E9F1
(215,233,241)
#DCEBF3
(220,235,243)
#E1EDF5
(225,237,245)
#E6EFF7
(230,239,247)
#EBF1F9
(235,241,249)
#F0F3FB
(240,243,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E1E9; }

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

This text font color is #C3E1E9.


Background Color

.myBgColor { background-color: #C3E1E9; }

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

This div background color is #C3E1E9.


Border color

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

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

This div border color is #C3E1E9.


Opacity

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

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

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

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

This text has shadow with #C3E1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1E9 on black background.


Color preview on white background

This text has color #C3E1E9 on white background.



Black color preview on #C3E1E9 background

This text has black color on #C3E1E9 background.


White color preview on #C3E1E9 background

This text has white color on #C3E1E9 background.