COLOR #C3E4DF

HEX: #C3E4DF
RGB: (195,228,223)

Color info

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

RGB color model

#C3E4DF color RGB value is (195,228,223).

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

RGB channels and saturation

R 195 of 255 = 76%
G 228 of 255 = 89%
B 223 of 255 = 87%

195
228
223

R + G + B ~ 84%. #C3E4DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 228 + 223 = 646 (100%)
R 195 of 646 ~ 30.19%
G 228 of 646 ~ 35.29%
B 223 of 646 ~ 34.52%

%30.19
%35.29
%34.52

CMYK color model

#C3E4DF color CMYK value is (14,0,2,11).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(14,0,2,11)
C14M0Y2K11 
(14%,0%,2%,11%)
(0.14/0.00/0.02/0.11)	

CMYK percentages

%14.47
%0
%2.19
%10.59

Codes

Color #C3E4DF in popluar color models

C3E4DF
RGB195228223
HSL171°37.93%82.94%
HSB/HSV171°14.47%89.41%
CMYK14.47%0.00%2.19%
10.59%

Color #C3E4DF in popluar number systems.

HEXC3E4DF
Decimal195228223
Binary110000111110010011011111
Octal303344337

Shades and tints

Shades of #C3E4DF

#C3E4DF
(195,228,223)
#B2D0CB
(178,208,203)
#A1BCB7
(161,188,183)
#90A8A3
(144,168,163)
#7F948F
(127,148,143)
#6E807B
(110,128,123)
#5D6C67
(93,108,103)
#4C5853
(76,88,83)
#3B443F
(59,68,63)
#2A302B
(42,48,43)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #C3E4DF

#C3E4DF
(195,228,223)
#C8E6E1
(200,230,225)
#CDE8E3
(205,232,227)
#D2EAE5
(210,234,229)
#D7ECE7
(215,236,231)
#DCEEE9
(220,238,233)
#E1F0EB
(225,240,235)
#E6F2ED
(230,242,237)
#EBF4EF
(235,244,239)
#F0F6F1
(240,246,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E4DF; }

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

This text font color is #C3E4DF.


Background Color

.myBgColor { background-color: #C3E4DF; }

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

This div background color is #C3E4DF.


Border color

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

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

This div border color is #C3E4DF.


Opacity

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

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

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

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

This text has shadow with #C3E4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E4DF on black background.


Color preview on white background

This text has color #C3E4DF on white background.



Black color preview on #C3E4DF background

This text has black color on #C3E4DF background.


White color preview on #C3E4DF background

This text has white color on #C3E4DF background.