COLOR #C4E5DD

HEX: #C4E5DD
RGB: (196,229,221)

Color info

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

RGB color model

#C4E5DD color RGB value is (196,229,221).

  • red value is 196;
  • green value is 229;
  • blue value is 221.
RGB:
(196,229,221)
(77%,90%,87%)

RGB channels and saturation

R 196 of 255 = 77%
G 229 of 255 = 90%
B 221 of 255 = 87%

196
229
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 229 + 221 = 646 (100%)
R 196 of 646 ~ 30.34%
G 229 of 646 ~ 35.45%
B 221 of 646 ~ 34.21%

%30.34
%35.45
%34.21

CMYK color model

#C4E5DD color CMYK value is (14,0,3,10).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(14,0,3,10)
C14M0Y3K10 
(14%,0%,3%,10%)
(0.14/0.00/0.03/0.10)	

CMYK percentages

%14.41
%0
%3.49
%10.2

Codes

Color #C4E5DD in popluar color models

C4E5DD
RGB196229221
HSL165°38.82%83.33%
HSB/HSV165°14.41%89.80%
CMYK14.41%0.00%3.49%
10.20%

Color #C4E5DD in popluar number systems.

HEXC4E5DD
Decimal196229221
Binary110001001110010111011101
Octal304345335

Shades and tints

Shades of #C4E5DD

#C4E5DD
(196,229,221)
#B3D1C9
(179,209,201)
#A2BDB5
(162,189,181)
#91A9A1
(145,169,161)
#80958D
(128,149,141)
#6F8179
(111,129,121)
#5E6D65
(94,109,101)
#4D5951
(77,89,81)
#3C453D
(60,69,61)
#2B3129
(43,49,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #C4E5DD

#C4E5DD
(196,229,221)
#C9E7E0
(201,231,224)
#CEE9E3
(206,233,227)
#D3EBE6
(211,235,230)
#D8EDE9
(216,237,233)
#DDEFEC
(221,239,236)
#E2F1EF
(226,241,239)
#E7F3F2
(231,243,242)
#ECF5F5
(236,245,245)
#F1F7F8
(241,247,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E5DD color. Also use rgb(196,229,221) instead hex code.

Text Font Color

.myTextColor { color: #C4E5DD; }

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

This text font color is #C4E5DD.


Background Color

.myBgColor { background-color: #C4E5DD; }

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

This div background color is #C4E5DD.


Border color

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

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

This div border color is #C4E5DD.


Opacity

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

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

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

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

This text has shadow with #C4E5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E5DD on black background.


Color preview on white background

This text has color #C4E5DD on white background.



Black color preview on #C4E5DD background

This text has black color on #C4E5DD background.


White color preview on #C4E5DD background

This text has white color on #C4E5DD background.