COLOR #C3E5E0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
229
224

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

Portions of RGB colors in percentages

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

%30.09
%35.34
%34.57

CMYK color model

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

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

CMYK percentages

%14.85
%0
%2.18
%10.2

Codes

Color #C3E5E0 in popluar color models

C3E5E0
RGB195229224
HSL171°39.53%83.14%
HSB/HSV171°14.85%89.80%
CMYK14.85%0.00%2.18%
10.20%

Color #C3E5E0 in popluar number systems.

HEXC3E5E0
Decimal195229224
Binary110000111110010111100000
Octal303345340

Shades and tints

Shades of #C3E5E0

#C3E5E0
(195,229,224)
#B2D1CC
(178,209,204)
#A1BDB8
(161,189,184)
#90A9A4
(144,169,164)
#7F9590
(127,149,144)
#6E817C
(110,129,124)
#5D6D68
(93,109,104)
#4C5954
(76,89,84)
#3B4540
(59,69,64)
#2A312C
(42,49,44)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #C3E5E0

#C3E5E0
(195,229,224)
#C8E7E2
(200,231,226)
#CDE9E4
(205,233,228)
#D2EBE6
(210,235,230)
#D7EDE8
(215,237,232)
#DCEFEA
(220,239,234)
#E1F1EC
(225,241,236)
#E6F3EE
(230,243,238)
#EBF5F0
(235,245,240)
#F0F7F2
(240,247,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E5E0; }

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

This text font color is #C3E5E0.


Background Color

.myBgColor { background-color: #C3E5E0; }

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

This div background color is #C3E5E0.


Border color

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

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

This div border color is #C3E5E0.


Opacity

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

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

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

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

This text has shadow with #C3E5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E5E0 on black background.


Color preview on white background

This text has color #C3E5E0 on white background.



Black color preview on #C3E5E0 background

This text has black color on #C3E5E0 background.


White color preview on #C3E5E0 background

This text has white color on #C3E5E0 background.