COLOR #C3E0E5

HEX: #C3E0E5
RGB: (195,224,229)

Color info

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

RGB color model

#C3E0E5 color RGB value is (195,224,229).

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

RGB channels and saturation

R 195 of 255 = 76%
G 224 of 255 = 88%
B 229 of 255 = 90%

195
224
229

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

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 229 = 648 (100%)
R 195 of 648 ~ 30.09%
G 224 of 648 ~ 34.57%
B 229 of 648 ~ 35.34%

%30.09
%34.57
%35.34

CMYK color model

#C3E0E5 color CMYK value is (15,2,0,10).

  • cyan value is 14.85%
  • magenta value is 2.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,2,0,10)
C15M2Y0K10 
(15%,2%,0%,10%)
(0.15/0.02/0.00/0.10)	

CMYK percentages

%14.85
%2.18
%0
%10.2

Codes

Color #C3E0E5 in popluar color models

C3E0E5
RGB195224229
HSL189°39.53%83.14%
HSB/HSV189°14.85%89.80%
CMYK14.85%2.18%0.00%
10.20%

Color #C3E0E5 in popluar number systems.

HEXC3E0E5
Decimal195224229
Binary110000111110000011100101
Octal303340345

Shades and tints

Shades of #C3E0E5

#C3E0E5
(195,224,229)
#B2CCD1
(178,204,209)
#A1B8BD
(161,184,189)
#90A4A9
(144,164,169)
#7F9095
(127,144,149)
#6E7C81
(110,124,129)
#5D686D
(93,104,109)
#4C5459
(76,84,89)
#3B4045
(59,64,69)
#2A2C31
(42,44,49)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #C3E0E5

#C3E0E5
(195,224,229)
#C8E2E7
(200,226,231)
#CDE4E9
(205,228,233)
#D2E6EB
(210,230,235)
#D7E8ED
(215,232,237)
#DCEAEF
(220,234,239)
#E1ECF1
(225,236,241)
#E6EEF3
(230,238,243)
#EBF0F5
(235,240,245)
#F0F2F7
(240,242,247)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E0E5; }

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

This text font color is #C3E0E5.


Background Color

.myBgColor { background-color: #C3E0E5; }

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

This div background color is #C3E0E5.


Border color

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

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

This div border color is #C3E0E5.


Opacity

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

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

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

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

This text has shadow with #C3E0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0E5 on black background.


Color preview on white background

This text has color #C3E0E5 on white background.



Black color preview on #C3E0E5 background

This text has black color on #C3E0E5 background.


White color preview on #C3E0E5 background

This text has white color on #C3E0E5 background.