COLOR #C3E3E5

HEX: #C3E3E5
RGB: (195,227,229)

Color info

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

RGB color model

#C3E3E5 color RGB value is (195,227,229).

  • red value is 195;
  • green value is 227;
  • blue value is 229.
RGB:
(195,227,229)
(76%,89%,90%)

RGB channels and saturation

R 195 of 255 = 76%
G 227 of 255 = 89%
B 229 of 255 = 90%

195
227
229

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

Portions of RGB colors in percentages

R + G + B =
195 + 227 + 229 = 651 (100%)
R 195 of 651 ~ 29.95%
G 227 of 651 ~ 34.87%
B 229 of 651 ~ 35.18%

%29.95
%34.87
%35.18

CMYK color model

#C3E3E5 color CMYK value is (15,1,0,10).

  • cyan value is 14.85%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,1,0,10)
C15M1Y0K10 
(15%,1%,0%,10%)
(0.15/0.01/0.00/0.10)	

CMYK percentages

%14.85
%0.87
%0
%10.2

Codes

Color #C3E3E5 in popluar color models

C3E3E5
RGB195227229
HSL184°39.53%83.14%
HSB/HSV184°14.85%89.80%
CMYK14.85%0.87%0.00%
10.20%

Color #C3E3E5 in popluar number systems.

HEXC3E3E5
Decimal195227229
Binary110000111110001111100101
Octal303343345

Shades and tints

Shades of #C3E3E5

#C3E3E5
(195,227,229)
#B2CFD1
(178,207,209)
#A1BBBD
(161,187,189)
#90A7A9
(144,167,169)
#7F9395
(127,147,149)
#6E7F81
(110,127,129)
#5D6B6D
(93,107,109)
#4C5759
(76,87,89)
#3B4345
(59,67,69)
#2A2F31
(42,47,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #C3E3E5

#C3E3E5
(195,227,229)
#C8E5E7
(200,229,231)
#CDE7E9
(205,231,233)
#D2E9EB
(210,233,235)
#D7EBED
(215,235,237)
#DCEDEF
(220,237,239)
#E1EFF1
(225,239,241)
#E6F1F3
(230,241,243)
#EBF3F5
(235,243,245)
#F0F5F7
(240,245,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E3E5; }

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

This text font color is #C3E3E5.


Background Color

.myBgColor { background-color: #C3E3E5; }

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

This div background color is #C3E3E5.


Border color

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

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

This div border color is #C3E3E5.


Opacity

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

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

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

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

This text has shadow with #C3E3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E3E5 on black background.


Color preview on white background

This text has color #C3E3E5 on white background.



Black color preview on #C3E3E5 background

This text has black color on #C3E3E5 background.


White color preview on #C3E3E5 background

This text has white color on #C3E3E5 background.