COLOR #CFC171

HEX: #CFC171
RGB: (207,193,113)

Color info

#CFC171 contains mainly red and green colors. Web safe color of #CFC171 is #CCCC66 (or #CC6).

RGB color model

#CFC171 color RGB value is (207,193,113).

  • red value is 207;
  • green value is 193;
  • blue value is 113.
RGB:
(207,193,113)
(81%,76%,44%)

RGB channels and saturation

R 207 of 255 = 81%
G 193 of 255 = 76%
B 113 of 255 = 44%

207
193
113

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

Portions of RGB colors in percentages

R + G + B =
207 + 193 + 113 = 513 (100%)
R 207 of 513 ~ 40.35%
G 193 of 513 ~ 37.62%
B 113 of 513 ~ 22.03%

%40.35
%37.62
%22.03

CMYK color model

#CFC171 color CMYK value is (0,7,45,19).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 45.41%
  • key color value is 18.82%
CMYK:
(0,7,45,19)
C0M7Y45K19 
(0%,7%,45%,19%)
(0.00/0.07/0.45/0.19)	

CMYK percentages

%0
%6.76
%45.41
%18.82

Codes

Color #CFC171 in popluar color models

CFC171
RGB207193113
HSL51°49.47%62.75%
HSB/HSV51°45.41%81.18%
CMYK0.00%6.76%45.41%
18.82%

Color #CFC171 in popluar number systems.

HEXCFC171
Decimal207193113
Binary11001111110000011110001
Octal317301161

Shades and tints

Shades of #CFC171

#CFC171
(207,193,113)
#BDB067
(189,176,103)
#AB9F5D
(171,159,93)
#998E53
(153,142,83)
#877D49
(135,125,73)
#756C3F
(117,108,63)
#635B35
(99,91,53)
#514A2B
(81,74,43)
#3F3921
(63,57,33)
#2D2817
(45,40,23)
#1B170D
(27,23,13)
#000000
(0,0,0)

Tints of #CFC171

#CFC171
(207,193,113)
#D3C67D
(211,198,125)
#D7CB89
(215,203,137)
#DBD095
(219,208,149)
#DFD5A1
(223,213,161)
#E3DAAD
(227,218,173)
#E7DFB9
(231,223,185)
#EBE4C5
(235,228,197)
#EFE9D1
(239,233,209)
#F3EEDD
(243,238,221)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC171 color. Also use rgb(207,193,113) instead hex code.

Text Font Color

.myTextColor { color: #CFC171; }

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

This text font color is #CFC171.


Background Color

.myBgColor { background-color: #CFC171; }

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

This div background color is #CFC171.


Border color

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

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

This div border color is #CFC171.


Opacity

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

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

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

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

This text has shadow with #CFC171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC171 on black background.


Color preview on white background

This text has color #CFC171 on white background.



Black color preview on #CFC171 background

This text has black color on #CFC171 background.


White color preview on #CFC171 background

This text has white color on #CFC171 background.