COLOR #C4DEBD

HEX: #C4DEBD
RGB: (196,222,189)

Color info

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

RGB color model

#C4DEBD color RGB value is (196,222,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 189 of 255 = 74%

196
222
189

R + G + B ~ 79%. #C4DEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 189 = 607 (100%)
R 196 of 607 ~ 32.29%
G 222 of 607 ~ 36.57%
B 189 of 607 ~ 31.14%

%32.29
%36.57
%31.14

CMYK color model

#C4DEBD color CMYK value is (12,0,15,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 12.94%
CMYK: (12,0,15,13) C12M0Y15K13 (12%,0%,15%,13%) (0.12/0.00/0.15/0.13)

CMYK percentages

%11.71
%0
%14.86
%12.94

Codes

Color #C4DEBD in popluar color models

C4DEBD
RGB196222189
HSL107°33.33%80.59%
HSB/HSV107°14.86%87.06%
CMYK11.71%0.00%14.86%
12.94%

Color #C4DEBD in popluar number systems.

HEXC4DEBD
Decimal196222189
Binary110001001101111010111101
Octal304336275

Shades and tints

Shades of #C4DEBD

#C4DEBD
(196,222,189)
#B3CAAC
(179,202,172)
#A2B69B
(162,182,155)
#91A28A
(145,162,138)
#808E79
(128,142,121)
#6F7A68
(111,122,104)
#5E6657
(94,102,87)
#4D5246
(77,82,70)
#3C3E35
(60,62,53)
#2B2A24
(43,42,36)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C4DEBD

#C4DEBD
(196,222,189)
#C9E1C3
(201,225,195)
#CEE4C9
(206,228,201)
#D3E7CF
(211,231,207)
#D8EAD5
(216,234,213)
#DDEDDB
(221,237,219)
#E2F0E1
(226,240,225)
#E7F3E7
(231,243,231)
#ECF6ED
(236,246,237)
#F1F9F3
(241,249,243)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DEBD; }

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

This text font color is #C4DEBD.


Background Color

.myBgColor { background-color: #C4DEBD; }

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

This div background color is #C4DEBD.


Border color

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

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

This div border color is #C4DEBD.


Opacity

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

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

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

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

This text has shadow with #C4DEBD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4DEBD on black background.


Color preview on white background

This text has color #C4DEBD on white background.



Black color preview on #C4DEBD background

This text has black color on #C4DEBD background.


White color preview on #C4DEBD background

This text has white color on #C4DEBD background.