COLOR #C4D6A0

HEX: #C4D6A0
RGB: (196,214,160)

Color info

#C4D6A0 contains red, green and blue colors in about the same proportion. Web safe color of #C4D6A0 is #CCCC99 (or #CC9).

RGB color model

#C4D6A0 color RGB value is (196,214,160).

  • red value is 196;
  • green value is 214;
  • blue value is 160.
RGB:
(196,214,160)
(77%,84%,63%)

RGB channels and saturation

R 196 of 255 = 77%
G 214 of 255 = 84%
B 160 of 255 = 63%

196
214
160

R + G + B ~ 75%. #C4D6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 214 + 160 = 570 (100%)
R 196 of 570 ~ 34.39%
G 214 of 570 ~ 37.54%
B 160 of 570 ~ 28.07%

%34.39
%37.54
%28.07

CMYK color model

#C4D6A0 color CMYK value is (8,0,25,16).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 25.23%
  • key color value is 16.08%
CMYK:
(8,0,25,16)
C8M0Y25K16 
(8%,0%,25%,16%)
(0.08/0.00/0.25/0.16)	

CMYK percentages

%8.41
%0
%25.23
%16.08

Codes

Color #C4D6A0 in popluar color models

C4D6A0
RGB196214160
HSL80°39.71%73.33%
HSB/HSV80°25.23%83.92%
CMYK8.41%0.00%25.23%
16.08%

Color #C4D6A0 in popluar number systems.

HEXC4D6A0
Decimal196214160
Binary110001001101011010100000
Octal304326240

Shades and tints

Shades of #C4D6A0

#C4D6A0
(196,214,160)
#B3C392
(179,195,146)
#A2B084
(162,176,132)
#919D76
(145,157,118)
#808A68
(128,138,104)
#6F775A
(111,119,90)
#5E644C
(94,100,76)
#4D513E
(77,81,62)
#3C3E30
(60,62,48)
#2B2B22
(43,43,34)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4D6A0

#C4D6A0
(196,214,160)
#C9D9A8
(201,217,168)
#CEDCB0
(206,220,176)
#D3DFB8
(211,223,184)
#D8E2C0
(216,226,192)
#DDE5C8
(221,229,200)
#E2E8D0
(226,232,208)
#E7EBD8
(231,235,216)
#ECEEE0
(236,238,224)
#F1F1E8
(241,241,232)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D6A0 color. Also use rgb(196,214,160) instead hex code.

Text Font Color

.myTextColor { color: #C4D6A0; }

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

This text font color is #C4D6A0.


Background Color

.myBgColor { background-color: #C4D6A0; }

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

This div background color is #C4D6A0.


Border color

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

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

This div border color is #C4D6A0.


Opacity

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

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

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

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

This text has shadow with #C4D6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D6A0 on black background.


Color preview on white background

This text has color #C4D6A0 on white background.



Black color preview on #C4D6A0 background

This text has black color on #C4D6A0 background.


White color preview on #C4D6A0 background

This text has white color on #C4D6A0 background.