COLOR #C4E3DF

HEX: #C4E3DF
RGB: (196,227,223)

Color info

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

RGB color model

#C4E3DF color RGB value is (196,227,223).

  • red value is 196;
  • green value is 227;
  • blue value is 223.
RGB:
(196,227,223)
(77%,89%,87%)

RGB channels and saturation

R 196 of 255 = 77%
G 227 of 255 = 89%
B 223 of 255 = 87%

196
227
223

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 223 = 646 (100%)
R 196 of 646 ~ 30.34%
G 227 of 646 ~ 35.14%
B 223 of 646 ~ 34.52%

%30.34
%35.14
%34.52

CMYK color model

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

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

CMYK percentages

%13.66
%0
%1.76
%10.98

Codes

Color #C4E3DF in popluar color models

C4E3DF
RGB196227223
HSL172°35.63%82.94%
HSB/HSV172°13.66%89.02%
CMYK13.66%0.00%1.76%
10.98%

Color #C4E3DF in popluar number systems.

HEXC4E3DF
Decimal196227223
Binary110001001110001111011111
Octal304343337

Shades and tints

Shades of #C4E3DF

#C4E3DF
(196,227,223)
#B3CFCB
(179,207,203)
#A2BBB7
(162,187,183)
#91A7A3
(145,167,163)
#80938F
(128,147,143)
#6F7F7B
(111,127,123)
#5E6B67
(94,107,103)
#4D5753
(77,87,83)
#3C433F
(60,67,63)
#2B2F2B
(43,47,43)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #C4E3DF

#C4E3DF
(196,227,223)
#C9E5E1
(201,229,225)
#CEE7E3
(206,231,227)
#D3E9E5
(211,233,229)
#D8EBE7
(216,235,231)
#DDEDE9
(221,237,233)
#E2EFEB
(226,239,235)
#E7F1ED
(231,241,237)
#ECF3EF
(236,243,239)
#F1F5F1
(241,245,241)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E3DF color. Also use rgb(196,227,223) instead hex code.

Text Font Color

.myTextColor { color: #C4E3DF; }

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

This text font color is #C4E3DF.


Background Color

.myBgColor { background-color: #C4E3DF; }

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

This div background color is #C4E3DF.


Border color

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

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

This div border color is #C4E3DF.


Opacity

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

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

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

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

This text has shadow with #C4E3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3DF on black background.


Color preview on white background

This text has color #C4E3DF on white background.



Black color preview on #C4E3DF background

This text has black color on #C4E3DF background.


White color preview on #C4E3DF background

This text has white color on #C4E3DF background.