COLOR #C4DECB

HEX: #C4DECB
RGB: (196,222,203)

Color info

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

RGB color model

#C4DECB color RGB value is (196,222,203).

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

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 203 of 255 = 80%

196
222
203

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

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 203 = 621 (100%)
R 196 of 621 ~ 31.56%
G 222 of 621 ~ 35.75%
B 203 of 621 ~ 32.69%

%31.56
%35.75
%32.69

CMYK color model

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

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • 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
%8.56
%12.94

Codes

Color #C4DECB in popluar color models

C4DECB
RGB196222203
HSL136°28.26%81.96%
HSB/HSV136°11.71%87.06%
CMYK11.71%0.00%8.56%
12.94%

Color #C4DECB in popluar number systems.

HEXC4DECB
Decimal196222203
Binary110001001101111011001011
Octal304336313

Shades and tints

Shades of #C4DECB

#C4DECB
(196,222,203)
#B3CAB9
(179,202,185)
#A2B6A7
(162,182,167)
#91A295
(145,162,149)
#808E83
(128,142,131)
#6F7A71
(111,122,113)
#5E665F
(94,102,95)
#4D524D
(77,82,77)
#3C3E3B
(60,62,59)
#2B2A29
(43,42,41)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4DECB

#C4DECB
(196,222,203)
#C9E1CF
(201,225,207)
#CEE4D3
(206,228,211)
#D3E7D7
(211,231,215)
#D8EADB
(216,234,219)
#DDEDDF
(221,237,223)
#E2F0E3
(226,240,227)
#E7F3E7
(231,243,231)
#ECF6EB
(236,246,235)
#F1F9EF
(241,249,239)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DECB; }

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

This text font color is #C4DECB.


Background Color

.myBgColor { background-color: #C4DECB; }

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

This div background color is #C4DECB.


Border color

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

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

This div border color is #C4DECB.


Opacity

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

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

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

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

This text has shadow with #C4DECB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4DECB on black background.


Color preview on white background

This text has color #C4DECB on white background.



Black color preview on #C4DECB background

This text has black color on #C4DECB background.


White color preview on #C4DECB background

This text has white color on #C4DECB background.