COLOR #C4DEC9

HEX: #C4DEC9
RGB: (196,222,201)

Color info

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

RGB color model

#C4DEC9 color RGB value is (196,222,201).

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

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 201 of 255 = 79%

196
222
201

R + G + B ~ 81%. #C4DEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 201 = 619 (100%)
R 196 of 619 ~ 31.66%
G 222 of 619 ~ 35.86%
B 201 of 619 ~ 32.47%

%31.66
%35.86
%32.47

CMYK color model

#C4DEC9 color CMYK value is (12,0,9,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(12,0,9,13)
C12M0Y9K13 
(12%,0%,9%,13%)
(0.12/0.00/0.09/0.13)	

CMYK percentages

%11.71
%0
%9.46
%12.94

Codes

Color #C4DEC9 in popluar color models

C4DEC9
RGB196222201
HSL132°28.26%81.96%
HSB/HSV132°11.71%87.06%
CMYK11.71%0.00%9.46%
12.94%

Color #C4DEC9 in popluar number systems.

HEXC4DEC9
Decimal196222201
Binary110001001101111011001001
Octal304336311

Shades and tints

Shades of #C4DEC9

#C4DEC9
(196,222,201)
#B3CAB7
(179,202,183)
#A2B6A5
(162,182,165)
#91A293
(145,162,147)
#808E81
(128,142,129)
#6F7A6F
(111,122,111)
#5E665D
(94,102,93)
#4D524B
(77,82,75)
#3C3E39
(60,62,57)
#2B2A27
(43,42,39)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4DEC9

#C4DEC9
(196,222,201)
#C9E1CD
(201,225,205)
#CEE4D1
(206,228,209)
#D3E7D5
(211,231,213)
#D8EAD9
(216,234,217)
#DDEDDD
(221,237,221)
#E2F0E1
(226,240,225)
#E7F3E5
(231,243,229)
#ECF6E9
(236,246,233)
#F1F9ED
(241,249,237)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DEC9; }

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

This text font color is #C4DEC9.


Background Color

.myBgColor { background-color: #C4DEC9; }

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

This div background color is #C4DEC9.


Border color

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

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

This div border color is #C4DEC9.


Opacity

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

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

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

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

This text has shadow with #C4DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DEC9 on black background.


Color preview on white background

This text has color #C4DEC9 on white background.



Black color preview on #C4DEC9 background

This text has black color on #C4DEC9 background.


White color preview on #C4DEC9 background

This text has white color on #C4DEC9 background.