COLOR #C3E5D0

HEX: #C3E5D0
RGB: (195,229,208)

Color info

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

RGB color model

#C3E5D0 color RGB value is (195,229,208).

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

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 208 of 255 = 82%

195
229
208

R + G + B ~ 83%. #C3E5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 229 + 208 = 632 (100%)
R 195 of 632 ~ 30.85%
G 229 of 632 ~ 36.23%
B 208 of 632 ~ 32.91%

%30.85
%36.23
%32.91

CMYK color model

#C3E5D0 color CMYK value is (15,0,9,10).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 10.20%
CMYK:
(15,0,9,10)
C15M0Y9K10 
(15%,0%,9%,10%)
(0.15/0.00/0.09/0.10)	

CMYK percentages

%14.85
%0
%9.17
%10.2

Codes

Color #C3E5D0 in popluar color models

C3E5D0
RGB195229208
HSL143°39.53%83.14%
HSB/HSV143°14.85%89.80%
CMYK14.85%0.00%9.17%
10.20%

Color #C3E5D0 in popluar number systems.

HEXC3E5D0
Decimal195229208
Binary110000111110010111010000
Octal303345320

Shades and tints

Shades of #C3E5D0

#C3E5D0
(195,229,208)
#B2D1BE
(178,209,190)
#A1BDAC
(161,189,172)
#90A99A
(144,169,154)
#7F9588
(127,149,136)
#6E8176
(110,129,118)
#5D6D64
(93,109,100)
#4C5952
(76,89,82)
#3B4540
(59,69,64)
#2A312E
(42,49,46)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #C3E5D0

#C3E5D0
(195,229,208)
#C8E7D4
(200,231,212)
#CDE9D8
(205,233,216)
#D2EBDC
(210,235,220)
#D7EDE0
(215,237,224)
#DCEFE4
(220,239,228)
#E1F1E8
(225,241,232)
#E6F3EC
(230,243,236)
#EBF5F0
(235,245,240)
#F0F7F4
(240,247,244)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E5D0; }

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

This text font color is #C3E5D0.


Background Color

.myBgColor { background-color: #C3E5D0; }

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

This div background color is #C3E5D0.


Border color

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

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

This div border color is #C3E5D0.


Opacity

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

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

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

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

This text has shadow with #C3E5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E5D0 on black background.


Color preview on white background

This text has color #C3E5D0 on white background.



Black color preview on #C3E5D0 background

This text has black color on #C3E5D0 background.


White color preview on #C3E5D0 background

This text has white color on #C3E5D0 background.