COLOR #C4DEC0

HEX: #C4DEC0
RGB: (196,222,192)

Color info

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

RGB color model

#C4DEC0 color RGB value is (196,222,192).

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

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 192 of 255 = 75%

196
222
192

R + G + B ~ 80%. #C4DEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 192 = 610 (100%)
R 196 of 610 ~ 32.13%
G 222 of 610 ~ 36.39%
B 192 of 610 ~ 31.48%

%32.13
%36.39
%31.48

CMYK color model

#C4DEC0 color CMYK value is (12,0,14,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%
CMYK: (12,0,14,13) C12M0Y14K13 (12%,0%,14%,13%) (0.12/0.00/0.14/0.13)

CMYK percentages

%11.71
%0
%13.51
%12.94

Codes

Color #C4DEC0 in popluar color models

C4DEC0
RGB196222192
HSL112°31.25%81.18%
HSB/HSV112°13.51%87.06%
CMYK11.71%0.00%13.51%
12.94%

Color #C4DEC0 in popluar number systems.

HEXC4DEC0
Decimal196222192
Binary110001001101111011000000
Octal304336300

Shades and tints

Shades of #C4DEC0

#C4DEC0
(196,222,192)
#B3CAAF
(179,202,175)
#A2B69E
(162,182,158)
#91A28D
(145,162,141)
#808E7C
(128,142,124)
#6F7A6B
(111,122,107)
#5E665A
(94,102,90)
#4D5249
(77,82,73)
#3C3E38
(60,62,56)
#2B2A27
(43,42,39)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #C4DEC0

#C4DEC0
(196,222,192)
#C9E1C5
(201,225,197)
#CEE4CA
(206,228,202)
#D3E7CF
(211,231,207)
#D8EAD4
(216,234,212)
#DDEDD9
(221,237,217)
#E2F0DE
(226,240,222)
#E7F3E3
(231,243,227)
#ECF6E8
(236,246,232)
#F1F9ED
(241,249,237)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DEC0; }

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

This text font color is #C4DEC0.


Background Color

.myBgColor { background-color: #C4DEC0; }

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

This div background color is #C4DEC0.


Border color

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

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

This div border color is #C4DEC0.


Opacity

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

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

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

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

This text has shadow with #C4DEC0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4DEC0 on black background.


Color preview on white background

This text has color #C4DEC0 on white background.



Black color preview on #C4DEC0 background

This text has black color on #C4DEC0 background.


White color preview on #C4DEC0 background

This text has white color on #C4DEC0 background.