COLOR #C4E3DE

HEX: #C4E3DE
RGB: (196,227,222)

Color info

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

RGB color model

#C4E3DE color RGB value is (196,227,222).

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

RGB channels and saturation

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

196
227
222

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

Portions of RGB colors in percentages

R + G + B =
196 + 227 + 222 = 645 (100%)
R 196 of 645 ~ 30.39%
G 227 of 645 ~ 35.19%
B 222 of 645 ~ 34.42%

%30.39
%35.19
%34.42

CMYK color model

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

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • 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
%2.2
%10.98

Codes

Color #C4E3DE in popluar color models

C4E3DE
RGB196227222
HSL170°35.63%82.94%
HSB/HSV170°13.66%89.02%
CMYK13.66%0.00%2.20%
10.98%

Color #C4E3DE in popluar number systems.

HEXC4E3DE
Decimal196227222
Binary110001001110001111011110
Octal304343336

Shades and tints

Shades of #C4E3DE

#C4E3DE
(196,227,222)
#B3CFCA
(179,207,202)
#A2BBB6
(162,187,182)
#91A7A2
(145,167,162)
#80938E
(128,147,142)
#6F7F7A
(111,127,122)
#5E6B66
(94,107,102)
#4D5752
(77,87,82)
#3C433E
(60,67,62)
#2B2F2A
(43,47,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #C4E3DE

#C4E3DE
(196,227,222)
#C9E5E1
(201,229,225)
#CEE7E4
(206,231,228)
#D3E9E7
(211,233,231)
#D8EBEA
(216,235,234)
#DDEDED
(221,237,237)
#E2EFF0
(226,239,240)
#E7F1F3
(231,241,243)
#ECF3F6
(236,243,246)
#F1F5F9
(241,245,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E3DE; }

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

This text font color is #C4E3DE.


Background Color

.myBgColor { background-color: #C4E3DE; }

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

This div background color is #C4E3DE.


Border color

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

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

This div border color is #C4E3DE.


Opacity

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

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

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

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

This text has shadow with #C4E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E3DE on black background.


Color preview on white background

This text has color #C4E3DE on white background.



Black color preview on #C4E3DE background

This text has black color on #C4E3DE background.


White color preview on #C4E3DE background

This text has white color on #C4E3DE background.