COLOR #C3E1E1

HEX: #C3E1E1
RGB: (195,225,225)

Color info

#C3E1E1 contains red, green and blue colors in about the same proportion. Web safe color of #C3E1E1 is #CCCCCC (or #CCC).

RGB color model

#C3E1E1 color RGB value is (195,225,225).

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

RGB channels and saturation

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

195
225
225

R + G + B ~ 84%. #C3E1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 225 + 225 = 645 (100%)
R 195 of 645 ~ 30.23%
G 225 of 645 ~ 34.88%
B 225 of 645 ~ 34.88%

%30.23
%34.88
%34.88

CMYK color model

#C3E1E1 color CMYK value is (13,0,0,12).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,0,0,12)
C13M0Y0K12 
(13%,0%,0%,12%)
(0.13/0.00/0.00/0.12)	

CMYK percentages

%13.33
%0
%0
%11.76

Codes

Color #C3E1E1 in popluar color models

C3E1E1
RGB195225225
HSL180°33.33%82.35%
HSB/HSV180°13.33%88.24%
CMYK13.33%0.00%0.00%
11.76%

Color #C3E1E1 in popluar number systems.

HEXC3E1E1
Decimal195225225
Binary110000111110000111100001
Octal303341341

Shades and tints

Shades of #C3E1E1

#C3E1E1
(195,225,225)
#B2CDCD
(178,205,205)
#A1B9B9
(161,185,185)
#90A5A5
(144,165,165)
#7F9191
(127,145,145)
#6E7D7D
(110,125,125)
#5D6969
(93,105,105)
#4C5555
(76,85,85)
#3B4141
(59,65,65)
#2A2D2D
(42,45,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #C3E1E1

#C3E1E1
(195,225,225)
#C8E3E3
(200,227,227)
#CDE5E5
(205,229,229)
#D2E7E7
(210,231,231)
#D7E9E9
(215,233,233)
#DCEBEB
(220,235,235)
#E1EDED
(225,237,237)
#E6EFEF
(230,239,239)
#EBF1F1
(235,241,241)
#F0F3F3
(240,243,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E1E1; }

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

This text font color is #C3E1E1.


Background Color

.myBgColor { background-color: #C3E1E1; }

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

This div background color is #C3E1E1.


Border color

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

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

This div border color is #C3E1E1.


Opacity

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

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

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

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

This text has shadow with #C3E1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E1E1 on black background.


Color preview on white background

This text has color #C3E1E1 on white background.



Black color preview on #C3E1E1 background

This text has black color on #C3E1E1 background.


White color preview on #C3E1E1 background

This text has white color on #C3E1E1 background.