COLOR #C3E9DD

HEX: #C3E9DD
RGB: (195,233,221)

Color info

#C3E9DD contains red, green and blue colors in about the same proportion. Web safe color of #C3E9DD is #CCFFCC (or #CFC).

RGB color model

#C3E9DD color RGB value is (195,233,221).

  • red value is 195;
  • green value is 233;
  • blue value is 221.
RGB:
(195,233,221)
(76%,91%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 233 of 255 = 91%
B 221 of 255 = 87%

195
233
221

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

Portions of RGB colors in percentages

R + G + B =
195 + 233 + 221 = 649 (100%)
R 195 of 649 ~ 30.05%
G 233 of 649 ~ 35.9%
B 221 of 649 ~ 34.05%

%30.05
%35.9
%34.05

CMYK color model

#C3E9DD color CMYK value is (16,0,5,9).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(16,0,5,9)
C16M0Y5K9 
(16%,0%,5%,9%)
(0.16/0.00/0.05/0.09)	

CMYK percentages

%16.31
%0
%5.15
%8.63

Codes

Color #C3E9DD in popluar color models

C3E9DD
RGB195233221
HSL161°46.34%83.92%
HSB/HSV161°16.31%91.37%
CMYK16.31%0.00%5.15%
8.63%

Color #C3E9DD in popluar number systems.

HEXC3E9DD
Decimal195233221
Binary110000111110100111011101
Octal303351335

Shades and tints

Shades of #C3E9DD

#C3E9DD
(195,233,221)
#B2D4C9
(178,212,201)
#A1BFB5
(161,191,181)
#90AAA1
(144,170,161)
#7F958D
(127,149,141)
#6E8079
(110,128,121)
#5D6B65
(93,107,101)
#4C5651
(76,86,81)
#3B413D
(59,65,61)
#2A2C29
(42,44,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3E9DD

#C3E9DD
(195,233,221)
#C8EBE0
(200,235,224)
#CDEDE3
(205,237,227)
#D2EFE6
(210,239,230)
#D7F1E9
(215,241,233)
#DCF3EC
(220,243,236)
#E1F5EF
(225,245,239)
#E6F7F2
(230,247,242)
#EBF9F5
(235,249,245)
#F0FBF8
(240,251,248)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E9DD color. Also use rgb(195,233,221) instead hex code.

Text Font Color

.myTextColor { color: #C3E9DD; }

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

This text font color is #C3E9DD.


Background Color

.myBgColor { background-color: #C3E9DD; }

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

This div background color is #C3E9DD.


Border color

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

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

This div border color is #C3E9DD.


Opacity

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

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

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

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

This text has shadow with #C3E9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E9DD on black background.


Color preview on white background

This text has color #C3E9DD on white background.



Black color preview on #C3E9DD background

This text has black color on #C3E9DD background.


White color preview on #C3E9DD background

This text has white color on #C3E9DD background.