COLOR #C4E2DC

HEX: #C4E2DC
RGB: (196,226,220)

Color info

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

RGB color model

#C4E2DC color RGB value is (196,226,220).

  • red value is 196;
  • green value is 226;
  • blue value is 220.
RGB: (196,226,220) (77%,89%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 226 of 255 = 89%
B 220 of 255 = 86%

196
226
220

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

Portions of RGB colors in percentages

R + G + B =
196 + 226 + 220 = 642 (100%)
R 196 of 642 ~ 30.53%
G 226 of 642 ~ 35.2%
B 220 of 642 ~ 34.27%

%30.53
%35.2
%34.27

CMYK color model

#C4E2DC color CMYK value is (13,0,3,11).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK: (13,0,3,11) C13M0Y3K11 (13%,0%,3%,11%) (0.13/0.00/0.03/0.11)

CMYK percentages

%13.27
%0
%2.65
%11.37

Codes

Color #C4E2DC in popluar color models

C4E2DC
RGB196226220
HSL168°34.09%82.75%
HSB/HSV168°13.27%88.63%
CMYK13.27%0.00%2.65%
11.37%

Color #C4E2DC in popluar number systems.

HEXC4E2DC
Decimal196226220
Binary110001001110001011011100
Octal304342334

Shades and tints

Shades of #C4E2DC

#C4E2DC
(196,226,220)
#B3CEC8
(179,206,200)
#A2BAB4
(162,186,180)
#91A6A0
(145,166,160)
#80928C
(128,146,140)
#6F7E78
(111,126,120)
#5E6A64
(94,106,100)
#4D5650
(77,86,80)
#3C423C
(60,66,60)
#2B2E28
(43,46,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #C4E2DC

#C4E2DC
(196,226,220)
#C9E4DF
(201,228,223)
#CEE6E2
(206,230,226)
#D3E8E5
(211,232,229)
#D8EAE8
(216,234,232)
#DDECEB
(221,236,235)
#E2EEEE
(226,238,238)
#E7F0F1
(231,240,241)
#ECF2F4
(236,242,244)
#F1F4F7
(241,244,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E2DC color. Also use rgb(196,226,220) instead hex code.

Text Font Color

.myTextColor { color: #C4E2DC; }

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

This text font color is #C4E2DC.


Background Color

.myBgColor { background-color: #C4E2DC; }

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

This div background color is #C4E2DC.


Border color

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

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

This div border color is #C4E2DC.


Opacity

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

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

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

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

This text has shadow with #C4E2DC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4E2DC on black background.


Color preview on white background

This text has color #C4E2DC on white background.



Black color preview on #C4E2DC background

This text has black color on #C4E2DC background.


White color preview on #C4E2DC background

This text has white color on #C4E2DC background.