COLOR #C4D1AF

HEX: #C4D1AF
RGB: (196,209,175)

Color info

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

RGB color model

#C4D1AF color RGB value is (196,209,175).

  • red value is 196;
  • green value is 209;
  • blue value is 175.
RGB:
(196,209,175)
(77%,82%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 209 of 255 = 82%
B 175 of 255 = 69%

196
209
175

R + G + B ~ 76%. #C4D1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 209 + 175 = 580 (100%)
R 196 of 580 ~ 33.79%
G 209 of 580 ~ 36.03%
B 175 of 580 ~ 30.17%

%33.79
%36.03
%30.17

CMYK color model

#C4D1AF color CMYK value is (6,0,16,18).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(6,0,16,18)
C6M0Y16K18 
(6%,0%,16%,18%)
(0.06/0.00/0.16/0.18)	

CMYK percentages

%6.22
%0
%16.27
%18.04

Codes

Color #C4D1AF in popluar color models

C4D1AF
RGB196209175
HSL83°26.98%75.29%
HSB/HSV83°16.27%81.96%
CMYK6.22%0.00%16.27%
18.04%

Color #C4D1AF in popluar number systems.

HEXC4D1AF
Decimal196209175
Binary110001001101000110101111
Octal304321257

Shades and tints

Shades of #C4D1AF

#C4D1AF
(196,209,175)
#B3BEA0
(179,190,160)
#A2AB91
(162,171,145)
#919882
(145,152,130)
#808573
(128,133,115)
#6F7264
(111,114,100)
#5E5F55
(94,95,85)
#4D4C46
(77,76,70)
#3C3937
(60,57,55)
#2B2628
(43,38,40)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #C4D1AF

#C4D1AF
(196,209,175)
#C9D5B6
(201,213,182)
#CED9BD
(206,217,189)
#D3DDC4
(211,221,196)
#D8E1CB
(216,225,203)
#DDE5D2
(221,229,210)
#E2E9D9
(226,233,217)
#E7EDE0
(231,237,224)
#ECF1E7
(236,241,231)
#F1F5EE
(241,245,238)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D1AF color. Also use rgb(196,209,175) instead hex code.

Text Font Color

.myTextColor { color: #C4D1AF; }

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

This text font color is #C4D1AF.


Background Color

.myBgColor { background-color: #C4D1AF; }

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

This div background color is #C4D1AF.


Border color

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

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

This div border color is #C4D1AF.


Opacity

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

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

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

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

This text has shadow with #C4D1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1AF on black background.


Color preview on white background

This text has color #C4D1AF on white background.



Black color preview on #C4D1AF background

This text has black color on #C4D1AF background.


White color preview on #C4D1AF background

This text has white color on #C4D1AF background.