COLOR #C4DAB0

HEX: #C4DAB0
RGB: (196,218,176)

Color info

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

RGB color model

#C4DAB0 color RGB value is (196,218,176).

  • red value is 196;
  • green value is 218;
  • blue value is 176.
RGB:
(196,218,176)
(77%,85%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 176 of 255 = 69%

196
218
176

R + G + B ~ 77%. #C4DAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 218 + 176 = 590 (100%)
R 196 of 590 ~ 33.22%
G 218 of 590 ~ 36.95%
B 176 of 590 ~ 29.83%

%33.22
%36.95
%29.83

CMYK color model

#C4DAB0 color CMYK value is (10,0,19,15).

  • cyan value is 10.09%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK:
(10,0,19,15)
C10M0Y19K15 
(10%,0%,19%,15%)
(0.10/0.00/0.19/0.15)	

CMYK percentages

%10.09
%0
%19.27
%14.51

Codes

Color #C4DAB0 in popluar color models

C4DAB0
RGB196218176
HSL91°36.21%77.25%
HSB/HSV91°19.27%85.49%
CMYK10.09%0.00%19.27%
14.51%

Color #C4DAB0 in popluar number systems.

HEXC4DAB0
Decimal196218176
Binary110001001101101010110000
Octal304332260

Shades and tints

Shades of #C4DAB0

#C4DAB0
(196,218,176)
#B3C7A0
(179,199,160)
#A2B490
(162,180,144)
#91A180
(145,161,128)
#808E70
(128,142,112)
#6F7B60
(111,123,96)
#5E6850
(94,104,80)
#4D5540
(77,85,64)
#3C4230
(60,66,48)
#2B2F20
(43,47,32)
#1A1C10
(26,28,16)
#000000
(0,0,0)

Tints of #C4DAB0

#C4DAB0
(196,218,176)
#C9DDB7
(201,221,183)
#CEE0BE
(206,224,190)
#D3E3C5
(211,227,197)
#D8E6CC
(216,230,204)
#DDE9D3
(221,233,211)
#E2ECDA
(226,236,218)
#E7EFE1
(231,239,225)
#ECF2E8
(236,242,232)
#F1F5EF
(241,245,239)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DAB0 color. Also use rgb(196,218,176) instead hex code.

Text Font Color

.myTextColor { color: #C4DAB0; }

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

This text font color is #C4DAB0.


Background Color

.myBgColor { background-color: #C4DAB0; }

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

This div background color is #C4DAB0.


Border color

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

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

This div border color is #C4DAB0.


Opacity

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

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

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

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

This text has shadow with #C4DAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DAB0 on black background.


Color preview on white background

This text has color #C4DAB0 on white background.



Black color preview on #C4DAB0 background

This text has black color on #C4DAB0 background.


White color preview on #C4DAB0 background

This text has white color on #C4DAB0 background.