COLOR #C3E4D1

HEX: #C3E4D1
RGB: (195,228,209)

Color info

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

RGB color model

#C3E4D1 color RGB value is (195,228,209).

  • red value is 195;
  • green value is 228;
  • blue value is 209.
RGB:
(195,228,209)
(76%,89%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 228 of 255 = 89%
B 209 of 255 = 82%

195
228
209

R + G + B ~ 82%. #C3E4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 228 + 209 = 632 (100%)
R 195 of 632 ~ 30.85%
G 228 of 632 ~ 36.08%
B 209 of 632 ~ 33.07%

%30.85
%36.08
%33.07

CMYK color model

#C3E4D1 color CMYK value is (14,0,8,11).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 10.59%
CMYK:
(14,0,8,11)
C14M0Y8K11 
(14%,0%,8%,11%)
(0.14/0.00/0.08/0.11)	

CMYK percentages

%14.47
%0
%8.33
%10.59

Codes

Color #C3E4D1 in popluar color models

C3E4D1
RGB195228209
HSL145°37.93%82.94%
HSB/HSV145°14.47%89.41%
CMYK14.47%0.00%8.33%
10.59%

Color #C3E4D1 in popluar number systems.

HEXC3E4D1
Decimal195228209
Binary110000111110010011010001
Octal303344321

Shades and tints

Shades of #C3E4D1

#C3E4D1
(195,228,209)
#B2D0BE
(178,208,190)
#A1BCAB
(161,188,171)
#90A898
(144,168,152)
#7F9485
(127,148,133)
#6E8072
(110,128,114)
#5D6C5F
(93,108,95)
#4C584C
(76,88,76)
#3B4439
(59,68,57)
#2A3026
(42,48,38)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #C3E4D1

#C3E4D1
(195,228,209)
#C8E6D5
(200,230,213)
#CDE8D9
(205,232,217)
#D2EADD
(210,234,221)
#D7ECE1
(215,236,225)
#DCEEE5
(220,238,229)
#E1F0E9
(225,240,233)
#E6F2ED
(230,242,237)
#EBF4F1
(235,244,241)
#F0F6F5
(240,246,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E4D1; }

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

This text font color is #C3E4D1.


Background Color

.myBgColor { background-color: #C3E4D1; }

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

This div background color is #C3E4D1.


Border color

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

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

This div border color is #C3E4D1.


Opacity

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

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

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

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

This text has shadow with #C3E4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E4D1 on black background.


Color preview on white background

This text has color #C3E4D1 on white background.



Black color preview on #C3E4D1 background

This text has black color on #C3E4D1 background.


White color preview on #C3E4D1 background

This text has white color on #C3E4D1 background.