COLOR #CFAD88

HEX: #CFAD88
RGB: (207,173,136)

Color info

#CFAD88 contains mainly red and green colors. Web safe color of #CFAD88 is #CC9999 (or #C99).

RGB color model

#CFAD88 color RGB value is (207,173,136).

  • red value is 207;
  • green value is 173;
  • blue value is 136.
RGB:
(207,173,136)
(81%,68%,53%)

RGB channels and saturation

R 207 of 255 = 81%
G 173 of 255 = 68%
B 136 of 255 = 53%

207
173
136

R + G + B ~ 67%. #CFAD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 173 + 136 = 516 (100%)
R 207 of 516 ~ 40.12%
G 173 of 516 ~ 33.53%
B 136 of 516 ~ 26.36%

%40.12
%33.53
%26.36

CMYK color model

#CFAD88 color CMYK value is (0,16,34,19).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 34.30%
  • key color value is 18.82%
CMYK:
(0,16,34,19)
C0M16Y34K19 
(0%,16%,34%,19%)
(0.00/0.16/0.34/0.19)	

CMYK percentages

%0
%16.43
%34.3
%18.82

Codes

Color #CFAD88 in popluar color models

CFAD88
RGB207173136
HSL31°42.51%67.25%
HSB/HSV31°34.30%81.18%
CMYK0.00%16.43%34.30%
18.82%

Color #CFAD88 in popluar number systems.

HEXCFAD88
Decimal207173136
Binary110011111010110110001000
Octal317255210

Shades and tints

Shades of #CFAD88

#CFAD88
(207,173,136)
#BD9E7C
(189,158,124)
#AB8F70
(171,143,112)
#998064
(153,128,100)
#877158
(135,113,88)
#75624C
(117,98,76)
#635340
(99,83,64)
#514434
(81,68,52)
#3F3528
(63,53,40)
#2D261C
(45,38,28)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #CFAD88

#CFAD88
(207,173,136)
#D3B492
(211,180,146)
#D7BB9C
(215,187,156)
#DBC2A6
(219,194,166)
#DFC9B0
(223,201,176)
#E3D0BA
(227,208,186)
#E7D7C4
(231,215,196)
#EBDECE
(235,222,206)
#EFE5D8
(239,229,216)
#F3ECE2
(243,236,226)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFAD88 color. Also use rgb(207,173,136) instead hex code.

Text Font Color

.myTextColor { color: #CFAD88; }

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

This text font color is #CFAD88.


Background Color

.myBgColor { background-color: #CFAD88; }

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

This div background color is #CFAD88.


Border color

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

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

This div border color is #CFAD88.


Opacity

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

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

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

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

This text has shadow with #CFAD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAD88 on black background.


Color preview on white background

This text has color #CFAD88 on white background.



Black color preview on #CFAD88 background

This text has black color on #CFAD88 background.


White color preview on #CFAD88 background

This text has white color on #CFAD88 background.